Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 19 of 19) sorted by relevance

/PHP-8.2/ext/intl/tests/
H A Dresourcebundle.inc2 // FIXME Improve Endian check when endian const gets added
3 // Check if platform is Big or Little endian
5 $endian = 'be';
7 $endian = 'le';
10 define('BUNDLE', __DIR__ . '/_files/resourcebundle_' . $endian);
H A Dresourcebundle.build2 // FIXME Add handling for big endian archs
/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c159 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
161 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar()
164 if (endian) { in mbfl_filt_conv_ucs4_wchar()
173 if (endian) { in mbfl_filt_conv_ucs4_wchar()
182 if (endian) { in mbfl_filt_conv_ucs4_wchar()
191 if (endian) { in mbfl_filt_conv_ucs4_wchar()
199 if (endian) { in mbfl_filt_conv_ucs4_wchar()
/PHP-8.2/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-8.2/ext/ffi/tests/
H A Dbug79571.phpt8 die('skip for little-endian architectures only');
H A D040.phpt8 die('skip for little-endian architectures only');
/PHP-8.2/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt41 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_basic.phpt41 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_variation1-mb.phpt40 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_variation1.phpt40 string(25) "RIFF (little-endian) data"
H A Dmagic316 # big-endian or little-endian versions, depending on the mode they ran
2759 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9088 # big endian
9100 # big endian
9129 # big endian
9143 # big endian
15343 # TODO: for big endian use same code as for little endian
15840 # big-endian or little-endian.
30534 # little-endian
30542 # big-endian
[all …]
H A Dmagic私はガラスを食べられます316 # big-endian or little-endian versions, depending on the mode they ran
2759 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9088 # big endian
9100 # big endian
9129 # big endian
9143 # big endian
15343 # TODO: for big endian use same code as for little endian
15840 # big-endian or little-endian.
30534 # little-endian
30542 # big-endian
[all …]
/PHP-8.2/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-8.2/ext/gmp/
H A Dgmp.c911 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
935 *endian = -1; in gmp_import_export_validate()
938 *endian = 1; in gmp_import_export_validate()
942 *endian = 0; in gmp_import_export_validate()
960 int order, endian; in ZEND_FUNCTION() local
967 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
978 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
988 int order, endian; in ZEND_FUNCTION() local
996 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1009 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-8.2/ext/gmp/tests/
H A Dgmp_export.phpt86 gmp_export(): Argument #3 ($flags) cannot use multiple endian options
H A Dgmp_import.phpt99 gmp_import(): Argument #3 ($flags) cannot use multiple endian options
/PHP-8.2/build/
H A Dconfig.guess218 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
219 machine=${arch}${endian}-unknown
H A Dphp.m41703 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch795 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian

Completed in 290 milliseconds