Home
last modified time | relevance | path

Searched defs:HASZERO (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/string/
H A Dstrlen.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
/third_party/musl/src/string/
H A Dstrchrnul.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlen.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dmemccpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dmemchr.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlcpy.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpcpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrchrnul.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlen.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpncpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpcpy.c8 #define HASZERO(x) (((x)-ONES) & ~(x) & HIGHS) macro
H A Dmemchr.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrchrnul.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlen.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dmemchr.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpncpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpcpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlcpy.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrchrnul.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstrlen.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dmemchr.c9 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpncpy.c8 #define HASZERO(x) ((x)-ONES & ~(x) & HIGHS) macro
H A Dstpcpy.c8 #define HASZERO(x) (((x)-ONES) & ~(x) & HIGHS) macro

Completed in 9 milliseconds