Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmd5.c149 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
H A Dsha1.c119 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-7.4/ext/hash/
H A Dhash_md.c230 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
H A Dhash_sha.c162 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-7.4/main/
H A Doutput.c80 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
/PHP-7.4/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

Completed in 32 milliseconds