Home
last modified time | relevance | path

Searched refs:pl (Results 1 – 25 of 25) sorted by relevance

/PHP-8.2/ext/standard/
H A Dphp_crypt_r.c109 int pl; in php_md5_crypt_r() local
144 for (pl = pwl; pl > 0; pl -= 16) in php_md5_crypt_r()
145 PHP_MD5Update(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl)); in php_md5_crypt_r()
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
199 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
201 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
202 pl += 10; n = *pl; in dasm_put()
206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
208 n = *pl; in dasm_put()
214 *pl = pos; in dasm_put()
219 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
223 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_ppc.h189 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
199 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
201 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
202 pl += 10; n = *pl; in dasm_put()
206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
208 n = *pl; in dasm_put()
214 *pl = pos; in dasm_put()
219 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
223 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_arm.h198 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
208 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
210 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
211 pl += 10; n = *pl; in dasm_put()
215 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
217 n = *pl; in dasm_put()
223 *pl = pos; in dasm_put()
228 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
230 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
232 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_arm64.h245 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
255 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
257 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
258 pl += 10; n = *pl; in dasm_put()
262 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
264 n = *pl; in dasm_put()
270 *pl = pos; in dasm_put()
280 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
282 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
284 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_x86.h157 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
219 int *pl, n; in dasm_put() local
223 n = *p++; pl = D->lglabels + n; in dasm_put()
225 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
226 pl -= 246; n = *pl; in dasm_put()
230 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
232 n = *pl; in dasm_put()
238 *pl = pos; in dasm_put()
249 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
251 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_arm.lua235 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
H A Ddasm_arm64.lua242 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
/PHP-8.2/win32/
H A Dconsole.c97 DWORD pl[1]; in php_win32_console_is_own() local
104 ret1 = GetConsoleProcessList(pl, 1) == 1; in php_win32_console_is_own()
H A Dglob.c240 const Char *pe, *pm, *pl; in globexp2() local
276 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { in globexp2()
308 for (lm = ls; (pl < pm); *lm++ = *pl++) in globexp2()
315 for (pl = pe + 1; (*lm++ = *pl++) != EOS; ) in globexp2()
325 pl = pm + 1; in globexp2()
/PHP-8.2/ext/dom/lexbor/lexbor/core/
H A Ddtoa.c196 lexbor_diyfp_t pl, mi; in lexbor_diyfp_normalize_boundaries() local
198 pl = lexbor_diyfp_normalize_boundary(lexbor_diyfp((v.significand << 1) + 1, in lexbor_diyfp_normalize_boundaries()
208 mi.significand <<= mi.exp - pl.exp; in lexbor_diyfp_normalize_boundaries()
209 mi.exp = pl.exp; in lexbor_diyfp_normalize_boundaries()
211 *plus = pl; in lexbor_diyfp_normalize_boundaries()
/PHP-8.2/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt4 Pawel Krynicki <pawel [dot] krynicki [at] xsolve [dot] pl>
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt4 Pawel Krynicki <pawel [dot] krynicki [at] xsolve [dot] pl>
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug39832.phpt11 …lns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://test.pl"><SOAP-ENV:Body>
/PHP-8.2/Zend/
H A Dzend_ast.c1695 pl = _pl; \
1703 pl = _pl; \
1715 pl = _pl; \
1737 int p, pl, pr; in zend_ast_export_ex() local
2510 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
2519 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
2525 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
H A Dzend_API.c849 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local
850 if (!zend_parse_arg_string(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl()
859 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local
860 if (!zend_parse_arg_path(arg, p, pl, check_null, arg_num)) { in zend_parse_arg_impl()
/PHP-8.2/ext/hash/tests/
H A Dfnv1a32.phpt115 array( 'tS,\\U==l^}E+pl" L\'PG#E', '7163befc' ),
H A Dfnv1a64.phpt13 array( 'pl', '08d53c07b5755019' ),
/PHP-8.2/ext/standard/tests/misc/
H A Dbrowscap.ini831 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Onet.pl Szukaj
833 [Onet.pl Szukaj]
835 Browser="Onet.pl Szukaj"
842 Parent=Onet.pl Szukaj
845 [Onet.pl SA, http://szukaj.onet.pl]
846 Parent=Onet.pl Szukaj argument
847 Browser="Onet.pl" argument
H A Duser_agents.txt954 Opera/7.54 (Windows NT 5.1; U) [pl]
H A Dget_browser_variation3.phpt1921 Agent Opera/7.54 (Windows NT 5.1; U) [pl]
/PHP-8.2/docs/
H A Drelease-process.md798 and release a patch-level (i.e., *pl*) release. If it is not critical and/or
/PHP-8.2/ext/mbstring/tests/data/
H A DKSX1001.txt41 # egrep -v '^0x([8-9]...|A0..|..[4-9].|..A0)' | perl tab.pl
43 # where tab.pl is as following
44 #----------tab.pl
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic619 # android-backup-extractor/perl/backupencrypt.pl
5539 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
7478 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
23918 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>
26450 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
H A Dmagic私はガラスを食べられます619 # android-backup-extractor/perl/backupencrypt.pl
5539 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
7478 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
23918 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>
26450 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>

Completed in 416 milliseconds