Home
last modified time | relevance | path

Searched refs:y (Results 701 – 717 of 717) sorted by relevance

1...<<212223242526272829

/php-src/sapi/fpm/
H A Dconfig.m4295 …AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[int x = SO_LISTENQLIMIT; int y = SO_LISTENQLEN;]])]…
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua379 b = 1, w = 2, d = 4, q = 8, o = 16, y = 32, t = 10,
384 b = "byte", w = "word", d = "dword", q = "qword", o = "oword", y = "yword",
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c94 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
/php-src/.github/workflows/
H A Dnightly.yml736 sudo apt-get update -y | true
817 sudo apt-get install -y --no-install-recommends \
/php-src/ext/date/lib/
H A Dparse_tz.c483 t->y, t->m, t->d, in format_ut_time()
/php-src/ext/standard/
H A Dbasic_functions.stub.php3165 function atan2(float $y, float $x): float {}
3219 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h1636 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
1688 ZEND_ARG_TYPE_INFO(0, y, IS_DOUBLE, 0)
/php-src/ext/sodium/
H A Dlibsodium.c3766 unsigned char *y; in PHP_FUNCTION() local
3771 &x, &x_len, &y, &y_len) == FAILURE) { in PHP_FUNCTION()
3786 crypto_core_ristretto255_scalar_mul((unsigned char *) ZSTR_VAL(r), x, y); in PHP_FUNCTION()
H A Dlibsodium_arginfo.h205 ZEND_ARG_TYPE_INFO(0, y, IS_STRING, 0)
/php-src/sapi/fpm/tests/
H A Dtester.inc451 $cmd = self::findExecutable() . " -n $configTestArg -y $configFile 2>&1";
523 $cmd = [self::findExecutable(), '-n', '-y', $configFile];
/php-src/
H A DCONTRIBUTING.md45 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
/php-src/ext/pcre/pcre2lib/
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_compile.c115 #define META_DIFF(x,y) ((x-y)>>16) argument
/php-src/ext/fileinfo/
H A Dlibmagic.patch987 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます96 # (y~n,0~12,1~13,2~14,3~15,4~16)
19234 # x, y coordinates of the hotspot
19256 # x, y coordinates of the hotspot
19788 >>>>>92 ubelong !0 \b, y=%d
19824 >>>34 ubeshort !0 \b, y=%d
20456 >>&14 ubyte 0 increasing y
20457 >>&14 ubyte 1 decreasing y
20458 >>&14 ubyte 2 random y
34236 # pattern with old version 4.y
39040 >>>2 leshort 0x27 x.y
[all …]
H A Dmagic96 # (y~n,0~12,1~13,2~14,3~15,4~16)
19234 # x, y coordinates of the hotspot
19256 # x, y coordinates of the hotspot
19788 >>>>>92 ubelong !0 \b, y=%d
19824 >>>34 ubeshort !0 \b, y=%d
20456 >>&14 ubyte 0 increasing y
20457 >>&14 ubyte 1 decreasing y
20458 >>&14 ubyte 2 random y
34236 # pattern with old version 4.y
39040 >>>2 leshort 0x27 x.y
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc1954 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(x, y) => SKIP ... SKIP ... LEA */
1969 /* x = ADD(X, imm32) ... y = MUL(Y, 2|4|8) ... ADD(y, x) => SKIP ... SKIP ... LEA */

Completed in 380 milliseconds

1...<<212223242526272829