Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c136 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
138 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar()
141 if (endian) { in mbfl_filt_conv_ucs4_wchar()
150 if (endian) { in mbfl_filt_conv_ucs4_wchar()
159 if (endian) { in mbfl_filt_conv_ucs4_wchar()
168 if (endian) { in mbfl_filt_conv_ucs4_wchar()
175 if (endian) { in mbfl_filt_conv_ucs4_wchar()
H A Dmbfilter_utf32.c135 int n, endian; in mbfl_filt_conv_utf32_wchar() local
137 endian = filter->status & 0xff00; in mbfl_filt_conv_utf32_wchar()
140 if (endian) { in mbfl_filt_conv_utf32_wchar()
149 if (endian) { in mbfl_filt_conv_utf32_wchar()
158 if (endian) { in mbfl_filt_conv_utf32_wchar()
167 if (endian) { in mbfl_filt_conv_utf32_wchar()
174 if (endian) { in mbfl_filt_conv_utf32_wchar()
H A Dmbfilter_ucs2.c135 int n, endian; in mbfl_filt_conv_ucs2_wchar() local
137 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs2_wchar()
140 if (endian) { in mbfl_filt_conv_ucs2_wchar()
149 if (endian) { in mbfl_filt_conv_ucs2_wchar()
156 if (endian) { in mbfl_filt_conv_ucs2_wchar()
H A Dmbfilter_utf16.c135 int n, endian; in mbfl_filt_conv_utf16_wchar() local
137 endian = filter->status & 0xff00; in mbfl_filt_conv_utf16_wchar()
140 if (endian) { in mbfl_filt_conv_utf16_wchar()
149 if (endian) { in mbfl_filt_conv_utf16_wchar()
175 if (endian) { in mbfl_filt_conv_utf16_wchar()
/PHP-8.0/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-8.0/ext/ffi/tests/
H A Dbug79571.phpt7 die('skip for little-endian architectures only');
H A D040.phpt7 die('skip for little-endian architectures only');
/PHP-8.0/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt41 string(25) "RIFF (little-endian) data"
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 Dmagic私はガラスを食べられます287 # big-endian or little-endian versions, depending on the mode they ran
2530 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
8671 # big endian
8683 # big endian
8712 # big endian
8726 # big endian
14817 # TODO: for big endian use same code as for little endian
15314 # big-endian or little-endian.
28661 # little-endian
28669 # big-endian
[all …]
H A Dmagic287 # big-endian or little-endian versions, depending on the mode they ran
2530 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
8671 # big endian
8683 # big endian
8712 # big endian
8726 # big endian
14817 # TODO: for big endian use same code as for little endian
15314 # big-endian or little-endian.
28661 # little-endian
28669 # big-endian
[all …]
/PHP-8.0/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-8.0/ext/gmp/
H A Dgmp.c901 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
925 *endian = -1; in gmp_import_export_validate()
928 *endian = 1; in gmp_import_export_validate()
932 *endian = 0; in gmp_import_export_validate()
950 int order, endian; in ZEND_FUNCTION() local
957 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
968 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
978 int order, endian; in ZEND_FUNCTION() local
986 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
999 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-8.0/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.0/build/
H A Dconfig.guess218 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
219 machine=${arch}${endian}-unknown
H A Dphp.m41700 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch779 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian

Completed in 175 milliseconds