G 301 ext/gd/libgd/gd.c #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;} G 303 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 322 ext/gd/libgd/gd.c float R, G, B; G 338 ext/gd/libgd/gd.c float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; G 341 ext/gd/libgd/gd.c w = MIN3 (R, G, B); G 342 ext/gd/libgd/gd.c v = MAX3 (R, G, B); G 347 ext/gd/libgd/gd.c f = (R == w) ? G - B : ((G == w) ? B - R : R - G); G 348 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 13338 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) G 13342 ext/sqlite3/libsqlite/sqlite3.c # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 G 228 ext/standard/md5.c STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) G 229 ext/standard/md5.c STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) G 230 ext/standard/md5.c STEP(G, c, d, a, b, GET(11), 0x265e5a51, 14) G 231 ext/standard/md5.c STEP(G, b, c, d, a, GET(0), 0xe9b6c7aa, 20) G 232 ext/standard/md5.c STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) G 233 ext/standard/md5.c STEP(G, d, a, b, c, GET(10), 0x02441453, 9) G 234 ext/standard/md5.c STEP(G, c, d, a, b, GET(15), 0xd8a1e681, 14) G 235 ext/standard/md5.c STEP(G, b, c, d, a, GET(4), 0xe7d3fbc8, 20) G 236 ext/standard/md5.c STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) G 237 ext/standard/md5.c STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9) G 238 ext/standard/md5.c STEP(G, c, d, a, b, GET(3), 0xf4d50d87, 14) G 239 ext/standard/md5.c STEP(G, b, c, d, a, GET(8), 0x455a14ed, 20) G 240 ext/standard/md5.c STEP(G, a, b, c, d, GET(13), 0xa9e3e905, 5) G 241 ext/standard/md5.c STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) G 242 ext/standard/md5.c STEP(G, c, d, a, b, GET(7), 0x676f02d9, 14) G 243 ext/standard/md5.c STEP(G, b, c, d, a, GET(12), 0x8d2a4c8a, 20) G 141 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 85 main/output.c memset(G, 0, sizeof(*G));