Searched defs:CHsub (Results 1 - 1 of 1) sorted by relevance
/bionic/libc/regex/ | ||
H A D | regex2.h | 112 /* 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