SIZE_OP_PUSH      768 ext/mbstring/oniguruma/regcomp.c       len += SIZE_OP_PUSH + cklen + mod_tlen + SIZE_OP_JUMP;
SIZE_OP_PUSH      776 ext/mbstring/oniguruma/regcomp.c       len += mod_tlen + SIZE_OP_PUSH + cklen;
SIZE_OP_PUSH      791 ext/mbstring/oniguruma/regcomp.c 	len = SIZE_OP_PUSH + tlen;
SIZE_OP_PUSH      799 ext/mbstring/oniguruma/regcomp.c     len = SIZE_OP_PUSH + cklen + SIZE_OP_JUMP + tlen;
SIZE_OP_PUSH      868 ext/mbstring/oniguruma/regcomp.c 			(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH));
SIZE_OP_PUSH      887 ext/mbstring/oniguruma/regcomp.c 		+ (int )(CKN_ON ? SIZE_OP_STATE_CHECK_PUSH : SIZE_OP_PUSH)));
SIZE_OP_PUSH      905 ext/mbstring/oniguruma/regcomp.c 	r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH     1005 ext/mbstring/oniguruma/regcomp.c 	len += SIZE_OP_PUSH + mod_tlen + SIZE_OP_JUMP;
SIZE_OP_PUSH     1008 ext/mbstring/oniguruma/regcomp.c       len += SIZE_OP_JUMP + mod_tlen + SIZE_OP_PUSH;
SIZE_OP_PUSH     1014 ext/mbstring/oniguruma/regcomp.c            (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper
SIZE_OP_PUSH     1017 ext/mbstring/oniguruma/regcomp.c     len += (SIZE_OP_PUSH + tlen) * (qn->upper - qn->lower);
SIZE_OP_PUSH     1020 ext/mbstring/oniguruma/regcomp.c     len = SIZE_OP_PUSH + SIZE_OP_JUMP + tlen;
SIZE_OP_PUSH     1073 ext/mbstring/oniguruma/regcomp.c 	  r = add_opcode_rel_addr(reg, OP_JUMP, SIZE_OP_PUSH);
SIZE_OP_PUSH     1112 ext/mbstring/oniguruma/regcomp.c 		     -(mod_tlen + (int )SIZE_OP_JUMP + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH     1120 ext/mbstring/oniguruma/regcomp.c       r = add_opcode_rel_addr(reg, OP_PUSH, -(mod_tlen + (int )SIZE_OP_PUSH));
SIZE_OP_PUSH     1129 ext/mbstring/oniguruma/regcomp.c            (qn->upper == 1 || (tlen + SIZE_OP_PUSH) * qn->upper
SIZE_OP_PUSH     1138 ext/mbstring/oniguruma/regcomp.c 			   (n - i) * tlen + (n - i - 1) * SIZE_OP_PUSH);
SIZE_OP_PUSH     1253 ext/mbstring/oniguruma/regcomp.c 	  + SIZE_OP_PUSH + tlen + SIZE_OP_POP + SIZE_OP_JUMP;
SIZE_OP_PUSH     1352 ext/mbstring/oniguruma/regcomp.c 	 -((int )SIZE_OP_PUSH + len + (int )SIZE_OP_POP + (int )SIZE_OP_JUMP));
SIZE_OP_PUSH     1514 ext/mbstring/oniguruma/regcomp.c       r += (SIZE_OP_PUSH + SIZE_OP_JUMP) * (n - 1);
SIZE_OP_PUSH     1601 ext/mbstring/oniguruma/regcomp.c 	  len += SIZE_OP_PUSH + SIZE_OP_JUMP;