Home
last modified time | relevance | path

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

12

/PHP-8.3/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_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 …]
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()
154 D->section = &D->sections[0]; in dasm_setup()
158 D->sections[i].pos = DASM_SEC2POS(i); in dasm_setup()
159 D->sections[i].ofs = 0; in dasm_setup()
314 dasm_Section *sec = D->sections + secnum; in dasm_link()
336 lofs += D->sections[i].ofs; in dasm_link()
410 dasm_Section *sec = D->sections + secnum; in dasm_encode()
[all …]
/PHP-8.3/sapi/cli/tests/
H A D023.phpt2 HOST/PATH ini sections test for cli
15 ; no sections should match as cli doesn't support any
/PHP-8.3/Zend/tests/
H A Dbug77589.phpt2 BUG #77589 (Core dump using parse_ini_string with numeric sections)
/PHP-8.3/ext/xml/tests/
H A Dbug26614.phpt2 Bug #26614 (CDATA sections skipped on line count)
H A Dbug26614_libxml_gte2_11.phpt2 Bug #26614 (CDATA sections skipped on line count)
H A Dbug26614_libxml_pre2_11.phpt2 Bug #26614 (CDATA sections skipped on line count)
H A Dbug26614.inc6 is skippet on CDATA sections but that libxml does also
/PHP-8.3/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt56 echo "Testing unterminated & sections... yep!\n";
67 echo "Testing consecutive & sections which should have been merged... yep!\n";
85 /* Identification of & sections containing non-Base64 */
105 echo "Identification fails when Base64 sections contain non-Base64 bytes... right!\n";
203 /* Multiple sections of valid ASCII _and_ Base64-encoded text */
240 Testing unterminated & sections... yep!
243 Identification fails when Base64 sections contain non-Base64 bytes... right!
H A Dutf_encodings.phpt1031 // + sections immediately after each other
1035 // + sections not immediately after each other
/PHP-8.3/ext/fileinfo/libmagic/
H A Dreadcdf.c426 const char *sections[5]; member
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()
512 fprintf(stderr, "Can't read %s\n", si->sections[j]); in cdf_file_dir_info()
515 if (si->sections[j] == NULL) in cdf_file_dir_info()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dparse_ini_basic.data76 ["Quoted strings and variables in sections"]
H A Dparse_ini_basic.phpt180 ["Quoted strings and variables in sections"]=>
/PHP-8.3/ext/exif/
H A Dexif.c1884 char *sections; in exif_get_sectionlist() local
1889 sections = safe_emalloc(ml, 1, 1); in exif_get_sectionlist()
1890 sections[0] = '\0'; in exif_get_sectionlist()
1894 snprintf(sections+len, ml-len, "%s, ", exif_get_sectionname(i)); in exif_get_sectionlist()
1895 len = strlen(sections); in exif_get_sectionlist()
1899 sections[len-2] = '\0'; in exif_get_sectionlist()
1900 return sections; in exif_get_sectionlist()
/PHP-8.3/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.3/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.3/
H A DCODING_STANDARDS.md5 features are going in that general direction. Many sections have been
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
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 DUPGRADING68 Consult sections 2. New Features and 6. New Functions for a list of
/PHP-8.3/docs/
H A Drelease-process.md905 sections for each pre-release.
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic8123 # skip DOCTOR.DAILY READER.NDA REDBOX.ROOT by looking for positive number of sections
8175 # 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…
8177 >>>>2 uleshort >1 \b, %u sections
22521 # new sections for BIOS (ia32) ROM Extension
26484 # >>24 ulelong &0x00000001 \b data sections,
34481 # if length is zero then 2nd section magic here can be zero; this means sections parsing done
34853 >8 lelong x %d sections,
35300 >2 leshort >1 , %d sections
35734 # Pcapng files can contain multiple sections. Printing the endianness,
38080 >2 uleshort <100 VAX COFF executable, sections %d
[all …]

Completed in 299 milliseconds

12