Home
last modified time | relevance | path

Searched refs:LONG_BIT (Results 1 – 16 of 16) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c92 cl_t i = cl / LONG_BIT; in bitmap_clear()
93 unsigned long clearmask = ~(1UL << (cl % LONG_BIT)); in bitmap_clear()
103 cl_t i = cl / LONG_BIT; in bitmap_get()
104 unsigned long usedbit = 1UL << (cl % LONG_BIT); in bitmap_get()
112 cl_t i = cl / LONG_BIT; in bitmap_none_in_range()
126 size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8); in bitmap_ctor()
1271 if (head % LONG_BIT == 0 && in checklost()
1273 head += LONG_BIT; in checklost()
/third_party/musl/ndk_musl_include/
Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/include/
Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h61 #define LONG_BIT 32 macro
63 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h61 #define LONG_BIT 32 macro
63 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h94 #define LONG_BIT 64 macro
96 #define LONG_BIT 32 macro
/third_party/python/Include/
Dpyport.h736 #ifndef LONG_BIT
737 #define LONG_BIT (8 * SIZEOF_LONG) macro
740 #if LONG_BIT != 8 * SIZEOF_LONG
/third_party/python/Objects/stringlib/
Dfastsearch.h26 #if LONG_BIT >= 128
28 #elif LONG_BIT >= 64
30 #elif LONG_BIT >= 32
/third_party/elfutils/tests/
Drun-large-elf-file.sh23 long_bit=$(getconf LONG_BIT)
/third_party/musl/libc-test/src/api/
Dlimits.c74 C(LONG_BIT) in f()
/third_party/python/PC/
Dpyconfig.h65 #define LONG_BIT 32 macro
/third_party/mesa3d/docs/relnotes/
D11.0.0.rst255 rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"
/third_party/python/Objects/
Dunicodeobject.c863 #if LONG_BIT >= 128
865 #elif LONG_BIT >= 64
867 #elif LONG_BIT >= 32
/third_party/python/Misc/
DHISTORY25879 - If the platform has a bogus definition for LONG_BIT (the number of