Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/main/
H A Doutput.c82 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
/PHP-5.5/ext/gd/libgd/
H A Dgd.c328 float R, G, B; member
344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c13338 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
13342 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument

Completed in 377 milliseconds