Home
last modified time | relevance | path

Searched defs:y (Results 51 – 73 of 73) sorted by relevance

123

/php-src/ext/standard/
H A Dcrypt_sha256.c127 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha256_process_block() argument
128 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha256_process_block() argument
H A Dcrypt_sha512.c156 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in sha512_process_block() argument
157 #define Maj(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) in sha512_process_block() argument
/php-src/ext/date/lib/
H A Dtimelib_private.h105 #define timelib_is_leap(y) ((y) % 4 == 0 && ((y) % 100 != 0 || (y) % 400 == 0)) argument
H A Dparse_posix.c479 static timelib_sll count_leap_years(timelib_sll y) in count_leap_years()
H A Dtimelib.c36 #define TIMELIB_LLABS(y) (y < 0 ? (y * -1) : y) argument
H A Dtimelib.h224 timelib_sll y, m, d; /* Years, Months and Days */ member
252 timelib_sll y, m, d; /* Year, Month, Day */ member
/php-src/ext/random/
H A Dgammasection.c47 static double gamma_max(double x, double y) in gamma_max()
/php-src/Zend/
H A Dzend_alloc.c321 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
326 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
331 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
2510 # define _ZEND_BIN_ALLOCATOR(_num, _size, _elements, _pages, x, y) \ argument
2516 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR, x, y) argument
2531 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2545 # define _ZEND_BIN_FREE(_num, _size, _elements, _pages, x, y) \ argument
2556 ZEND_MM_BINS_INFO(_ZEND_BIN_FREE, x, y) argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c1806 uint8_t y = x & (~x + 1); /* Least significant bit */ in PRIV() local
H A Dpcre2_match.c6027 uint32_t y = GET(P->ecode,1); in match() local
H A Dpcre2_compile.c115 #define META_DIFF(x,y) ((x-y)>>16) argument
/php-src/ext/date/
H A Dphp_date.c655 static const char *php_date_full_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_full_day_name()
664 static const char *php_date_short_day_name(timelib_sll y, timelib_sll m, timelib_sll d) in php_date_short_day_name()
1239 zend_long m, d, y; in PHP_FUNCTION() local
3716 static void php_date_date_set(zval *object, zend_long y, zend_long m, zend_long d, zval *return_val… in php_date_date_set()
3732 zend_long y, m, d; in PHP_FUNCTION() local
3748 zend_long y, m, d; in PHP_METHOD() local
3762 static void php_date_isodate_set(zval *object, zend_long y, zend_long w, zend_long d, zval *return_… in php_date_isodate_set()
3782 zend_long y, w, d = 1; in PHP_FUNCTION() local
3798 zend_long y, w, d = 1; in PHP_METHOD() local
/php-src/sapi/litespeed/
H A Dlsapilib.c4254 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
4255 #define F2(x, y, z) F1(z, x, y) argument
4256 #define F3(x, y, z) (x ^ y ^ z) argument
4257 #define F4(x, y, z) (y ^ (x | ~z)) argument
4260 #define MD5STEP(f, w, x, y, z, data, s) \ argument
/php-src/ext/mbstring/
H A Dphp_mbregex.c38 #define onig_set_match_stack_limit_size_of_match_param(x, y) argument
39 #define onig_set_retry_limit_in_match_of_match_param(x, y) argument
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c525 static int CMYKToRGB(int c, int m, int y, int k, int inverted) in CMYKToRGB()
/php-src/main/
H A Dphp.h100 # define lstat(x, y) php_sys_lstat(x, y) argument
/php-src/ext/xml/
H A Dcompat.c96 int y = 0; in _start_element_handler_ns() local
/php-src/ext/fileinfo/libmagic/
H A Dfile.h121 #define __GNUC_PREREQ__(x, y) \ argument
125 #define __GNUC_PREREQ__(x, y) 0 argument
H A Dcdf.c94 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
H A Dapprentice.c2790 int y; in getvalue() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h3241 XXH_mult32to64(xxh_u64 x, xxh_u64 y) in XXH_mult32to64()
3247 # define XXH_mult32to64(x, y) __emulu((unsigned)(x), (unsigned)(y)) argument
3256 # define XXH_mult32to64(x, y) ((xxh_u64)(xxh_u32)(x) * (xxh_u64)(xxh_u32)(y)) argument
5534 #define XXH_MIN(x, y) (((x) > (y)) ? (y) : (x)) argument
/php-src/ext/openssl/
H A Dopenssl.c4315 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_legacy_ec() local
4462 BIGNUM *x = NULL, *y = NULL, *d = NULL; in php_openssl_pkey_init_ec() local
5162 BIGNUM *y = BN_new(); in PHP_FUNCTION() local
/php-src/ext/sodium/
H A Dlibsodium.c3766 unsigned char *y; in PHP_FUNCTION() local

Completed in 210 milliseconds

123