Home
last modified time | relevance | path

Searched refs:si (Results 1 – 25 of 47) sorted by path

12

/php-src/Zend/
H A Dzend_execute_API.c1410 static void zend_timeout_handler(int dummy, siginfo_t *si, void *uc) /* {{{ */ in zend_timeout_handler() argument
1420 if (si->si_value.sival_ptr != &EG(max_execution_timer_timer)) { in zend_timeout_handler()
1426 EG(oldact).sa_sigaction(dummy, si, uc); in zend_timeout_handler()
H A Dzend_strtod.c2179 ULong si, z, zs; local
2217 si = *sx++;
2218 ys = (si & 0xffff) * q + carry;
2219 zs = (si >> 16) * q + (ys >> 16);
2258 si = *sx++;
2259 ys = (si & 0xffff) + carry;
2260 zs = (si >> 16) + (ys >> 16);
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1124 const cdf_summary_info_header_t *si = in cdf_unpack_summary_info() local
1131 if (cdf_check_stream_offset(sst, h, si, sizeof(*si), __LINE__) == -1 || in cdf_unpack_summary_info()
1134 ssi->si_byte_order = CDF_TOLE2(si->si_byte_order); in cdf_unpack_summary_info()
1135 ssi->si_os_version = CDF_TOLE2(si->si_os_version); in cdf_unpack_summary_info()
1136 ssi->si_os = CDF_TOLE2(si->si_os); in cdf_unpack_summary_info()
1137 ssi->si_class = si->si_class; in cdf_unpack_summary_info()
1139 ssi->si_count = CDF_TOLE4(si->si_count); in cdf_unpack_summary_info()
H A Dreadcdf.c289 cdf_summary_info_header_t si; in cdf_file_summary_info() local
307 switch (si.si_os) { in cdf_file_summary_info()
310 si.si_os_version & 0xff, in cdf_file_summary_info()
316 CAST(uint32_t, si.si_os_version) >> 8, in cdf_file_summary_info()
317 si.si_os_version & 0xff) == -1) in cdf_file_summary_info()
322 si.si_os_version & 0xff, in cdf_file_summary_info()
506 const struct sinfo *si = &sectioninfo[sd]; in cdf_file_dir_info() local
507 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
508 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
515 if (si->sections[j] == NULL) in cdf_file_dir_info()
[all …]
/php-src/ext/fileinfo/tests/
H A Dmagic12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12668 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13613 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
33106 # mailto:rok.papez@lugos.si
[all …]
H A Dmagic私はガラスを食べられます12655 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld
12668 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...)
12696 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b
12698 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04
12741 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00
12794 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov
12981 # assembler instructions: lodsb;and al,al;jz 0xb;push si;mov ah,
13599 # xchg ecx,edx;addl ecx,edx;movw lba_info,si;movb 0x42,ah;pop dx;push dx;int 0x13
13613 # not NO_BANNER definitions contains assembler instructions: mov banner,si;call message_crlf
33106 # mailto:rok.papez@lugos.si
[all …]
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros82 A##si ^= Di; \
83 Bgu = ROL64(A##si, 61); \
152 Ci ^= E##si; \
193 A##si ^= Di; \
194 Bgu = ROL64(A##si, 61); \
290 A##si ^= Di; \
360 Ci ^= E##si; \
401 A##si ^= Di; \
483 X##si = state[22]; \
510 state[22] = X##si; \
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt326 'Co sis uvařil, to si sněz.',
353 'Vrána k vráně sedá, rovný rovného si hledá.',
H A Dqprint_encoding.phpt23 …ompant ainsi sur la route à suivre les voilà bientôt qui te dégradent, car si leur musique est vul…
24 … =C3=A0 suivre les voi=\r\nl=C3=A0 bient=C3=B4t qui te d=C3=A9gradent, car si leur musique est vul…
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt45 $stmt->bind_param("si", $foo->bar, $foo->bar);
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h19 _(R6, rsi, esi, si, r6b, __) \
57 _(R6, ___, esi, si, __, __) \
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c135 SYSTEM_INFO si; in get_page_alignment() local
138 GetSystemInfo(&si); in get_page_alignment()
139 sljit_page_align = (sljit_uw)si.dwPageSize - 1; in get_page_alignment()
/php-src/ext/random/
H A Dgammasection.c69 double si = ceil(s); in ceilint() local
71 return (s != si) ? (uint64_t)si : (uint64_t)si + (e > 0); in ceilint()
/php-src/ext/soap/tests/bugs/
H A Dbug28751.phpt25 xmlns:si="http://soapinterop.org/xsd">
H A Dbug31422.phpt26 xmlns:si="http://soapinterop.org/xsd">
H A Dbug36629.phpt24 xmlns:si="http://soapinterop.org/xsd">
39 xmlns:si="http://soapinterop.org/xsd">
H A Dbug41566.phpt35 xmlns:si="http://soapinterop.org/xsd">
/php-src/ext/soap/tests/
H A Dserver001.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver002.phpt21 xmlns:si="http://soapinterop.org/xsd">
H A Dserver003.phpt17 xmlns:si="http://soapinterop.org/xsd">
H A Dserver004.phpt24 xmlns:si="http://soapinterop.org/xsd">
H A Dserver005.phpt23 xmlns:si="http://soapinterop.org/xsd">
H A Dserver006.phpt29 xmlns:si="http://soapinterop.org/xsd">
H A Dserver009.phpt31 xmlns:si="http://soapinterop.org/xsd">
49 xmlns:si="http://soapinterop.org/xsd">
H A Dserver010.phpt28 xmlns:si="http://soapinterop.org/xsd">
46 xmlns:si="http://soapinterop.org/xsd">

Completed in 427 milliseconds

12