Home
last modified time | relevance | path

Searched refs:x_int (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dvis_helper.c36 target_ulong x_int = (rs1 >> 11) & 0x7ff; in helper_array8() local
40 target_ulong lower_x = x_int & 3; in helper_array8()
44 target_ulong middle_x = (x_int >> 2) & 15; in helper_array8()
48 target_ulong upper_x = (x_int >> 6) & ((1 << n) - 1); in helper_array8()
/openbmc/linux/drivers/media/test-drivers/
H A Dvim2m.c447 unsigned int x, y, y_in, y_out, x_int, x_fract, x_err, x_offset; in device_process() local
510 x_int = q_data_in->width / q_data_out->width; in device_process()
524 x_offset += x_int; in device_process()
541 x_offset += x_int; in device_process()