Home
last modified time | relevance | path

Searched defs:NBITS (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Modules/
Dtestcapi_long.h13 const int NBITS = sizeof(TYPENAME) * 8; in TESTNAME() local
/external/python/cpython3/Modules/
Dtestcapi_long.h13 const int NBITS = sizeof(TYPENAME) * 8; in TESTNAME() local
/external/u-boot/include/
Dlcd.h170 #define NBITS(bit_code) (1 << (bit_code)) macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c303 #define NBITS(x) ((((x)-1)/BITS_PER_LONG)+1) macro
/external/adhd/cras/src/server/
Dcras_alsa_jack.c153 #define NBITS(x) ((((x) - 1) / BITS_PER_LONG) + 1) macro
/external/lua/src/
Dlvm.c588 #define NBITS cast_int(sizeof(lua_Integer) * CHAR_BIT) macro
/external/adhd/cras/src/tests/
Dalsa_jack_unittest.cc29 #define NBITS(x) ((((x) - 1) / BITS_PER_LONG) + 1) macro
/external/autotest/client/bin/input/
Dlinux_input.py1101 def NBITS(x): function