Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c773 len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
781 len += mod_tlen + SIZE_OP_PUSH + cklen; in compile_length_quantifier_node()
796 len = SIZE_OP_PUSH + tlen; in compile_length_quantifier_node()
804 len = SIZE_OP_PUSH + cklen + SIZE_OP_JUMP + tlen; in compile_length_quantifier_node()
873 (CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH)); in compile_quantifier_node()
892 + (int )(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH))); in compile_quantifier_node()
910 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH)); in compile_quantifier_node()
1010 len += SIZE_OP_PUSH + mod_tlen + SIZE_OP_JUMP; in compile_length_quantifier_node()
1013 len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH; in compile_length_quantifier_node()
1019 (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper in compile_length_quantifier_node()
[all …]
Dregint.h592 #define SIZE_OP_PUSH (SIZE_OPCODE + SIZE_RELADDR) macro