Searched refs:num1 (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | cfb_console.c | 834 int num1 = 0; in cfb_video_putc() local 864 num1 = ansi_buf[i]-'0'; in cfb_video_putc() 868 num1 = 1; in cfb_video_putc() 875 num1 *= 10; in cfb_video_putc() 876 num1 += ansi_buf[i]-'0'; in cfb_video_putc() 938 console_cursor_up(num1); in cfb_video_putc() 942 console_cursor_down(num1); in cfb_video_putc() 946 console_cursor_right(num1); in cfb_video_putc() 950 console_cursor_left(num1); in cfb_video_putc() 954 console_previousline(num1); in cfb_video_putc() [all …]
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvk.c.inc | 147 int32_t num1, int32_t num2, int32_t num3) 156 tcg_gen_rotri_i32(t1, t0, num1); 194 int64_t num1, int64_t num2, int64_t num3) 204 func1(t1, t0, num1); 249 int64_t num1, int64_t num2, int64_t num3) 259 func(t1, t0, num1); 287 int64_t num1, int64_t num2, int64_t num3) 296 tcg_gen_rotri_i64(t1, t0, num1);
|