Home
last modified time | relevance | path

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

/external/bpftool/include/linux/
Dbitops.h7 # define BITS_PER_LONG __WORDSIZE macro
/external/ltp/testcases/kernel/mem/include/
Dmem.h18 #define BITS_PER_LONG (8 * sizeof(long)) macro
/external/erofs-utils/include/erofs/
Ddefs.h166 #define BITS_PER_LONG (__CHAR_BIT__ * __SIZEOF_LONG__) macro
168 #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/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c302 #define BITS_PER_LONG (sizeof(long) * 8) macro
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dkvm_util_internal.h20 #define BITS_PER_LONG (BITS_PER_BYTE * sizeof(long)) macro
/external/ethtool/
Dinternal.h82 #define BITS_PER_LONG (BITS_PER_BYTE * sizeof(long)) macro
/external/exfatprogs/lib/
Dlibexfat.c23 #define BITS_PER_LONG (sizeof(long) * CHAR_BIT) macro
/external/rmi4utils/rmidevice/
Dhiddevice.cpp633 #define BITS_PER_LONG (sizeof(long) * 8) macro
/external/f2fs-tools/include/
Df2fs_fs.h555 #define BITS_PER_LONG 64 macro
557 #define BITS_PER_LONG 32 macro