Searched refs:SINGLE_BYTE_MASK (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c71 #define SINGLE_BYTE_MASK 0xff macro
698 SINGLE_BYTE_MASK;
H A Dregex.c60 #define SINGLE_BYTE_MASK 0xff macro
391 (int)((unsigned int)*count_stringp & SINGLE_BYTE_MASK);
396 (int)((unsigned int)*count_stringp & SINGLE_BYTE_MASK);

Completed in 47 milliseconds