Searched defs:abs (Results 1 – 4 of 4) sorted by relevance
34 abs(int j) in abs() function
40 struct virtio_input_absinfo abs; member
80 #define EVIOCGABS(abs) _IOR('E', 0x40 + (abs), struct input_absinfo) argument81 #define EVIOCSABS(abs) _IOW('E', 0xc0 + (abs), struct input_absinfo) argument
1042 TEST(stdlib, abs) { in TEST() argument