Home
last modified time | relevance | path

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

/php-src/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-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c162 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
164 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar()
167 if (endian) { in mbfl_filt_conv_ucs4_wchar()
176 if (endian) { in mbfl_filt_conv_ucs4_wchar()
185 if (endian) { in mbfl_filt_conv_ucs4_wchar()
194 if (endian) { in mbfl_filt_conv_ucs4_wchar()
202 if (endian) { in mbfl_filt_conv_ucs4_wchar()
/php-src/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/php-src/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-src/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.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 Dfinfo_buffer_basic.phpt41 string(25) "RIFF (little-endian) data"
H A Dmagic私はガラスを食べられます10103 # big endian
10115 # big endian
10144 # big endian
10158 # big endian
17114 # TODO: for big endian use same code as for little endian
17598 # big-endian or little-endian.
27109 # byte order: 00h~little-endian non-zero=1~big-endian
27113 # word order: 00h~little-endian non-zero=1~big-endian
35381 # big-endian
37137 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
[all …]
H A Dmagic10103 # big endian
10115 # big endian
10144 # big endian
10158 # big endian
17114 # TODO: for big endian use same code as for little endian
17598 # big-endian or little-endian.
27109 # byte order: 00h~little-endian non-zero=1~big-endian
27113 # word order: 00h~little-endian non-zero=1~big-endian
35381 # big-endian
37137 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
[all …]
/php-src/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/php-src/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-src/ext/gmp/
H A Dgmp.c918 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
942 *endian = -1; in gmp_import_export_validate()
945 *endian = 1; in gmp_import_export_validate()
949 *endian = 0; in gmp_import_export_validate()
967 int order, endian; in ZEND_FUNCTION() local
974 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
985 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
995 int order, endian; in ZEND_FUNCTION() local
1003 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1016 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/php-src/build/
H A Dconfig.guess218 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
219 machine=${arch}${endian}-unknown
H A Dphp.m41605 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/php-src/ext/fileinfo/
H A Dlibmagic.patch718 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian

Completed in 246 milliseconds