Home
last modified time | relevance | path

Searched defs:abs (Results 1 – 9 of 9) sorted by relevance

/qemu/replay/
H A Dreplay-input.c84 InputMoveEvent abs; in replay_read_input_event() local
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c350 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 Dvirtio_input.h65 struct virtio_input_absinfo abs; member
H A Dinput.h176 #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 Dvirtio-input-host.c102 virtio_input_config id, *abs; in virtio_input_host_realize() local
/qemu/target/arm/tcg/
H A Diwmmxt_helper.c83 #define abs(x) (((x) >= 0) ? x : -x) in HELPER() macro
/qemu/target/microblaze/
H A Dtranslate.c1068 bool delay, bool abs, int link) in do_branch()
/qemu/libdecnumber/
H A DdecNumber.c6318 Flag abs) {
/qemu/target/mips/tcg/
H A Dtranslate.c1746 #define FOP_CONDS(type, abs, fmt, ifmt, bits) \ argument