Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/include/
Dmem.h17 #define BITS_PER_LONG (8 * sizeof(long)) macro
/external/erofs-utils/include/erofs/
Ddefs.h156 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro
158 #define BITS_PER_LONG __WORDSIZE macro
/external/igt-gpu-tools/lib/
Digt_primes.c39 #define BITS_PER_LONG (sizeof(long)*BITS_PER_CHAR) macro
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dkvm_util_internal.h20 #define BITS_PER_LONG (BITS_PER_BYTE * sizeof(long)) macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c302 #define BITS_PER_LONG (sizeof(long) * 8) macro
/external/ethtool/
Dinternal.h82 #define BITS_PER_LONG (BITS_PER_BYTE * sizeof(long)) macro
/external/adhd/cras/src/server/
Dcras_alsa_jack.c151 #define BITS_PER_LONG (sizeof(long) * BITS_PER_BYTE) macro
/external/adhd/cras/src/tests/
Dalsa_jack_unittest.cc29 #define BITS_PER_LONG (sizeof(long) * BITS_PER_BYTE) macro
/external/f2fs-tools/include/
Df2fs_fs.h545 #define BITS_PER_LONG 64 macro
547 #define BITS_PER_LONG 32 macro