Searched defs:CHadd (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 */
116 #define CHadd(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 */
113 #define CHadd(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 */
116 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) macro

Completed in 138 milliseconds