Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/opcache/jit/dynasm/
H A Ddasm_mips.h194 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
204 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
207 pl += 10; n = *pl; in dasm_put()
211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
213 n = *pl; in dasm_put()
219 *pl = pos; in dasm_put()
224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
228 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_ppc.h194 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
204 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
206 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
207 pl += 10; n = *pl; in dasm_put()
211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
213 n = *pl; in dasm_put()
219 *pl = pos; in dasm_put()
224 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
228 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_arm.h203 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
213 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
215 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
216 pl += 10; n = *pl; in dasm_put()
220 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
222 n = *pl; in dasm_put()
228 *pl = pos; in dasm_put()
233 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
235 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
237 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_arm64.h243 int *pl, n = action >= DASM_REL_PC ? va_arg(ap, int) : 0; in dasm_put() local
253 n = (ins & 2047) - 10; pl = D->lglabels + n; in dasm_put()
255 if (n >= 0) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
256 pl += 10; n = *pl; in dasm_put()
260 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
262 n = *pl; in dasm_put()
268 *pl = pos; in dasm_put()
273 pl = D->lglabels + (ins & 2047) - 10; CKPL(lg, LG); goto putlabel; in dasm_put()
275 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
277 n = *pl; /* n > 0: Collapse rel chain and replace with label pos. */ in dasm_put()
[all …]
H A Ddasm_x86.h162 do { if ((size_t)((char *)pl-(char *)D->kind##labels) >= D->kind##size) { \
221 int *pl, n; in dasm_put() local
226 n = *p++; pl = D->lglabels + n; in dasm_put()
228 if (n <= 246) { CK(n>=10||*pl<0, RANGE_LG); CKPL(lg, LG); goto putrel; } in dasm_put()
229 pl -= 246; n = *pl; in dasm_put()
234 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
236 n = *pl; in dasm_put()
242 *pl = pos; in dasm_put()
250 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
252 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.lua240 eq = 0, ne = 1, cs = 2, cc = 3, mi = 4, pl = 5, vs = 6, vc = 7,
/PHP-8.0/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.c251 const Char *pe, *pm, *pl; local
287 for (i = 0, pl = pm = ptr; pm <= pe; pm++) {
319 for (lm = ls; (pl < pm); *lm++ = *pl++)
326 for (pl = pe + 1; (*lm++ = *pl++) != EOS; )
336 pl = pm + 1;
/PHP-8.0/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.0/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.0/Zend/
H A Dzend_ast.c1426 pl = _pl; \
1434 pl = _pl; \
1446 pl = _pl; \
1468 int p, pl, pr; in zend_ast_export_ex() local
2194 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
2203 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
2209 zend_ast_export_ex(str, ast->child[0], pl, indent); in zend_ast_export_ex()
H A Dzend_API.c687 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local
688 if (!zend_parse_arg_string(arg, p, pl, check_null)) { in zend_parse_arg_impl()
697 size_t *pl = va_arg(*va, size_t *); in zend_parse_arg_impl() local
698 if (!zend_parse_arg_path(arg, p, pl, check_null)) { in zend_parse_arg_impl()
/PHP-8.0/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.0/docs/
H A Drelease-process.md356 ## Re-releasing the same version (or -pl)
/PHP-8.0/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.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます437 # android-backup-extractor/perl/backupencrypt.pl
4736 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
6322 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
19745 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>
21828 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>
H A Dmagic437 # android-backup-extractor/perl/backupencrypt.pl
4736 # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
6322 # https://sd.ascon.ru/otrs/customer.pl?Action=CustomerFAQ&CategoryID=4&ItemID=292
19745 # From: Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>
21828 # Submitted by: Tomasz Trojanowski <tomek@uninet.com.pl>

Completed in 433 milliseconds