Home
last modified time | relevance | path

Searched refs:SIZE_OP_JUMP (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c769 len = SIZE_OP_JUMP; in compile_length_quantifier_node()
773 len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
777 len = SIZE_OP_JUMP; in compile_length_quantifier_node()
786 len = SIZE_OP_JUMP + tlen; in compile_length_quantifier_node()
804 len = SIZE_OP_PUSH + cklen + SIZE_OP_JUMP + tlen; in compile_length_quantifier_node()
882 r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
885 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
891 -(mod_tlen + (int )SIZE_OP_JUMP in compile_quantifier_node()
945 r = add_rel_addr(reg, SIZE_OP_JUMP); in compile_quantifier_node()
948 r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP); in compile_quantifier_node()
[all …]
Dregint.h591 #define SIZE_OP_JUMP (SIZE_OPCODE + SIZE_RELADDR) macro