Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregcomp.c739 int len, mod_tlen, cklen; in compile_length_quantifier_node() local
762 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_length_quantifier_node()
764 mod_tlen = tlen; in compile_length_quantifier_node()
773 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()
808 + mod_tlen + SIZE_OPCODE + SIZE_RELADDR + SIZE_MEMNUM; in compile_length_quantifier_node()
819 int r, mod_tlen; in compile_quantifier_node() local
865 mod_tlen = tlen + (SIZE_OP_NULL_CHECK_START + SIZE_OP_NULL_CHECK_END); in compile_quantifier_node()
867 mod_tlen = tlen; in compile_quantifier_node()
882 r = add_rel_addr(reg, mod_tlen + SIZE_OP_JUMP); in compile_quantifier_node()
[all …]