Home
last modified time | relevance | path

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

/third_party/musl/arch/aarch64/
H A Datomic_arch.h75 #define a_ctz_64 a_ctz_64 macro
76 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Datomic.h270 #ifndef a_ctz_64
271 #define a_ctz_64 a_ctz_64 macro
272 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
294 return (sizeof(long) < 8) ? a_ctz_32(x) : a_ctz_64(x); in a_ctz_l()
/third_party/musl/porting/liteos_m/user/src/internal/
H A Datomic.h270 #ifndef a_ctz_64
271 #define a_ctz_64 a_ctz_64 macro
272 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
294 return (sizeof(long) < 8) ? a_ctz_32(x) : a_ctz_64(x); in a_ctz_l()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Datomic.h270 #ifndef a_ctz_64
271 #define a_ctz_64 a_ctz_64 macro
272 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
294 return (sizeof(long) < 8) ? a_ctz_32(x) : a_ctz_64(x); in a_ctz_l()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Datomic.h270 #ifndef a_ctz_64
271 #define a_ctz_64 a_ctz_64 macro
272 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
294 return (sizeof(long) < 8) ? a_ctz_32(x) : a_ctz_64(x); in a_ctz_l()
/third_party/musl/src/internal/
H A Datomic.h270 #ifndef a_ctz_64
271 #define a_ctz_64 a_ctz_64 macro
272 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
294 return (sizeof(long) < 8) ? a_ctz_32(x) : a_ctz_64(x); in a_ctz_l()
/third_party/musl/arch/i386/
H A Datomic_arch.h86 #define a_ctz_64 a_ctz_64 macro
87 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
/third_party/musl/arch/x32/
H A Datomic_arch.h102 #define a_ctz_64 a_ctz_64 macro
103 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
/third_party/musl/arch/x86_64/
H A Datomic_arch.h111 #define a_ctz_64 a_ctz_64 macro
112 static inline int a_ctz_64(uint64_t x) in a_ctz_64() function
/third_party/musl/src/misc/
H A Dffsll.c6 return i ? a_ctz_64(i)+1 : 0; in ffsll()
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c66 return a_ctz_64(x); in first_set()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c62 return a_ctz_64(x); in first_set()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c64 return a_ctz_64(x); in first_set()

Completed in 7 milliseconds