bp 2391 array.c VALUE a = *(const VALUE *)ap, b = *(const VALUE *)bp;
bp 2405 array.c VALUE a = *(const VALUE *)ap, b = *(const VALUE *)bp;
bp 101 dln_find.c register char *bp;
bp 117 dln_find.c ((bp - fbuf) > 100 ? 100 : (int)(bp - fbuf)), fbuf, \
bp 118 dln_find.c ((bp - fbuf) > 100 ? "..." : ""), \
bp 172 dln_find.c ep = bp = 0;
bp 181 dln_find.c bp = fbuf;
bp 205 dln_find.c bp = fbuf;
bp 229 dln_find.c memcpy(bp, home, i);
bp 230 dln_find.c bp += i;
bp 239 dln_find.c memcpy(bp, dp, l);
bp 240 dln_find.c bp += l;
bp 245 dln_find.c *bp++ = '/';
bp 256 dln_find.c memcpy(bp, fname, i + 1);
bp 266 dln_find.c strlcpy(bp + i, extension[j], fspace);
bp 991 enum.c b = *(VALUE *)bp;
bp 1235 enum.c VALUE a = *(const VALUE *)ap, b = *(const VALUE *)bp;
bp 1247 enum.c VALUE a = *(const VALUE *)ap, b = *(const VALUE *)bp;
bp 15 ext/-test-/string/qsort.c VALUE b = rb_enc_str_new(bp, d->elsize, d->enc);
bp 24 ext/-test-/string/qsort.c int b = *(const unsigned char *)bp;
bp 4244 ext/bigdecimal/bigdecimal.c size_t bp;
bp 4258 ext/bigdecimal/bigdecimal.c word_shift = VpSetPTR(a, b, c, &ap, &bp, &cp, &av, &bv);
bp 4260 ext/bigdecimal/bigdecimal.c b_pos = bp;
bp 4339 ext/bigdecimal/bigdecimal.c size_t bp;
bp 4353 ext/bigdecimal/bigdecimal.c word_shift = VpSetPTR(a, b, c, &ap, &bp, &cp, &av, &bv);
bp 4355 ext/bigdecimal/bigdecimal.c b_pos = bp;
bp 99 ext/date/date_parse.c const char *s, *bp, *ep;
bp 105 ext/date/date_parse.c bp = s;
bp 112 ext/date/date_parse.c d = rb_str_new(bp, ep - bp);
bp 146 ext/date/date_parse.c const char *s, *bp, *ep;
bp 154 ext/date/date_parse.c bp = s;
bp 168 ext/date/date_parse.c buf = ALLOCV_N(char, vbuf, ep - bp + 1);
bp 169 ext/date/date_parse.c memcpy(buf, bp, ep - bp);
bp 170 ext/date/date_parse.c buf[ep - bp] = '\0';
bp 181 ext/date/date_parse.c const char *s, *bp, *ep;
bp 188 ext/date/date_parse.c bp = s;
bp 194 ext/date/date_parse.c buf = ALLOCV_N(char, vbuf, ep - bp + 1);
bp 195 ext/date/date_parse.c memcpy(buf, bp, ep - bp);
bp 196 ext/date/date_parse.c buf[ep - bp] = '\0';
bp 204 ext/date/date_parse.c const char *s, *bp, *ep;
bp 211 ext/date/date_parse.c bp = s;
bp 217 ext/date/date_parse.c buf = ALLOCV_N(char, vbuf, ep - bp + 1);
bp 218 ext/date/date_parse.c memcpy(buf, bp, ep - bp);
bp 219 ext/date/date_parse.c buf[ep - bp] = '\0';
bp 254 ext/openssl/ossl_pkey_dsa.c (d2i_of_void *)d2i_DSAPublicKey, PEM_STRING_DSA_PUBLIC, (bp), (void **)(x), (cb), (u))
bp 6313 regcomp.c fprintf(f, "[%s", op2name(*bp));
bp 6314 regcomp.c arg_type = op2arg_type(*bp);
bp 6316 regcomp.c bp++;
bp 6321 regcomp.c GET_RELADDR_INC(addr, bp);
bp 6325 regcomp.c GET_ABSADDR_INC(addr, bp);
bp 6329 regcomp.c GET_LENGTH_INC(len, bp);
bp 6333 regcomp.c mem = *((MemNumType* )bp);
bp 6334 regcomp.c bp += SIZE_MEMNUM;
bp 6339 regcomp.c OnigOptionType option = *((OnigOptionType* )bp);
bp 6340 regcomp.c bp += SIZE_OPTION;
bp 6346 regcomp.c scn = *((StateCheckNumType* )bp);
bp 6347 regcomp.c bp += SIZE_STATE_CHECK_NUM;
bp 6353 regcomp.c switch (*bp++) {
bp 6357 regcomp.c p_string(f, 1, bp++); break;
bp 6359 regcomp.c p_string(f, 2, bp); bp += 2; break;
bp 6361 regcomp.c p_string(f, 3, bp); bp += 3; break;
bp 6363 regcomp.c p_string(f, 4, bp); bp += 4; break;
bp 6365 regcomp.c p_string(f, 5, bp); bp += 5; break;
bp 6367 regcomp.c GET_LENGTH_INC(len, bp);
bp 6368 regcomp.c p_len_string(f, len, 1, bp);
bp 6369 regcomp.c bp += len;
bp 6373 regcomp.c p_string(f, 2, bp); bp += 2; break;
bp 6375 regcomp.c p_string(f, 4, bp); bp += 4; break;
bp 6377 regcomp.c p_string(f, 6, bp); bp += 6; break;
bp 6379 regcomp.c GET_LENGTH_INC(len, bp);
bp 6380 regcomp.c p_len_string(f, len, 2, bp);
bp 6381 regcomp.c bp += len * 2;
bp 6384 regcomp.c GET_LENGTH_INC(len, bp);
bp 6385 regcomp.c p_len_string(f, len, 3, bp);
bp 6386 regcomp.c bp += len * 3;
bp 6392 regcomp.c GET_LENGTH_INC(mb_len, bp);
bp 6393 regcomp.c GET_LENGTH_INC(len, bp);
bp 6396 regcomp.c while (n-- > 0) { fputc(*bp++, f); }
bp 6401 regcomp.c len = enclen(enc, bp, bpend);
bp 6402 regcomp.c p_string(f, len, bp);
bp 6403 regcomp.c bp += len;
bp 6406 regcomp.c GET_LENGTH_INC(len, bp);
bp 6407 regcomp.c p_len_string(f, len, 1, bp);
bp 6408 regcomp.c bp += len;
bp 6412 regcomp.c n = bitset_on_num((BitSetRef )bp);
bp 6413 regcomp.c bp += SIZE_BITSET;
bp 6418 regcomp.c n = bitset_on_num((BitSetRef )bp);
bp 6419 regcomp.c bp += SIZE_BITSET;
bp 6425 regcomp.c GET_LENGTH_INC(len, bp);
bp 6426 regcomp.c q = bp;
bp 6431 regcomp.c bp += len;
bp 6437 regcomp.c n = bitset_on_num((BitSetRef )bp);
bp 6438 regcomp.c bp += SIZE_BITSET;
bp 6439 regcomp.c GET_LENGTH_INC(len, bp);
bp 6440 regcomp.c q = bp;
bp 6445 regcomp.c bp += len;
bp 6453 regcomp.c GET_POINTER_INC(cc, bp);
bp 6460 regcomp.c mem = *((MemNumType* )bp);
bp 6461 regcomp.c bp += SIZE_MEMNUM;
bp 6468 regcomp.c GET_LENGTH_INC(len, bp);
bp 6470 regcomp.c GET_MEMNUM_INC(mem, bp);
bp 6481 regcomp.c GET_OPTION_INC(option, bp);
bp 6483 regcomp.c GET_LENGTH_INC(level, bp);
bp 6487 regcomp.c GET_LENGTH_INC(len, bp);
bp 6489 regcomp.c GET_MEMNUM_INC(mem, bp);
bp 6499 regcomp.c mem = *((MemNumType* )bp);
bp 6500 regcomp.c bp += SIZE_MEMNUM;
bp 6501 regcomp.c addr = *((RelAddrType* )bp);
bp 6502 regcomp.c bp += SIZE_RELADDR;
bp 6509 regcomp.c addr = *((RelAddrType* )bp);
bp 6510 regcomp.c bp += SIZE_RELADDR;
bp 6512 regcomp.c p_string(f, 1, bp);
bp 6513 regcomp.c bp += 1;
bp 6517 regcomp.c GET_LENGTH_INC(len, bp);
bp 6522 regcomp.c GET_RELADDR_INC(addr, bp);
bp 6523 regcomp.c GET_LENGTH_INC(len, bp);
bp 6529 regcomp.c scn = *((StateCheckNumType* )bp);
bp 6530 regcomp.c bp += SIZE_STATE_CHECK_NUM;
bp 6531 regcomp.c addr = *((RelAddrType* )bp);
bp 6532 regcomp.c bp += SIZE_RELADDR;
bp 6537 regcomp.c GET_MEMNUM_INC(mem, bp);
bp 6538 regcomp.c GET_RELADDR_INC(addr, bp);
bp 6544 regcomp.c *--bp);
bp 6548 regcomp.c if (nextp) *nextp = bp;
bp 6556 regcomp.c UChar* bp = reg->p;
bp 6562 regcomp.c while (bp < end) {
bp 6565 regcomp.c fprintf(f, "\n%ld:", bp - reg->p);
bp 6567 regcomp.c fprintf(f, " %ld:", bp - reg->p);
bp 6568 regcomp.c onig_print_compiled_byte_code(f, bp, end, &bp, reg->enc);
bp 332 regerror.c UChar *p, *s, *bp;
bp 365 regerror.c bp = bs;
bp 366 regerror.c while (blen-- > 0) *s++ = *bp++;
bp 374 regerror.c bp = bs;
bp 375 regerror.c while (len-- > 0) *s++ = *bp++;
bp 1616 regexec.c UChar *q, *bp, buf[50]; \
bp 1619 regexec.c bp = buf; \
bp 1624 regexec.c while (len-- > 0) *bp++ = *q++; \
bp 1627 regexec.c if (q < end) { xmemcpy(bp, "...\"", 4); bp += 4; } \
bp 1628 regexec.c else { xmemcpy(bp, "\"", 1); bp += 1; } \
bp 1629 regexec.c *bp = 0; \
bp 1631 regexec.c for (i = 0; i < 20 - (bp - buf); i++) fputc(' ', stderr); \
bp 3972 string.c const char *bp = RSTRING_PTR(beg);
bp 3979 string.c char b = *bp;
bp 3992 string.c if (ISDIGIT(*bp) && ISDIGIT(*ep) &&
bp 3993 string.c all_digits_p(bp, RSTRING_LEN(beg)) &&
bp 2667 transcode.c unsigned char *buf, *bp, *sp;
bp 2730 transcode.c bp = (unsigned char *)RSTRING_PTR(dest);
bp 2732 transcode.c transcode_loop(&fromp, &bp, (sp+slen), (bp+blen), dest, str_transcoding_resize, sname, dname, ecflags, ecopts);
bp 2737 transcode.c *bp = '\0';
bp 2738 transcode.c rb_str_set_len(dest, bp - buf);
bp 242 vm_dump.c VALUE *bp = prev_cfp->sp + cfp->iseq->body->local_size + 1;
bp 245 vm_dump.c bp += 1;
bp 247 vm_dump.c return bp;
bp 1281 vm_insnhelper.c VALUE *bp = prev_cfp->sp + cfp->iseq->body->local_size + 1;
bp 1285 vm_insnhelper.c bp += 1;
bp 1289 vm_insnhelper.c if (bp != cfp->bp_check) {
bp 1292 vm_insnhelper.c (long)(bp - GET_THREAD()->stack));
bp 1297 vm_insnhelper.c return bp;
bp 1243 vsnprintf.c char *digits, *bp, *rve;
bp 1272 vsnprintf.c bp = digits + ndigits;
bp 1276 vsnprintf.c bp += *decpt;
bp 1278 vsnprintf.c while (rve < bp)