Searched defs:CHsub (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregex2.h115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregex2.h112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex2.h115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) macro

Completed in 571 milliseconds