Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/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.c54 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
58 #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.c43 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
47 #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.c51 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
55 #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
Drawmemchr.c47 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
51 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dmemchr.c63 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
67 #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-3.7.0-3.6.0/newlib/libc/machine/microblaze/
Dstrcmp.c70 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
73 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrlen.c66 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
70 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Dstrcpy.c69 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
73 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro