Lines Matching refs:IMM2_SIZE

4538       if (namelen + IMM2_SIZE + 1 > cb->name_entry_size)  in parse_regex()
4539 cb->name_entry_size = (uint16_t)(namelen + IMM2_SIZE + 1); in parse_regex()
5211 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) == 0 && in find_dupname_details()
5212 slot[IMM2_SIZE+length] == 0) break; in find_dupname_details()
5240 if (PRIV(strncmp)(name, slot+IMM2_SIZE, length) != 0 || in find_dupname_details()
5241 (slot+IMM2_SIZE)[length] != 0) break; in find_dupname_details()
6130 *lengthptr += CU2BYTES(1) + IMM2_SIZE; in compile_branch()
6251 skipunits = 1+IMM2_SIZE; in compile_branch()
6293 skipunits = 1+IMM2_SIZE; in compile_branch()
6314 skipunits = 1+2*IMM2_SIZE; in compile_branch()
6316 PUT2(code, 2+LINK_SIZE+IMM2_SIZE, count); in compile_branch()
6346 skipunits = 1+IMM2_SIZE; in compile_branch()
7559 ((tempcode[1 + IMM2_SIZE] == OP_PROP in compile_branch()
7560 || tempcode[1 + IMM2_SIZE] == OP_NOTPROP)? 2 : 0); in compile_branch()
7719 skipunits = IMM2_SIZE; in compile_branch()
8537 if (code[1 + IMM2_SIZE] == OP_PROP || code[1 + IMM2_SIZE] == OP_NOTPROP) in find_recurse()
8662 *code == OP_CBRAPOS || *code == OP_SCBRAPOS)? IMM2_SIZE:0; in find_firstassertedcu()
8690 scode += IMM2_SIZE; in find_firstassertedcu()
8703 scode += IMM2_SIZE; in find_firstassertedcu()
8766 int crc = memcmp(name, slot+IMM2_SIZE, CU2BYTES(length)); in add_name_to_table()
8767 if (crc == 0 && slot[IMM2_SIZE+length] != 0) in add_name_to_table()
8788 memcpy(slot + IMM2_SIZE, name, CU2BYTES(length)); in add_name_to_table()
8794 memset(slot + IMM2_SIZE + length, 0, in add_name_to_table()
8795 CU2BYTES(cb->name_entry_size - length - IMM2_SIZE)); in add_name_to_table()