Home
last modified time | relevance | path

Searched refs:LONG_BIT (Results 1 - 13 of 13) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c90 cl_t i = cl / LONG_BIT; in bitmap_clear()
91 unsigned long clearmask = ~(1UL << (cl % LONG_BIT)); in bitmap_clear()
101 cl_t i = cl / LONG_BIT; in bitmap_get()
102 unsigned long usedbit = 1UL << (cl % LONG_BIT); in bitmap_get()
110 cl_t i = cl / LONG_BIT; in bitmap_none_in_range()
124 size_t bitmap_size = roundup2(bits, LONG_BIT) / (LONG_BIT / 8); in bitmap_ctor()
1269 if (head % LONG_BIT == 0 && in checklost()
1271 head += LONG_BIT; in checklost()
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h59 #define LONG_BIT 32 macro
61 #define LONG_BIT 64 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlimits.h61 #define LONG_BIT 32 macro
63 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlimits.h61 #define LONG_BIT 32 macro
63 #define LONG_BIT 64 macro
/third_party/musl/include/
H A Dlimits.h64 #define LONG_BIT 32 macro
66 #define LONG_BIT 64 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlimits.h94 #define LONG_BIT 64 macro
96 #define LONG_BIT 32 macro
/third_party/python/Include/
H A Dpyport.h591 #ifndef LONG_BIT
592 #define LONG_BIT (8 * SIZEOF_LONG) macro
595 #if LONG_BIT != 8 * SIZEOF_LONG
596 /* 04-Oct-2000 LONG_BIT is apparently (mis)defined as 64 on some recent
601 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
/third_party/elfutils/tests/
H A Drun-large-elf-file.sh23 long_bit=$(getconf LONG_BIT)
/third_party/python/Objects/stringlib/
H A Dfastsearch.h27 #if LONG_BIT >= 128
29 #elif LONG_BIT >= 64
31 #elif LONG_BIT >= 32
34 #error "LONG_BIT is smaller than 32"
/third_party/musl/libc-test/src/api/
H A Dlimits.c74 C(LONG_BIT) in f()
/third_party/python/PC/
H A Dpyconfig.h64 #define LONG_BIT 32 macro
/third_party/python/Objects/
H A Dunicodeobject.c844 #if LONG_BIT >= 128
846 #elif LONG_BIT >= 64
848 #elif LONG_BIT >= 32
851 #error "LONG_BIT is smaller than 32"

Completed in 27 milliseconds