Home
last modified time | relevance | path

Searched refs:a_ctz_l (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/misc/
H A Dffsl.c6 return i ? a_ctz_l(i)+1 : 0; in ffsl()
H A Dffs.c6 return i ? a_ctz_l(i)+1 : 0; in ffs()
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Datomic.h292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function
/third_party/musl/porting/liteos_m/user/src/internal/
H A Datomic.h292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Datomic.h292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Datomic.h292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function
/third_party/musl/src/internal/
H A Datomic.h292 static inline int a_ctz_l(unsigned long x) in a_ctz_l() function
/third_party/musl/src/stdlib/
H A Dqsort.c33 #define ntz(x) a_ctz_l((x))

Completed in 5 milliseconds