Home
last modified time | relevance | path

Searched defs:NLONGS (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/src/
Dutil-bits.h37 #define NLONGS(x) (((x) + LONG_BITS - 1) / LONG_BITS) macro
/third_party/libevdev/libevdev/
Dlibevdev-util.h31 #define NLONGS(x) (((x) + LONG_BITS - 1) / LONG_BITS) macro
/third_party/mtdev/src/
Dcaps.c36 #define NLONGS(x) (((x) + LONG_BITS - 1) / LONG_BITS) macro