Searched refs:num2 (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvk.c.inc | 147 int32_t num1, int32_t num2, int32_t num3) 157 tcg_gen_rotri_i32(t2, t0, num2); 194 int64_t num1, int64_t num2, int64_t num3) 205 func2(t2, t0, num2); 249 int64_t num1, int64_t num2, int64_t num3) 261 tcg_gen_shri_i64(t2, t2, num2); 287 int64_t num1, int64_t num2, int64_t num3) 297 tcg_gen_rotri_i64(t2, t0, num2);
|
| /openbmc/u-boot/common/ |
| H A D | cli_readline.c | 474 int num2, col; in cread_line() local 484 num2 = num; in cread_line() 485 if (cmd_auto_complete(prompt, buf, &num2, &col)) { in cread_line() 486 col = num2 - num; in cread_line()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | cfb_console.c | 835 int num2 = 0; in cfb_video_putc() local 893 num2 = ansi_buf[i]-'0'; in cfb_video_putc() 901 num2 *= 10; in cfb_video_putc() 902 num2 += ansi_buf[i]-'0'; in cfb_video_putc() 966 console_cursor_set_position(num1-1, num2-1); in cfb_video_putc()
|