Home
last modified time | relevance | path

Searched defs:G (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/ext/standard/
H A Dmd5.c147 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
H A Dsha1.c125 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-5.3/ext/hash/
H A Dhash_md.c232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
H A Dhash_sha.c166 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-5.3/ext/gd/libgd/
H A Dgd.c320 float R, G, B; member
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c11457 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
11461 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument

Completed in 318 milliseconds