Home
last modified time | relevance | path

Searched defs:DETECTNULL (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/newlib/
A Dstrcmp.c82 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) macro
85 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ macro
A Dstrncmp.c81 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) macro
84 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ macro
A Dstrcpy.c79 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
83 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrlen.c76 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) macro
80 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ macro
A Dstrncpy.c85 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
89 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrchr.c79 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) macro
83 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ macro
A Dmemchr.c85 #define DETECTNULL(X) (((X) - 0x01010101L) & ~(X) & 0x80808080UL) macro
89 #define DETECTNULL(X) (((X) - 0x0101010101010101L) & ~(X) & \ macro

Completed in 7 milliseconds