Lines Matching refs:IMM2_SIZE
1765 d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd, in find_fixedlength()
1808 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
1881 cc += 2 + IMM2_SIZE; in find_fixedlength()
1889 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1891 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
1955 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1; in find_fixedlength()
1957 cc += 1 + 2 * IMM2_SIZE; in find_fixedlength()
2137 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2282 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2657 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2723 if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]); in could_be_empty_branch()
2940 code += IMM2_SIZE; in get_chr_property_list()
3092 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
3794 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in auto_possessify()
6391 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
6392 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
6758 skipbytes = 1+IMM2_SIZE; in compile_branch()
6835 if (lengthptr != NULL) skipbytes += IMM2_SIZE; in compile_branch()
6880 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0) break; in compile_branch()
6898 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) != 0 || in compile_branch()
6899 (slot+IMM2_SIZE)[namelen] != 0) break; in compile_branch()
6906 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6907 skipbytes += IMM2_SIZE; in compile_branch()
7117 if (namelen + IMM2_SIZE + 1 > cd->name_entry_size) in compile_branch()
7119 cd->name_entry_size = namelen + IMM2_SIZE + 1; in compile_branch()
7248 *lengthptr += IMM2_SIZE; in compile_branch()
7311 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0 && in compile_branch()
7312 slot[IMM2_SIZE+namelen] == 0) in compile_branch()
7344 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; in compile_branch()
7656 skipbytes = IMM2_SIZE; in compile_branch()
8819 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
8845 scode += IMM2_SIZE; in find_firstassertedchar()
8858 scode += IMM2_SIZE; in find_firstassertedchar()
8907 int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length)); in add_name()
8908 if (crc == 0 && slot[IMM2_SIZE+length] != 0) in add_name()
8929 memcpy(slot + IMM2_SIZE, name, IN_UCHARS(length)); in add_name()
8930 slot[IMM2_SIZE + length] = 0; in add_name()