Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrcat.c55 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
59 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrcmp.c58 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
61 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrcpy.c57 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
61 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrlen.c53 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
57 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrncat.c63 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
67 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrncmp.c58 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
61 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstpcpy.c45 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
49 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrncpy.c62 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
66 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstpncpy.c52 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
56 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrchr.c57 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
61 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dmemccpy.c49 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dmemchr.c62 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
66 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Drawmemchr.c47 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
51 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dmemrchr.c48 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
52 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
/picolibc-latest/newlib/libc/machine/microblaze/
Dstrcmp.c72 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
75 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrlen.c67 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
71 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrcpy.c71 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
75 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro