Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 73) sorted by last modified time

123

/php-src/scripts/dev/
H A Dbless_tests.php209 private function extractDiff(array $trace, int $x, int $y, array $a, array $b) {
/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/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
H A Dzend_strtod.c652 ULLong carry, y; local
654 ULong carry, *x, y; local
708 Long x, y; local
773 (y) ULong *y; in lo0bits() argument
845 ULong y; local
1111 ULLong borrow, y; local
1113 ULong borrow, y; local
1243 ULong *xa, *xa0, w, y, z; local
1315 ULong *x, y, z; local
1726 ULong *x, *x1, *xe, y; local
[all …]
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
92 # define _ZEND_BIN_ALLOCATOR_SELECTOR_START(_num, _size, _elements, _pages, size, y) \ argument
94 # define _ZEND_BIN_ALLOCATOR_SELECTOR_END(_num, _size, _elements, _pages, size, y) \ argument
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
H A Dzend_atomic.h22 #define ZEND_GCC_PREREQ(x, y) \ 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/ext/gd/libgd/
H A Dgd.c627 int x, y, p; in gdImagePaletteCopy() local
1596 int x, y; in gdImageFilledArc() local
2135 int x, y; in _gdImageFilledHRectangle() local
2179 int x, y; in _gdImageFilledVRectangle() local
2229 int x, y; in gdImageCopy() local
2310 int x, y; in gdImageCopyMerge() local
2350 int x, y; in gdImageCopyMergeGray() local
2404 int x, y; in gdImageCopyResized() local
2513 int x, y; in gdImageCopyResampled() local
2647 int y; in gdImageFilledPolygon() local
[all …]
H A Dgd_interpolation.c101 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
104 #define gd_divfx(x,y) ((long)((unsigned long)(x) << 8) / (y)) argument
650 static inline int getPixelOverflowTC(gdImagePtr im, const int x, const int y, const int bgColor) in getPixelOverflowTC()
665 static inline int getPixelOverflowPalette(gdImagePtr im, const int x, const int y, const int bgColo… in getPixelOverflowPalette()
678 static int getPixelInterpolateWeight(gdImagePtr im, const double x, const double y, const int bgCol… in getPixelInterpolateWeight()
739 int getPixelInterpolated(gdImagePtr im, const double x, const double y, const int bgColor) in getPixelInterpolated()
953 unsigned int y; in _gdScaleHoriz() local
973 unsigned int y; in _gdScaleCol() local
1000 unsigned int y; in _gdScaleVert() local
2292 register int x, y, src_offset_x, src_offset_y; in gdTransformAffineCopy() local
H A Dgdft.c40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF()
49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx()
57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT()
640 int x, y, row, col, pc, pcr; local
821 double ptsize, double angle, int x, int y, char *string)
827 …, int *brect, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdF…
/php-src/ext/spl/
H A Dspl_heap.c165 static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_max_cmp()
188 static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_heap_zval_min_cmp()
211 static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* {{{ */ in spl_ptr_pqueue_elem_cmp()
240 static int spl_ptr_pqueue_elem_cmp_long(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_long()
247 static int spl_ptr_pqueue_elem_cmp_double(void *x, void *y, zval *object) { in spl_ptr_pqueue_elem_cmp_double()
/php-src/ext/random/
H A Dgammasection.c47 static double gamma_max(double x, double y) in gamma_max()
/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/pcre/pcre2lib/
H A Dpcre2_xclass.c103 uint32_t x, y; in PRIV() local
H A Dpcre2_match.c6027 uint32_t y = GET(P->ecode,1); in match() local
H A Dpcre2_study.c1806 uint8_t y = x & (~x + 1); /* Least significant bit */ in PRIV() local
H A Dpcre2_dfa_match.c483 #define ADD_ACTIVE(x,y) \ argument
492 #define ADD_ACTIVE_DATA(x,y,z) \ argument
502 #define ADD_NEW(x,y) \ argument
511 #define ADD_NEW_DATA(x,y,z) \ argument
H A Dpcre2_compile.c115 #define META_DIFF(x,y) ((x-y)>>16) argument
/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 Dcdf_time.c41 #define isleap(y) ((((y) % 4) == 0) && \ argument
55 int y; in cdf_getdays() local
H A Dapprentice.c2790 int y; in getvalue() local
/php-src/main/
H A Dphp.h100 # define lstat(x, y) php_sys_lstat(x, y) argument
/php-src/ext/gd/
H A Dgd.c1106 int x,y; in PHP_FUNCTION() local
1162 int x,y; in PHP_FUNCTION() local
2057 zend_long x, y; in PHP_FUNCTION() local
2289 int x, y, c; in PHP_FUNCTION() local
2321 zend_long x, y, col; in PHP_FUNCTION() local
2464 zend_long x, y, border, col; in PHP_FUNCTION() local
2482 zend_long x, y, col; in PHP_FUNCTION() local
2709 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
2746 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local
3061 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
[all …]
/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

Completed in 193 milliseconds

123