Lines Matching refs:IMM2_SIZE

1763     d = find_fixedlength(cc + ((op == OP_CBRA)? IMM2_SIZE : 0), utf, atend, cd,  in find_fixedlength()
1806 d = find_fixedlength(cs + IMM2_SIZE, utf, atend, cd, &this_recurse); in find_fixedlength()
1879 cc += 2 + IMM2_SIZE; in find_fixedlength()
1887 if (cc[1 + IMM2_SIZE] == OP_PROP || cc[1 + IMM2_SIZE] == OP_NOTPROP) in find_fixedlength()
1889 cc += 1 + IMM2_SIZE + 1; in find_fixedlength()
1953 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1; in find_fixedlength()
1955 cc += 1 + 2 * IMM2_SIZE; in find_fixedlength()
2135 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in PRIV()
2280 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
2655 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in could_be_empty_branch()
2721 if (utf && HAS_EXTRALEN(code[1 + IMM2_SIZE])) code += GET_EXTRALEN(code[1 + IMM2_SIZE]); in could_be_empty_branch()
2938 code += IMM2_SIZE; in get_chr_property_list()
3090 end += 1 + 2 * IMM2_SIZE; in get_chr_property_list()
3792 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in auto_possessify()
6389 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
6390 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
6756 skipbytes = 1+IMM2_SIZE; in compile_branch()
6833 if (lengthptr != NULL) skipbytes += IMM2_SIZE; in compile_branch()
6878 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0) break; in compile_branch()
6896 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) != 0 || in compile_branch()
6897 (slot+IMM2_SIZE)[namelen] != 0) break; in compile_branch()
6904 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6905 skipbytes += IMM2_SIZE; in compile_branch()
7115 if (namelen + IMM2_SIZE + 1 > cd->name_entry_size) in compile_branch()
7117 cd->name_entry_size = namelen + IMM2_SIZE + 1; in compile_branch()
7246 *lengthptr += IMM2_SIZE; in compile_branch()
7314 if (STRNCMP_UC_UC(name, slot+IMM2_SIZE, namelen) == 0 && in compile_branch()
7315 slot[IMM2_SIZE+namelen] == 0) in compile_branch()
7347 if (STRCMP_UC_UC(slot + IMM2_SIZE, cslot + IMM2_SIZE) != 0) break; in compile_branch()
7659 skipbytes = IMM2_SIZE; in compile_branch()
8822 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedchar()
8848 scode += IMM2_SIZE; in find_firstassertedchar()
8861 scode += IMM2_SIZE; in find_firstassertedchar()
8910 int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length)); in add_name()
8911 if (crc == 0 && slot[IMM2_SIZE+length] != 0) in add_name()
8932 memcpy(slot + IMM2_SIZE, name, IN_UCHARS(length)); in add_name()
8933 slot[IMM2_SIZE + length] = 0; in add_name()