Searched defs:Y (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/hash/ |
H A D | hash_sha_sse2.c | 205 __m128i Y[4]; in SHA256_Transform_sse2() local
|
H A D | hash_sha3.c | 113 unsigned char Y = (2*x + 3*y) % 5; in permute() local
|
/php-src/Zend/ |
H A D | zend_portability.h | 237 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) __attribute__ ((alloc_size(X,Y))) argument 240 # define ZEND_ATTRIBUTE_ALLOC_SIZE2(X,Y) argument
|
/php-src/ext/gd/libgd/ |
H A D | gd.c | 1959 #define FILL_PUSH(Y, XL, XR, DY) \ argument 1963 #define FILL_POP(Y, XL, XR, DY) \ argument
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir.c | 864 #define IR_FOLD1(X, Y) IR_FOLD2(X, Y) argument 865 #define IR_FOLD2(X, Y) case IR_RULE_ ## Y: argument
|
/php-src/ext/gd/ |
H A D | gd.c | 2983 zend_long X, Y, COL; in php_imagechar() local
|
Completed in 33 milliseconds