Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_mips.h102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
103 D->sections[i].bsize = 0; in dasm_init()
114 if (D->sections[i].buf) in dasm_free()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
145 D->section = &D->sections[0]; in dasm_setup()
149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
150 D->sections[i].ofs = 0; in dasm_setup()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
285 dasm_Section *sec = D->sections + secnum; in dasm_link()
332 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_ppc.h102 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
103 D->sections[i].bsize = 0; in dasm_init()
114 if (D->sections[i].buf) in dasm_free()
115 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
145 D->section = &D->sections[0]; in dasm_setup()
149 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
150 D->sections[i].ofs = 0; in dasm_setup()
199 D->section = &D->sections[n]; goto stop; in dasm_put()
289 dasm_Section *sec = D->sections + secnum; in dasm_link()
336 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_arm.h103 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
104 D->sections[i].bsize = 0; in dasm_init()
115 if (D->sections[i].buf) in dasm_free()
116 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
146 D->section = &D->sections[0]; in dasm_setup()
150 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
151 D->sections[i].ofs = 0; in dasm_setup()
208 D->section = &D->sections[n]; goto stop; in dasm_put()
306 dasm_Section *sec = D->sections + secnum; in dasm_link()
354 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_x86.h104 D->sections[i].rbuf = DASM_PTR_SUB(D->sections[i].buf, DASM_SEC2POS(i)); in dasm_init()
105 D->sections[i].bsize = 0; in dasm_init()
116 if (D->sections[i].buf) in dasm_free()
117 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
147 D->section = &D->sections[0]; in dasm_setup()
151 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
152 D->sections[i].ofs = 0; in dasm_setup()
307 dasm_Section *sec = D->sections + secnum; in dasm_link()
329 lofs += D->sections[i].ofs; in dasm_link()
403 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
H A Ddasm_arm64.h105 D->sections[i].rbuf = D->sections[i].buf - DASM_SEC2POS(i); in dasm_init()
106 D->sections[i].bsize = 0; in dasm_init()
117 if (D->sections[i].buf) in dasm_free()
118 DASM_M_FREE(Dst, D->sections[i].buf, D->sections[i].bsize); in dasm_free()
148 D->section = &D->sections[0]; in dasm_setup()
152 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
153 D->sections[i].ofs = 0; in dasm_setup()
250 D->section = &D->sections[n]; goto stop; in dasm_put()
375 dasm_Section *sec = D->sections + secnum; in dasm_link()
433 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
/PHP-8.1/sapi/cli/tests/
H A D023.phpt2 HOST/PATH ini sections test for cli
14 ; no sections should match as cli doesn't support any
/PHP-8.1/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
/PHP-8.1/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt52 echo "Testing unterminated & sections... yep!\n";
63 echo "Testing consecutive & sections which should have been merged... yep!\n";
81 /* Identification of & sections containing non-Base64 */
101 echo "Identification fails when Base64 sections contain non-Base64 bytes... right!\n";
193 /* Multiple sections of valid ASCII _and_ Base64-encoded text */
221 Testing unterminated & sections... yep!
224 Identification fails when Base64 sections contain non-Base64 bytes... right!
H A Dutf_encodings.phpt975 // + sections immediately after each other
979 // + sections not immediately after each other
/PHP-8.1/ext/xml/tests/
H A Dbug26614.phpt2 Bug #26614 (CDATA sections skipped on line count)
16 is skippet on CDATA sections but that libxml does also
H A Dbug26614_libxml_gte2_11.phpt2 Bug #26614 (CDATA sections skipped on line count)
17 is skipped on CDATA sections but that libxml does also
H A Dbug26614_libxml_pre2_11.phpt2 Bug #26614 (CDATA sections skipped on line count)
17 is skipped on CDATA sections but that libxml does also
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c428 const char *sections[5]; member
509 for (j = 0; si->sections[j]; j++) { in cdf_file_dir_info()
510 if (cdf_find_stream(dir, si->sections[j], si->types[j]) in cdf_file_dir_info()
514 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
517 if (si->sections[j] == NULL) in cdf_file_dir_info()
/PHP-8.1/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data76 ["Quoted strings and variables in sections"]
H A Dparse_ini_basic.phpt176 ["Quoted strings and variables in sections"]=>
/PHP-8.1/ext/exif/
H A Dexif.c1896 char *sections; in exif_get_sectionlist() local
1901 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1902 sections[0] = '\0'; in exif_get_sectionlist()
1906 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
1907 len = strlen(sections); in exif_get_sectionlist()
1911 sections[len-2] = '\0'; in exif_get_sectionlist()
1912 return sections; in exif_get_sectionlist()
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE191 identifiable sections of that work are not derived from the Library,
194 sections when you distribute them as separate works. But when you
195 distribute the same sections as part of a whole which is a work based
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE194 identifiable sections of that work are not derived from the Library,
197 sections when you distribute them as separate works. But when you
198 distribute the same sections as part of a whole which is a work based
/PHP-8.1/
H A DCODING_STANDARDS.md5 features are going in that general direction. Many sections have been
H A Dphp.ini-development31 ; special sections cannot be overridden by user-defined INI files or
32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
34 ; https://php.net/ini.sections
H A Dphp.ini-production31 ; special sections cannot be overridden by user-defined INI files or
32 ; at runtime. Currently, [PATH=] and [HOST=] sections only work under
34 ; https://php.net/ini.sections
/PHP-8.1/docs/
H A Drelease-process.md414 sections for each pre-release.
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic7200 # skip DOCTOR.DAILY READER.NDA REDBOX.ROOT by looking for positive number of sections
7202 …fnt svgafix.fnt HP3FNTS1.DAT HP3FNTS2.DAT INTRO.ACT LEARN.PIF by looking for low number of sections
7247 # f_nscns - number of sections like: 1 2 3 4 5 7 8 9 11 12 15 16 19 20 21 22 26 30 36 40 42 56 80 8…
7249 >>>>2 uleshort >1 \b, %u sections
22820 # >>24 ulelong &0x00000001 \b data sections,
30027 >8 lelong x %d sections,
30463 >2 leshort >1 , %d sections
30889 # Pcapng files can contain multiple sections. Printing the endianness,
32876 >2 uleshort <100 VAX COFF executable, sections %d
32882 >2 uleshort <100 VAX COFF pure executable, sections %d
H A Dmagic私はガラスを食べられます7200 # skip DOCTOR.DAILY READER.NDA REDBOX.ROOT by looking for positive number of sections
7202 …fnt svgafix.fnt HP3FNTS1.DAT HP3FNTS2.DAT INTRO.ACT LEARN.PIF by looking for low number of sections
7247 # f_nscns - number of sections like: 1 2 3 4 5 7 8 9 11 12 15 16 19 20 21 22 26 30 36 40 42 56 80 8…
7249 >>>>2 uleshort >1 \b, %u sections
22820 # >>24 ulelong &0x00000001 \b data sections,
30027 >8 lelong x %d sections,
30463 >2 leshort >1 , %d sections
30889 # Pcapng files can contain multiple sections. Printing the endianness,
32876 >2 uleshort <100 VAX COFF executable, sections %d
32882 >2 uleshort <100 VAX COFF pure executable, sections %d
/PHP-8.1/build/
H A Dlibtool.m46092 # files that make .init and .fini sections work.

Completed in 198 milliseconds