Home
last modified time | relevance | path

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

12

/PHP-8.1/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S67 addi sp, sp, -0xd0
84 sd s0, 0x60(sp)
85 sd s1, 0x68(sp)
86 sd s2, 0x70(sp)
87 sd s3, 0x78(sp)
88 sd s4, 0x80(sp)
89 sd s5, 0x88(sp)
90 sd s6, 0x90(sp)
102 mv a2, sp
105 mv sp, a0
[all …]
H A Djump_mips64_n64_elf_gas.S56 daddiu $sp, $sp, -160
58 sd $s0, 64($sp) # save S0
59 sd $s1, 72($sp) # save S1
60 sd $s2, 80($sp) # save S2
61 sd $s3, 88($sp) # save S3
62 sd $s4, 96($sp) # save S4
63 sd $s5, 104($sp) # save S5
82 move $v0, $sp
85 move $sp, $a0
110 ld $t9, 152($sp)
[all …]
H A Djump_arm64_aapcs_macho_gas.S59 sub sp, sp, #0xb0
62 stp d8, d9, [sp, #0x00]
63 stp d10, d11, [sp, #0x10]
64 stp d12, d13, [sp, #0x20]
65 stp d14, d15, [sp, #0x30]
68 stp x19, x20, [sp, #0x40]
76 str lr, [sp, #0xa0]
79 mov x4, sp
82 mov sp, x0
104 ldr x4, [sp, #0xa0]
[all …]
H A Djump_mips32_o32_elf_gas.S49 addiu $sp, $sp, -96
51 sw $s0, 48($sp) # save S0
52 sw $s1, 52($sp) # save S1
53 sw $s2, 56($sp) # save S2
54 sw $s3, 60($sp) # save S3
55 sw $s4, 64($sp) # save S4
56 sw $s5, 68($sp) # save S5
74 move $a0, $sp
77 move $sp, $a1
101 lw $t9, 92($sp)
[all …]
H A Djump_arm64_aapcs_elf_gas.S61 sub sp, sp, #0xb0
64 stp d8, d9, [sp, #0x00]
65 stp d10, d11, [sp, #0x10]
66 stp d12, d13, [sp, #0x20]
67 stp d14, d15, [sp, #0x30]
70 stp x19, x20, [sp, #0x40]
78 str x30, [sp, #0xa0]
81 mov x4, sp
84 mov sp, x0
106 ldr x4, [sp, #0xa0]
[all …]
H A Djump_arm_aapcs_elf_gas.S54 sub sp, sp, #64
57 vstmia sp, {d8-d15}
61 mov a1, sp
64 mov sp, a2
68 vldmia sp, {d8-d15}
71 add sp, sp, #64
H A Djump_arm_aapcs_macho_gas.S60 sub sp, sp, #64
63 vstmia sp, {d8-d15}
67 mov a1, sp
70 mov sp, a2
74 vldmia sp, {d8-d15}
77 add sp, sp, #64
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl79 <sp:Layout>
83 </sp:Layout>
96 </sp:Wss11>
103 </sp:Trust10>
112 <sp:Body/>
120 </sp:SignedParts>
122 <sp:Body/>
131 <sp:Body/>
141 <sp:Body/>
164 <sp:Layout>
[all …]
H A Dbug50698_4.wsdl79 <sp:Layout>
83 </sp:Layout>
96 </sp:Wss11>
103 </sp:Trust10>
112 <sp:Body/>
120 </sp:SignedParts>
122 <sp:Body/>
131 <sp:Body/>
141 <sp:Body/>
164 <sp:Layout>
[all …]
H A Dbug50698_3.wsdl79 <sp:Layout>
83 </sp:Layout>
96 </sp:Wss11>
103 </sp:Trust10>
112 <sp:Body/>
120 </sp:SignedParts>
122 <sp:Body/>
131 <sp:Body/>
141 <sp:Body/>
164 <sp:Layout>
[all …]
H A Dbug50698_2.wsdl79 <sp:Layout>
83 </sp:Layout>
96 </sp:Wss11>
103 </sp:Trust10>
112 <sp:Body/>
120 </sp:SignedParts>
122 <sp:Body/>
131 <sp:Body/>
141 <sp:Body/>
164 <sp:Layout>
[all …]
/PHP-8.1/ext/standard/
H A Dphp_crypt_r.c104 const char *sp, *ep; in php_md5_crypt_r() local
114 sp = salt; in php_md5_crypt_r()
117 if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) in php_md5_crypt_r()
118 sp += MD5_MAGIC_LEN; in php_md5_crypt_r()
121 for (ep = sp; *ep != '\0' && *ep != '$' && ep < (sp + 8); ep++); in php_md5_crypt_r()
124 sl = ep - sp; in php_md5_crypt_r()
135 PHP_MD5Update(&ctx, (const unsigned char *)sp, sl); in php_md5_crypt_r()
140 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
159 strlcpy(passwd + MD5_MAGIC_LEN, sp, sl + 1); in php_md5_crypt_r()
178 PHP_MD5Update(&ctx1, (const unsigned char *)sp, sl); in php_md5_crypt_r()
/PHP-8.1/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-8.1/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";
H A DDateTime_data-spring-type2-type3.inc23 $start = new DateTime('2010-02-11 02:18:48 EST'); // sp prev, zt2
47 $end = new DateTime('2010-03-14 00:15:35'); // sp st, zt3
72 $end = new DateTime('2010-03-14 05:19:56'); // sp dt, zt3
98 $start = new DateTime('2010-03-15 18:57:55 EDT'); // sp post, zt2
H A DDateTime_data-spring-type3-type2.inc23 $start = new DateTime('2010-02-11 02:18:48'); // sp prev, zt3
47 $end = new DateTime('2010-03-14 00:15:35 EST'); // sp st, zt2
72 $end = new DateTime('2010-03-14 05:19:56 EDT'); // sp dt, zt2
98 $start = new DateTime('2010-03-15 18:57:55'); // sp post, zt3
H A DDateTime_data-spring-type3-type3.inc23 $start = new DateTime('2010-02-11 02:18:48'); // sp prev, zt3
47 $end = new DateTime('2010-03-14 00:15:35'); // sp st, zt3
72 $end = new DateTime('2010-03-14 05:19:56'); // sp dt, zt3
98 $start = new DateTime('2010-03-15 18:57:55'); // sp post, zt3
H A DDateTime_data-spring-type2-type2.inc23 $start = new DateTime('2010-02-11 02:18:48 EST'); // sp prev, zt2
47 $end = new DateTime('2010-03-14 00:15:35 EST'); // sp st, zt2
72 $end = new DateTime('2010-03-14 05:19:56 EDT'); // sp dt, zt2
98 $start = new DateTime('2010-03-15 18:57:55 EDT'); // sp post, zt2
/PHP-8.1/ext/phar/phar/
H A Dclicommand.inc233 private function cli_wordwrap($what, $l, $sp)
238 $r = str_replace("\n", "\n".$sp, $r); // in remainder replace \n's
239 return $b . wordwrap($r, $p, "\n".$sp);
242 private function cli_help_get_args($func, $l, $sp, $required)
245 foreach(call_user_func($func, $l, $sp) as $arg => $conf) {
258 $inf .= $this->cli_wordwrap($sp . $arg . $conf['inf'], $l2, $sp2) . "\n";
274 return $sp . "Required arguments:\n\n" . $inf;
276 return $sp . "Optional arguments:\n\n". $inf;
322 $sp = str_repeat(' ', $l + 2);
324 $inf = $name . substr($sp, strlen($name));
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgd_gif_in.c90 int stack[STACK_SIZE], *sp; member
455 sd->sp = sd->stack; in LWZReadByte_()
467 if (sd->sp > sd->stack) in LWZReadByte_()
468 return *--sd->sp; in LWZReadByte_()
481 sd->sp = sd->stack; in LWZReadByte_()
501 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
507 *sd->sp++ = sd->firstcode; in LWZReadByte_()
512 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
516 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
538 if (sd->sp > sd->stack) in LWZReadByte_()
[all …]
/PHP-8.1/ext/dom/tests/
H A Ddom_test.inc4 [ <!ENTITY sp \"spanish\">
9 &sp;
11 <informaltable language='&sp;kkk'>
H A Ddom001.phpt188 <!ENTITY sp "spanish">
193 &sp;
195 <informaltable language="&sp;kkk">
247 <!ENTITY sp "spanish">
252 &sp;
254 <informaltable language="&sp;kkk">
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substring.c380 PCRE2_UCHAR *sp; in pcre2_substring_list_get() local
405 sp = (PCRE2_UCHAR *)lensp; in pcre2_substring_list_get()
411 sp = (PCRE2_UCHAR *)((char *)lensp + sizeof(PCRE2_SIZE) * count); in pcre2_substring_list_get()
422 if (size != 0) memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
423 *listp++ = sp; in pcre2_substring_list_get()
425 sp += size; in pcre2_substring_list_get()
426 *sp++ = 0; in pcre2_substring_list_get()
/PHP-8.1/main/
H A Dsnprintf.c424 #define INS_CHAR(c, sp, bep, cc) \ argument
426 if (sp < bep) \
428 *sp++ = c; \
463 INS_CHAR( ch, sp, bep, cc ) ; \
473 char *sp; in format_converter() local
513 sp = odp->nextb; in format_converter()
518 INS_CHAR(*fmt, sp, bep, cc); in format_converter()
1041 INS_CHAR(*s, sp, bep, cc) in format_converter()
1052 INS_CHAR(*s, sp, bep, cc); in format_converter()
1063 odp->nextb = sp; in format_converter()
/PHP-8.1/ext/mbstring/
H A Dphp_mbregex.c716 char *p, *sp, *eos; in mb_regex_substitute() local
731 sp = p; /* save position */ in mb_regex_substitute()
735 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
754 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
766 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
788 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
795 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
816 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()
821 smart_str_appendl(pbuf, sp, p - sp); in mb_regex_substitute()

Completed in 53 milliseconds

12