Searched defs:G (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | md5.c | 150 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
|
H A D | sha1.c | 120 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/PHP-7.0/ext/hash/ |
H A D | hash_md.c | 232 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
|
H A D | hash_sha.c | 166 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
|
/PHP-7.0/main/ |
H A D | output.c | 82 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd.c | 326 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 D | sqlite3.c | 16404 # 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 551 milliseconds