Searched refs:SIZE_LENGTH (Results 1 – 2 of 2) sorted by relevance
559 #define SIZE_LENGTH sizeof(LengthType) macro612 #define SIZE_OP_LOOK_BEHIND (SIZE_OPCODE + SIZE_LENGTH)613 #define SIZE_OP_PUSH_LOOK_BEHIND_NOT (SIZE_OPCODE + SIZE_RELADDR + SIZE_LENGTH)
241 BBUF_ADD(reg, &l, SIZE_LENGTH); in add_length()427 if (op == OP_EXACTMBN) len += SIZE_LENGTH; in add_compile_string_length()429 len += SIZE_LENGTH; in add_compile_string_length()561 UChar* p = BBUF_GET_ADD_ADDRESS(reg) + SIZE_LENGTH; in add_multi_byte_cclass()597 len += SIZE_LENGTH + cc->mbuf->used; in compile_length_cclass_node()599 len += SIZE_LENGTH + cc->mbuf->used + (WORD_ALIGNMENT_SIZE - 1); in compile_length_cclass_node()1540 r = SIZE_OPCODE + SIZE_OPTION + SIZE_LENGTH + in compile_length_tree()1541 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()1550 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
Completed in 36 milliseconds