Home
last modified time | relevance | path

Searched refs:y (Results 51 – 75 of 717) sorted by last modified time

12345678910>>...29

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c742 const int yi=(int)((y) < 0 ? y - 1: y); in getPixelInterpolated()
954 for (y = 0; y < src_height - 1; ++y) { in _gdScaleHoriz()
974 for (y = 0; y < dst_height; y++) { in _gdScaleCol()
1001 for (y = 0; y < src_height - 1; ++y) { in _gdScaleVert()
2346 for (y = bbox.y; y <= end_y; y++) { in gdTransformAffineCopy()
2347 pt.y = y + 0.5; in gdTransformAffineCopy()
2355 for (y = 0; y <= end_y; y++) { in gdTransformAffineCopy()
2359 pt.y = y + 0.5 + bbox.y; in gdTransformAffineCopy()
2435 min.y=extent[i].y; in gdTransformAffineBoundingBox()
2439 max.y=extent[i].y; in gdTransformAffineBoundingBox()
[all …]
H A Dgdft.c640 int x, y, row, col, pc, pcr; local
653 y = pen_y + row;
656 if ((y > im->cy2) || (y < im->cy1)) {
720 y = pen_y + row;
723 if (y >= im->sy || y < 0) {
987 pen.x = pen.y = 0;
998 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
1001 pen.x = pen.y = 0;
1118 glyph_bbox.yMin += penf.y;
1120 glyph_bbox.yMax += penf.y;
[all …]
/php-src/
H A DREADME.md46 sudo apt install -y pkg-config build-essential autoconf bison re2c \
/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() argument
166 zval *a = x, *b = y; 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() argument
189 zval *a = x, *b = y; 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() argument
213 spl_pqueue_elem *b = y; 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() argument
242 zend_long b = Z_LVAL(((spl_pqueue_elem*) y)->priority); 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() argument
249 double b = Z_DVAL(((spl_pqueue_elem*) y)->priority); in spl_ptr_pqueue_elem_cmp_double()
/php-src/Zend/
H A Dzend_alloc.h84 # define _ZEND_BIN_ALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
87 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_DEF, x, y)
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
98 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_START, size, y) \
100 ZEND_MM_BINS_INFO(_ZEND_BIN_ALLOCATOR_SELECTOR_END, size, y)
109 # define _ZEND_BIN_DEALLOCATOR_DEF(_num, _size, _elements, _pages, x, y) \ argument
112 ZEND_MM_BINS_INFO(_ZEND_BIN_DEALLOCATOR_DEF, x, y)
H A Dzend_atomic.h22 #define ZEND_GCC_PREREQ(x, y) \ argument
23 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || (__GNUC__ > (x)))
/php-src/ext/random/
H A Dgammasection.c47 static double gamma_max(double x, double y) in gamma_max() argument
49 return (fabs(x) > fabs(y)) ? gamma_high(x) : gamma_low(y); in gamma_max()
/php-src/ext/reflection/tests/
H A Dconstructor_promotion.phpt11 public string $y = "123",
19 $y = $rc->getProperty('y');
20 var_dump($y->isPromoted());
21 var_dump($y->getDocComment());
27 $rp = new ReflectionParameter([Test::class, '__construct'], 'y');
50 Property [ public string $y ]
59 Parameter #1 [ <optional> string $y = '123' ]
/php-src/ext/sodium/
H A Dlibsodium_arginfo.h205 ZEND_ARG_TYPE_INFO(0, y, IS_STRING, 0)
/php-src/ext/gd/
H A Dgd_arginfo.h191 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
296 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
340 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
375 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
417 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
428 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
494 ZEND_ARG_TYPE_INFO(0, y, IS_LONG, 0)
/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
4261 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/php-src/build/
H A Dconfig.guess854 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
1772 # time-stamp-format: "%:y-%02m-%02d"
H A Dphp_cxx_compile_stdcxx.m427 [$1], [14], [ax_cxx_compile_alternatives="14 1y"],
342 const auto identity = [](int y){ return y; };
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst106 grammar specification. The grammar lives in the ``Zend/zend_language_parser.y`` file. Check the
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c103 uint32_t x, y; in PRIV() local
122 GETCHARINC(y, data); /* macro generates multiple statements */ in PRIV()
128 y = *data++; in PRIV()
130 if (c >= x && c <= y) return !negated; in PRIV()
H A Dpcre2_match.c6027 uint32_t y = GET(P->ecode,1); in match() local
6028 if ((P->ecode)[y] != OP_ALT) break; in match()
6029 P->ecode += y; in match()
H A Dpcre2_study.c1806 uint8_t y = x & (~x + 1); /* Least significant bit */ in PRIV() local
1807 if (y != x) goto DONE; /* More than one bit set */ in PRIV()
H A Dpcre2_dfa_match.c483 #define ADD_ACTIVE(x,y) \ argument
487 next_active_state->count = (y); \
492 #define ADD_ACTIVE_DATA(x,y,z) \ argument
496 next_active_state->count = (y); \
502 #define ADD_NEW(x,y) \ argument
506 next_new_state->count = (y); \
511 #define ADD_NEW_DATA(x,y,z) \ argument
515 next_new_state->count = (y); \
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
122 ((__GNUC__ == (x) && __GNUC_MINOR__ >= (y)) || \
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
42 ((((y) % 100) != 0) || (((y) % 400) == 0)))
55 int y; in cdf_getdays() local
57 for (y = CDF_BASE_YEAR; y < year; y++) in cdf_getdays()
58 days += isleap(y) + 365; in cdf_getdays()
H A Dapprentice.c2790 int y; in getvalue() local
2883 y = (x & ~0xffULL) != ~0xffULL; in getvalue()
2887 y = (x & ~0xffffULL) != ~0xffffULL; in getvalue()
2891 y = (x & ~0xffffffffULL) != ~0xffffffffULL; in getvalue()
2895 y = 0; in getvalue()
2901 if (x && y) { in getvalue()
/php-src/ext/fileinfo/
H A Dlibmagic.patch987 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/php-src/ext/opcache/tests/
H A Doss_fuzz_66519.phpt11 [] ?? $oj->y = y;

Completed in 132 milliseconds

12345678910>>...29