Searched defs:abs (Results 1 – 9 of 9) sorted by relevance
/qemu/replay/ |
H A D | replay-input.c | 84 InputMoveEvent abs; in replay_read_input_event() local
|
/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 350 address_range abs; in op_in() local 386 address_range abs; in op_out() local 422 address_range abs; in op_read() local 464 address_range abs; in op_write() local
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_input.h | 65 struct virtio_input_absinfo abs; member
|
H A D | input.h | 176 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) /* get abs value/limits */ argument 177 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */ argument
|
/qemu/hw/input/ |
H A D | virtio-input-host.c | 102 virtio_input_config id, *abs; in virtio_input_host_realize() local
|
/qemu/target/arm/tcg/ |
H A D | iwmmxt_helper.c | 83 #define abs(x) (((x) >= 0) ? x : -x) in HELPER() macro
|
/qemu/target/microblaze/ |
H A D | translate.c | 1068 bool delay, bool abs, int link) in do_branch()
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 6318 Flag abs) {
|
/qemu/target/mips/tcg/ |
H A D | translate.c | 1746 #define FOP_CONDS(type, abs, fmt, ifmt, bits) \ argument
|