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

/bionic/libc/regex/
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

Completed in 7 milliseconds