HomeSort by relevance Sort by last modified time
    Searched refs:OP_PUSH (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 885 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
910 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
932 r = add_opcode_rel_addr(reg, OP_PUSH, tlen);
948 r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
1112 r = add_opcode_rel_addr(reg, OP_PUSH, mod_tlen + SIZE_OP_JUMP);
1125 r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
1142 r = add_opcode_rel_addr(reg, OP_PUSH,
1150 r = add_opcode_rel_addr(reg, OP_PUSH, SIZE_OP_JUMP);
    [all...]
regint.h 512 OP_PUSH,
regexec.c     [all...]

Completed in 384 milliseconds