Searched refs:cbits (Results 1 – 3 of 3) sorted by relevance
782 set2 = (uint8_t *)(cb->cbits + cbit_digit); in compare_opcodes()789 set2 = (uint8_t *)(cb->cbits + cbit_space); in compare_opcodes()796 set2 = (uint8_t *)(cb->cbits + cbit_word); in compare_opcodes()
5422 const uint8_t *cbits = cb->cbits; in compile_branch() local5848 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()5859 for (int i = 0; i < 32; i++) pbits[i] |= cbits[(int)i + taboffset]; in compile_branch()5861 for (int i = 0; i < 32; i++) pbits[i] &= ~cbits[(int)i + taboffset]; in compile_branch()5916 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_digit]; in compile_branch()5922 classbits[i] |= (uint8_t)(~cbits[i+cbit_digit]); in compile_branch()5926 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_word]; in compile_branch()5932 classbits[i] |= (uint8_t)(~cbits[i+cbit_word]); in compile_branch()5943 for (int i = 0; i < 32; i++) classbits[i] |= cbits[i+cbit_space]; in compile_branch()5949 classbits[i] |= (uint8_t)(~cbits[i+cbit_space]); in compile_branch()[all …]
723 const uint8_t *cbits; /* Points to character type table */ member
Completed in 34 milliseconds