Searched refs:cbits (Results 1 – 3 of 3) sorted by relevance
788 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()795 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()802 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
5671 const uint8_t *cbits = cb->cbits; in compile_branch() local6108 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()6119 for (int i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()6121 for (int i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()6176 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch()6182 classbits[i] |= (uint8_t)(~cbits[i+cbit_digit]); in compile_branch()6186 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch()6192 classbits[i] |= (uint8_t)(~cbits[i+cbit_word]); in compile_branch()6203 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch()6209 classbits[i] |= (uint8_t)(~cbits[i+cbit_space]); in compile_branch()[all …]
726 const uint8_t *cbits; /* Points to character type table */ member
Completed in 52 milliseconds