Home
last modified time | relevance | path

Searched refs:a_clz_32 (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Datomic.h258 #ifdef a_clz_32 in a_ctz_32()
259 return 31-a_clz_32(x&-x); in a_ctz_32()
301 #ifdef a_clz_32 in a_clz_64()
303 return a_clz_32(x>>32); in a_clz_64()
304 return a_clz_32(x) + 32; in a_clz_64()
318 #ifndef a_clz_32
319 #define a_clz_32 a_clz_32 macro
320 static inline int a_clz_32(uint32_t x) in a_clz_32() function
/third_party/musl/src/internal/
H A Datomic.h258 #ifdef a_clz_32 in a_ctz_32()
259 return 31-a_clz_32(x&-x); in a_ctz_32()
301 #ifdef a_clz_32 in a_clz_64()
303 return a_clz_32(x>>32); in a_clz_64()
304 return a_clz_32(x) + 32; in a_clz_64()
318 #ifndef a_clz_32
319 #define a_clz_32 a_clz_32 macro
320 static inline int a_clz_32(uint32_t x) in a_clz_32() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Datomic_arch.h88 #define a_clz_32 a_clz_32 macro
89 static inline int a_clz_32(uint32_t x) in a_clz_32() function
102 return a_clz_32(xr); in a_ctz_32()
/third_party/musl/porting/liteos_m/user/arch/arm/
H A Datomic_arch.h86 #define a_clz_32 a_clz_32 macro
87 static inline int a_clz_32(uint32_t x) in a_clz_32() function
100 return a_clz_32(xr); in a_ctz_32()
/third_party/musl/arch/arm/
H A Datomic_arch.h88 #define a_clz_32 a_clz_32 macro
89 static inline int a_clz_32(uint32_t x) in a_clz_32() function
102 return a_clz_32(xr); in a_ctz_32()
/third_party/musl/arch/powerpc/
H A Datomic_arch.h33 #define a_clz_32 a_clz_32 macro
34 static inline int a_clz_32(uint32_t x) in a_clz_32() function
/third_party/musl/porting/liteos_m/user/src/internal/
H A Datomic.h258 #ifdef a_clz_32 in a_ctz_32()
259 return 31-a_clz_32(x&-x); in a_ctz_32()
301 #ifdef a_clz_32 in a_clz_64()
303 return a_clz_32(x>>32); in a_clz_64()
304 return a_clz_32(x) + 32; in a_clz_64()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Datomic.h258 #ifdef a_clz_32 in a_ctz_32()
259 return 31-a_clz_32(x&-x); in a_ctz_32()
301 #ifdef a_clz_32 in a_clz_64()
303 return a_clz_32(x>>32); in a_clz_64()
304 return a_clz_32(x) + 32; in a_clz_64()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Datomic.h258 #ifdef a_clz_32 in a_ctz_32()
259 return 31-a_clz_32(x&-x); in a_ctz_32()
301 #ifdef a_clz_32 in a_clz_64()
303 return a_clz_32(x>>32); in a_clz_64()
304 return a_clz_32(x) + 32; in a_clz_64()
/third_party/musl/arch/i386/
H A Datomic_arch.h103 #define a_clz_32 a_clz_32 macro
104 static inline int a_clz_32(uint32_t x) in a_clz_32() function
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h249 int i = (28-a_clz_32(n))*4 + 8; in size_to_class()
H A Dmalloc.c60 idx = 31 - a_clz_32(mask & cmask); in get_randomIdx()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h249 int i = (28-a_clz_32(n))*4 + 8; in size_to_class()
H A Dmalloc.c58 idx = 31 - a_clz_32(mask & cmask); in get_randomIdx()

Completed in 7 milliseconds