Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dmd5.c145 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
H A Dsha1.c115 #define G(x, y, z) ((x) ^ (y) ^ (z)) macro
/PHP-8.4/main/
H A Doutput.c77 static inline void php_output_init_globals(zend_output_globals *G) in php_output_init_globals()
/PHP-8.4/ext/gd/libgd/
H A Dgd.c334 float R, G, B; member
350 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
/PHP-8.4/ext/opcache/jit/ir/dynasm/
H A Dminilua.c489 #define G(L)(L->l_G) macro

Completed in 44 milliseconds