Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dmd5.c150 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
H A Dsha1.c120 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-7.0/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-7.0/main/
H A Doutput.c82 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
/PHP-7.0/ext/gd/libgd/
H A Dgd.c326 float R, G, B; member
342 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c16404 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
16409 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument

Completed in 325 milliseconds