Home
last modified time | relevance | path

Searched defs:x (Results 76 – 100 of 145) sorted by relevance

123456

/php-src/Zend/
H A Dzend_atomic.h22 #define ZEND_GCC_PREREQ(x, y) \ argument
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/opcache/
H A Dshared_alloc_shm.c42 # define MIN(x, y) ((x) > (y)? (y) : (x)) argument
/php-src/ext/hash/
H A Dhash.c182 const uint16_t *x = (const uint16_t *) buf; in one_from_buffer() local
185 const uint32_t *x = (const uint32_t *) buf; in one_from_buffer() local
188 const uint64_t *x = (const uint64_t *) buf; in one_from_buffer() local
198 uint16_t *x = (uint16_t *) buf; in one_to_buffer() local
201 uint32_t *x = (uint32_t *) buf; in one_to_buffer() local
204 uint64_t *x = (uint64_t *) buf; in one_to_buffer() local
H A Dhash_tiger.c38 #define round(a,b,c,x,mul) \ argument
/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/gd/libgd/
H A Dgd_avif.c351 uint32_t x, y; in gdImageCreateFromAvifCtx() local
495 uint32_t x, y; in gdImageAvifCtx() local
H A Dgd_tga.c69 int x = 0; in gdImageCreateFromTgaCtx() local
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
H A Dgd_topal.c72 #define RIGHT_SHIFT(x,shft) \ argument
78 #define RIGHT_SHIFT(x,shft) ((x) >> (shft)) argument
82 #define range_limit(x) { if(x<0) x=0; if (x>255) x=255; } argument
839 int i, x, ncolors; in find_nearby_colors() local
/php-src/ext/opcache/jit/ir/
H A Dir_patch.c62 uint32_t x = map_op1[*p]; in _asm_x86_inslen() local
H A Dir_private.h15 # define IR_ASSERT(x) assert(x) argument
17 # define IR_ASSERT(x) argument
44 #define __has_builtin(x) 0 argument
65 #define IR_IS_POWER_OF_TWO(x) (!((x) & ((x) - 1))) argument
67 #define IR_LOG2(x) ir_ntzl(x) argument
431 ir_bitset_base_t x = set[i]; in ir_bitset_last() local
447 ir_bitset_base_t x = set[i]; in ir_bitset_pop_first() local
599 ir_bitset_base_t x, *p = q->set + i; in ir_bitqueue_pop() local
/php-src/ext/pcre/pcre2lib/
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
/php-src/ext/dba/libcdb/
H A Dcdb_make.c145 struct cdb_hplist *x; in cdb_make_finish() local
/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/mysqlnd/
H A Dmysqlnd_portability.h51 #define L64(x) x##i64 argument
56 #define L64(x) x##LL argument
/php-src/ext/mbstring/
H A Dphp_mbregex.c37 #define onig_initialize_match_param(x) (void)(x) argument
38 #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
40 #define onig_free_match_param(x) argument
/php-src/ext/dom/
H A Dhtml5_serializer.c33 #define TRY(x) do { if (UNEXPECTED((x) != SUCCESS)) { return FAILURE; } } while (0) argument
/php-src/ext/fileinfo/libmagic/
H A Dascmagic.c50 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
/php-src/main/
H A Dphp.h100 # define lstat(x, y) php_sys_lstat(x, y) argument
281 #define php_ignore_value(x) ZEND_IGNORE_VALUE(x) argument
/php-src/ext/soap/
H A Dphp_sdl.c1261 sdlExtraAttributePtr x = emalloc(sizeof(sdlExtraAttribute)); in sdl_deserialize_attribute() local
1273 sdlRestrictionIntPtr x = emalloc(sizeof(sdlRestrictionInt)); in sdl_deserialize_resriction_int() local
1287 sdlRestrictionCharPtr x = emalloc(sizeof(sdlRestrictionChar)); in sdl_deserialize_resriction_char() local
1318 sdlContentModelPtr x = sdl_deserialize_model(types, elements, in); in sdl_deserialize_model() local
1373 sdlRestrictionCharPtr x = sdl_deserialize_resriction_char(in); in sdl_deserialize_type() local
1916 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1927 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
/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/mysqli/
H A Dphp_mysqli_structs.h113 #define L64(x) x##i64 argument
123 #define L64(x) x##LL argument

Completed in 105 milliseconds

123456