G 303 ext/gd/libgd/gd.c #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} G 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;} G 324 ext/gd/libgd/gd.c float R, G, B; G 340 ext/gd/libgd/gd.c float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; G 343 ext/gd/libgd/gd.c w = MIN3 (R, G, B); G 344 ext/gd/libgd/gd.c v = MAX3 (R, G, B); G 349 ext/gd/libgd/gd.c f = (R == w) ? G - B : ((G == w) ? B - R : R - G); G 350 ext/gd/libgd/gd.c i = (R == w) ? 3 : ((G == w) ? 5 : 1); G 249 ext/hash/hash_md.c (a) += G ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \ G 187 ext/hash/hash_sha.c (e) += G ((b), (c), (d)) + (w) + (php_hash_uint32)(0x6ED9EBA1); \ G 225 ext/standard/md5.c STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) G 226 ext/standard/md5.c STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) G 227 ext/standard/md5.c STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) G 228 ext/standard/md5.c STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) G 229 ext/standard/md5.c STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) G 230 ext/standard/md5.c STEP(G, d, a, b, c, GET(10), 0x02441453, 9) G 231 ext/standard/md5.c STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) G 232 ext/standard/md5.c STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) G 233 ext/standard/md5.c STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) G 234 ext/standard/md5.c STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) G 235 ext/standard/md5.c STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) G 236 ext/standard/md5.c STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) G 237 ext/standard/md5.c STEP(G, a, b, c, d, GET(13), 0xa9e3e905, 5) G 238 ext/standard/md5.c STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) G 239 ext/standard/md5.c STEP(G, c, d, a, b, GET(7), 0x676f02d9, 14) G 240 ext/standard/md5.c STEP(G, b, c, d, a, GET(12), 0x8d2a4c8a, 20) G 146 ext/standard/sha1.c (e) += G ((b), (c), (d)) + (w) + (php_uint32)(0x6ED9EBA1); \ G 82 main/output.c static inline void php_output_init_globals(zend_output_globals *G) G 84 main/output.c memset(G, 0, sizeof(*G));