Home
last modified time | relevance | path

Searched defs:pb (Results 1 – 10 of 10) sorted by relevance

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h253 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = pos; } in dasm_put() local
299 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = -idx; } in dasm_link() local
438 int *pb = DASM_POS2PTR(D, n); if (*pb < 0) { n = pb[1]; goto rel_a; } in dasm_encode() local
447 int *pb = DASM_POS2PTR(D, n); in dasm_encode() local
457 int *pb = DASM_POS2PTR(D, n); in dasm_encode() local
H A Ddasm_mips.h229 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = pos; in dasm_put() local
279 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = -idx; } in dasm_link() local
H A Ddasm_ppc.h229 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = pos; in dasm_put() local
283 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = -idx; } in dasm_link() local
H A Ddasm_arm.h238 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = pos; in dasm_put() local
299 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = -idx; } in dasm_link() local
H A Ddasm_arm64.h278 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = pos; in dasm_put() local
354 while (n > 0) { int *pb = DASM_POS2PTR(D, n); n = *pb; *pb = -idx; } in dasm_link() local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c392 file_pushbuf_t *pb; in file_buffer() local
644 file_pushbuf_t *pb; in file_push_buffer() local
664 file_pop_buffer(struct magic_set *ms, file_pushbuf_t *pb) in file_pop_buffer()
H A Dcompress.c253 file_pushbuf_t *pb; in file_zmagic() local
H A Dsoftmagic.c1554 file_pushbuf_t *pb; in mget() local
/PHP-8.0/win32/
H A Dglob.c288 const Char *pb; local
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c286 const http_response_status_code_pair *pb = (const http_response_status_code_pair *) b; in status_comp() local

Completed in 72 milliseconds