Searched defs:DETECTNULL (Results 1 – 9 of 9) sorted by relevance
49 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
50 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro53 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
45 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro49 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
56 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro60 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
51 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro54 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
55 #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080) macro59 #define DETECTNULL(X) (((X) - 0x0101010101010101) & ~(X) & 0x8080808080808080) macro
Completed in 12 milliseconds