Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmd5.c154 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
H A Dsha1.c124 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-7.2/ext/hash/
H A Dhash_md.c235 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
H A Dhash_sha.c167 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-7.2/main/
H A Doutput.c82 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
/PHP-7.2/ext/gd/libgd/
H A Dgd.c364 float R, G, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c19061 # define sqlite3CodeRowTrigger(A,B,C,D,E,F,G,H,I) argument
19066 # define sqlite3TriggerColmask(A,B,C,D,E,F,G) 0 argument

Completed in 481 milliseconds