Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 56) sorted by last modified time

123

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c10147 ir_ref sp = ir_RLOAD_A(IR_REG_SP); local
10148 res_addr = ZEND_ADDR_REF_ZVAL(sp);
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1391 | add sp, sp, Rx(IR_REG_INT_TMP)
1581 | sub sp, sp, #(ctx->stack_frame_size+16)
1586 | sub sp, sp, #(ctx->call_stack_size)
4054 | sub sp, sp, #size
4057 | sub sp, sp, Rx(IR_REG_INT_TMP)
4076 | sub sp, sp, Rx(def_reg);
4103 | add sp, sp, #size
4121 | add sp, sp, Rx(op2_reg);
4696 | sub sp, sp, #used_stack
4869 | add sp, sp, #used_stack
[all …]
/php-src/Zend/
H A Dzend_strtod.c1586 (sp, t) char **sp, *t; in match() argument
1592 CONST char *s = *sp;
1600 *sp = s + 1;
1608 (rvp, sp) U *rvp; CONST char **sp; in hexnan() argument
1610 (U *rvp, const char **sp)
1621 s = *sp;
1639 *sp = s + 1;
1648 *sp = s + 1;
1791 gethex(sp, rvp, rounding, sign) in gethex() argument
1918 *sp = (char*)s;
[all …]
H A Dzend_fibers.c173 extern void *make_fcontext(void *sp, size_t size, void (*fn)(boost_context_data));
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c226 weak->sp, true); in lxb_html_element_style_walk_cb()
293 if (spec < node->sp) { in lxb_html_element_style_append()
306 node->sp = spec; in lxb_html_element_style_append()
318 node->sp = spec; in lxb_html_element_style_append()
337 new_weak->sp = spec; in lxb_html_element_style_weak_append()
348 if (weak->sp <= spec) { in lxb_html_element_style_weak_append()
359 if (weak->sp <= spec) { in lxb_html_element_style_weak_append()
456 if (lxb_css_selector_sp_s(weak->sp) == bs) { in lxb_html_element_style_remove_all_not()
474 if (lxb_css_selector_sp_s(style->sp) != bs) { in lxb_html_element_style_remove_all_not()
489 style->sp = weak->sp; in lxb_html_element_style_remove_all_not()
[all …]
/php-src/ext/ftp/
H A Dftp.c723 const char *sp = memchr(input, ' ', end - input); in ftp_mlsd_parse_line() local
724 if (!sp) { in ftp_mlsd_parse_line()
730 ZVAL_STRINGL(&zstr, sp + 1, end - sp - 1); in ftp_mlsd_parse_line()
732 end = sp; in ftp_mlsd_parse_line()
/php-src/Zend/asm/
H A Djump_loongarch64_sysv_elf_gas.S48 addi.d $sp, $sp, -160
61 st.d $s0, $sp, 64
62 st.d $s1, $sp, 72
63 st.d $s2, $sp, 80
64 st.d $s3, $sp, 88
65 st.d $s4, $sp, 96
77 move $a2, $sp
80 move $sp, $a0
93 ld.d $s0, $sp, 64
94 ld.d $s1, $sp, 72
[all …]
H A Djump_sparc64_sysv_elf_gas.S28 save %sp, -CC64FSZ, %sp
32 stx %fp, [%sp + BIAS + SP]
33 stx %i7, [%sp + BIAS + I7]
34 mov %sp, %o0
38 mov %i0, %sp
40 ldx [%sp + BIAS + SP], %fp
41 ldx [%sp + BIAS + I7], %i7
45 # restore old %sp (pointing to old context-data) in %o0
H A Dmake_sparc64_sysv_elf_gas.S23 save %sp, -CC64FSZ, %sp
57 ldx [%sp + BIAS + I7], %l0
/php-src/ext/gd/libgd/
H A Dgd.c1876 if (sp<stack+FILL_MAX && Y+(DY)>=0 && Y+(DY)<wy2) \
1877 {sp->y = Y; sp->xl = XL; sp->xr = XR; sp->dy = DY; sp++;}
1880 {sp--; Y = sp->y+(DY = sp->dy); XL = sp->xl; XR = sp->xr;}
1895 struct seg *sp; in gdImageFill() local
1936 sp = stack; in gdImageFill()
1942 while (sp>stack) { in gdImageFill()
1987 struct seg *sp; in _gdImageFillTiled() local
2004 sp = stack; in _gdImageFillTiled()
2012 while (sp>stack) { in _gdImageFillTiled()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c383 PCRE2_UCHAR *sp; in pcre2_substring_list_get() local
408 sp = (PCRE2_UCHAR *)lensp; in pcre2_substring_list_get()
414 sp = (PCRE2_UCHAR *)((char *)lensp + sizeof(PCRE2_SIZE) * count); in pcre2_substring_list_get()
425 if (size != 0) memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
426 *listp++ = sp; in pcre2_substring_list_get()
428 sp += size; in pcre2_substring_list_get()
429 *sp++ = 0; in pcre2_substring_list_get()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2345 - size_t sp;
2362 - sp = strlen(dllpath);
2363 - if (sp > 3 && stricmp(&dllpath[sp - 3], "bin") == 0) {
2369 - for (sp = 0; sp < __arraycount(trypaths); sp++)
2370 - _w32_append_path(hmagicpath, trypaths[sp], dllpath);
/php-src/ext/standard/
H A Dfile.c1579 char *sp, *dp; in php_copy_file_ctx() local
1582 if ((sp = expand_filepath(src, NULL)) == NULL) { in php_copy_file_ctx()
1586 efree(sp); in php_copy_file_ctx()
1592 !strcmp(sp, dp); in php_copy_file_ctx()
1594 !strcasecmp(sp, dp); in php_copy_file_ctx()
1597 efree(sp); in php_copy_file_ctx()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua216 local map_archdef = { sp="r29", ra="r31" } -- Ext. register name -> int. name.
H A Ddasm_ppc.lua215 local map_archdef = { sp = "r1" } -- Ext. register name -> int. name.
H A Ddasm_arm.lua219 local map_archdef = { sp = "r13", lr = "r14", pc = "r15", }
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt292 …"bestehend aus den Firmen Walter Bau AG vereinigt mit Dywidag (später/nach v.g. Insolvenz durch di…
354 'Všeho nechám, už tam spěchám.',
/php-src/ext/dom/lexbor/lexbor/html/
H A Dstyle.h23 lxb_css_selector_specificity_t sp; member
32 lxb_css_selector_specificity_t sp; member
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h115 #define lxb_css_selector_sp_i(sp) ((sp) >> 28) argument
127 ((sp) & ~LXB_CSS_SELECTOR_SPECIFICITY_MASK)
130 sp = (LXB_CSS_SELECTOR_SPECIFICITY_MASK_N((sp), 28) | ((num) << 28))
133 sp = (LXB_CSS_SELECTOR_SPECIFICITY_MASK_N((sp), 27) | ((num) << 27))
136 sp = (LXB_CSS_SELECTOR_SPECIFICITY_MASK_N((sp), 18) | ((num) << 18))
139 sp = (LXB_CSS_SELECTOR_SPECIFICITY_MASK_N((sp), 9) | ((num) << 9))
142 sp = (LXB_CSS_SELECTOR_SPECIFICITY_MASK_N((sp), 0) | (num))
145 (lxb_css_selector_sp_set_s((sp), lxb_css_selector_sp_s(sp) + num))
148 (lxb_css_selector_sp_set_a((sp), lxb_css_selector_sp_a(sp) + num))
151 (lxb_css_selector_sp_set_b((sp), lxb_css_selector_sp_b(sp) + num))
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2601 # From: Peter Soos <sp@osb.hu>
7993 # soh S p f 8 U D sp ^ S cr nl p o d i
7995 # a t r i s t sp ^ S cr nl d i v sp #
12652 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
13587 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
27549 # assembler instructions: cmp sp, offset sp_limit
H A Dmagic2601 # From: Peter Soos <sp@osb.hu>
7993 # soh S p f 8 U D sp ^ S cr nl p o d i
7995 # a t r i s t sp ^ S cr nl d i v sp #
12652 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
13587 # assembler instructions: xor ax,ax;mov ax,ss;mov sp,0x7c00;mov ax,
27549 # assembler instructions: cmp sp, offset sp_limit
/php-src/main/
H A Dsnprintf.c426 #define INS_CHAR(c, sp, bep, cc) \ argument
428 if (sp < bep) \
430 *sp++ = c; \
465 INS_CHAR( ch, sp, bep, cc ) ; \
475 char *sp; in format_converter() local
515 sp = odp->nextb; in format_converter()
520 INS_CHAR(*fmt, sp, bep, cc); in format_converter()
1043 INS_CHAR(*s, sp, bep, cc) in format_converter()
1054 INS_CHAR(*s, sp, bep, cc); in format_converter()
1065 odp->nextb = sp; in format_converter()
/php-src/sapi/fpm/fpm/
H A Dfpm_signals.c21 static int sp[2]; variable
180 zend_quiet_write(sp[1], &s, sizeof(s)); in sig_handler()
189 if (0 > socketpair(AF_UNIX, SOCK_STREAM, 0, sp)) { in fpm_signals_init_main()
194 if (0 > fd_set_blocked(sp[0], 0) || 0 > fd_set_blocked(sp[1], 0)) { in fpm_signals_init_main()
199 if (0 > fcntl(sp[0], F_SETFD, FD_CLOEXEC) || 0 > fcntl(sp[1], F_SETFD, FD_CLOEXEC)) { in fpm_signals_init_main()
238 close(sp[0]); in fpm_signals_init_child()
239 close(sp[1]); in fpm_signals_init_child()
262 return sp[0]; in fpm_signals_get_fd()
/php-src/ext/date/tests/
H A Dgh10447.phpt6 echo $date->format('Y-m-d\TH:i:sp'), "\n";
9 echo $date->format('Y-m-d\TH:i:sp'), "\n";
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp190 StringPiece sp(Z_STRVAL_P(format)); in PHP_FUNCTION() local
192 UnicodeString::fromUTF8(sp), in PHP_FUNCTION()

Completed in 309 milliseconds

123