Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrcat.c49 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrcmp.c50 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrcpy.c49 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrlen.c45 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
49 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrncat.c56 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
60 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrncmp.c51 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
54 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrncpy.c55 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
59 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dstrchr.c49 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
A Dmemchr.c56 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro
60 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro

Completed in 12 milliseconds