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