R 303 ext/gd/libgd/gd.c #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
R 305 ext/gd/libgd/gd.c #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
R 324 ext/gd/libgd/gd.c float R, G, B;
R 340 ext/gd/libgd/gd.c float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f;
R 343 ext/gd/libgd/gd.c w = MIN3 (R, G, B);
R 344 ext/gd/libgd/gd.c v = MAX3 (R, G, B);
R 349 ext/gd/libgd/gd.c f = (R == w) ? G - B : ((G == w) ? B - R : R - G);
R 350 ext/gd/libgd/gd.c i = (R == w) ? 3 : ((G == w) ? 5 : 1);
R 426 ext/gd/libgd/gd_interpolation.c if ( x < R) {
R 427 ext/gd/libgd/gd_interpolation.c return R * sin(x*M_PI) * sin(x * M_PI/ R) / (x * M_PI * x * M_PI);
R 442 ext/gd/libgd/gd_interpolation.c if ( x < R)
R 444 ext/gd/libgd/gd_interpolation.c return R * sin(x*M_PI) * sin(x * M_PI / R) / (x * M_PI * x * M_PI);
R 200 ext/hash/hash_gost.c R(key, h, i, t, l, r); \
R 154 ext/hash/hash_ripemd.c static const unsigned char R[80] = {
R 213 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j));
R 220 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j));
R 227 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j));
R 234 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j));
R 304 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j));
R 312 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j));
R 320 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j));
R 328 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j));
R 402 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e;
R 409 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)) + e;
R 416 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)) + e;
R 423 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e;
R 430 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F4(b, c, d) + x[R[j]] + K(j)) + e;
R 501 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e;
R 509 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)) + e;
R 517 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)) + e;
R 525 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)) + e;
R 533 ext/hash/hash_ripemd.c tmp = ROLS( j, a + F4(b, c, d) + x[R[j]] + K(j)) + e;
R 78 ext/hash/hash_whirlpool.c for (r = 1; r <= R; r++) {
R 26 ext/hash/php_hash_whirlpool_tables.h static const php_hash_uint64 rc[R + 1] = {
R 62707 ext/sqlite3/libsqlite/sqlite3.c # define REGISTER_TRACE(R,M) if(p->trace)registerTrace(p->trace,R,M)
R 63110 ext/sqlite3/libsqlite/sqlite3.c i64 R; /* Rowid stored in register P3 */
R 66392 ext/sqlite3/libsqlite/sqlite3.c i64 R; /* Rowid stored in register P3 */
R 66432 ext/sqlite3/libsqlite/sqlite3.c u.bc.R = pIn3->u.i;
R 66438 ext/sqlite3/libsqlite/sqlite3.c if( (u.bc.r.flags & UNPACKED_PREFIX_SEARCH) || u.bc.r.rowid==u.bc.R ){
R 474 ext/standard/crypt_blowfish.c R ^= data.ctx.P[N + 1]; \
R 476 ext/standard/crypt_blowfish.c R ^= tmp3;
R 495 ext/standard/crypt_blowfish.c R ^= data.ctx.P[N + 1]; \
R 497 ext/standard/crypt_blowfish.c R ^= tmp3;
R 505 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 0); \
R 506 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 1); \
R 507 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 2); \
R 508 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 3); \
R 509 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 4); \
R 510 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 5); \
R 511 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 6); \
R 512 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 7); \
R 513 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 8); \
R 514 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 9); \
R 515 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 10); \
R 516 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 11); \
R 517 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 12); \
R 518 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 13); \
R 519 ext/standard/crypt_blowfish.c BF_ROUND(L, R, 14); \
R 520 ext/standard/crypt_blowfish.c BF_ROUND(R, L, 15); \
R 521 ext/standard/crypt_blowfish.c tmp4 = R; \
R 522 ext/standard/crypt_blowfish.c R = L; \
R 530 ext/standard/crypt_blowfish.c L = R = 0; \
R 536 ext/standard/crypt_blowfish.c *(ptr - 1) = R; \
R 544 ext/standard/crypt_blowfish.c *(ptr - 1) = R; \
R 667 ext/standard/crypt_blowfish.c BF_word L, R;
R 703 ext/standard/crypt_blowfish.c L = R = 0;
R 706 ext/standard/crypt_blowfish.c R ^= data.binary.salt[(i & 2) + 1];
R 709 ext/standard/crypt_blowfish.c data.ctx.P[i + 1] = R;
R 716 ext/standard/crypt_blowfish.c R ^= data.binary.salt[(BF_N + 3) & 3];
R 719 ext/standard/crypt_blowfish.c *(ptr - 3) = R;
R 722 ext/standard/crypt_blowfish.c R ^= data.binary.salt[(BF_N + 5) & 3];
R 725 ext/standard/crypt_blowfish.c *(ptr - 1) = R;
R 760 ext/standard/crypt_blowfish.c R = BF_magic_w[i + 1];
R 768 ext/standard/crypt_blowfish.c data.binary.output[i + 1] = R;
R 120 sapi/apache_hooks/php_apache.c R = get_apache_request(ZVAL TSRMLS_CC)