Home
last modified time | relevance | path

Searched refs:SIZE_MEMNUM (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h563 #define SIZE_MEMNUM sizeof(MemNumType) macro
596 #define SIZE_OP_REPEAT_INC (SIZE_OPCODE + SIZE_MEMNUM)
597 #define SIZE_OP_REPEAT_INC_NG (SIZE_OPCODE + SIZE_MEMNUM)
605 #define SIZE_OP_MEMORY_START (SIZE_OPCODE + SIZE_MEMNUM)
606 #define SIZE_OP_MEMORY_START_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
607 #define SIZE_OP_MEMORY_END_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
608 #define SIZE_OP_MEMORY_END_PUSH_REC (SIZE_OPCODE + SIZE_MEMNUM)
609 #define SIZE_OP_MEMORY_END (SIZE_OPCODE + SIZE_MEMNUM)
610 #define SIZE_OP_MEMORY_END_REC (SIZE_OPCODE + SIZE_MEMNUM)
613 #define SIZE_OP_NULL_CHECK_START (SIZE_OPCODE + SIZE_MEMNUM)
[all …]
Dregcomp.c254 BBUF_ADD(reg, &n, SIZE_MEMNUM); in add_mem_num()
808 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1029 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
1552 SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
1558 ? SIZE_OPCODE : (SIZE_OPCODE + SIZE_MEMNUM)); in compile_length_tree()
1561 r = SIZE_OPCODE + SIZE_LENGTH + (SIZE_MEMNUM * br->back_num); in compile_length_tree()
5900 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
6027 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
6066 bp += SIZE_MEMNUM; in onig_print_compiled_byte_code()
Dregexec.c2241 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2280 p += (SIZE_MEMNUM * (tlen - i - 1)); in match_at()
2306 p += (SIZE_MEMNUM * tlen); in match_at()
2363 p += SIZE_MEMNUM; in match_at()