Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c134 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
136 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar()
139 if (endian) { in mbfl_filt_conv_ucs4_wchar()
148 if (endian) { in mbfl_filt_conv_ucs4_wchar()
157 if (endian) { in mbfl_filt_conv_ucs4_wchar()
166 if (endian) { in mbfl_filt_conv_ucs4_wchar()
173 if (endian) { in mbfl_filt_conv_ucs4_wchar()
H A Dmbfilter_ucs2.c133 int n, endian; in mbfl_filt_conv_ucs2_wchar() local
135 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs2_wchar()
138 if (endian) { in mbfl_filt_conv_ucs2_wchar()
147 if (endian) { in mbfl_filt_conv_ucs2_wchar()
154 if (endian) { in mbfl_filt_conv_ucs2_wchar()
H A Dmbfilter_utf32.c133 int n, endian; in mbfl_filt_conv_utf32_wchar() local
135 endian = filter->status & 0xff00; in mbfl_filt_conv_utf32_wchar()
138 if (endian) { in mbfl_filt_conv_utf32_wchar()
147 if (endian) { in mbfl_filt_conv_utf32_wchar()
156 if (endian) { in mbfl_filt_conv_utf32_wchar()
165 if (endian) { in mbfl_filt_conv_utf32_wchar()
172 if (endian) { in mbfl_filt_conv_utf32_wchar()
H A Dmbfilter_utf16.c133 int n, endian; in mbfl_filt_conv_utf16_wchar() local
135 endian = filter->status & 0xff00; in mbfl_filt_conv_utf16_wchar()
138 if (endian) { in mbfl_filt_conv_utf16_wchar()
147 if (endian) { in mbfl_filt_conv_utf16_wchar()
173 if (endian) { in mbfl_filt_conv_utf16_wchar()
/PHP-7.4/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-7.4/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-7.4/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-7.4/ext/fileinfo/tests/
H A Dfinfo_buffer_basic-mb.phpt48 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_basic.phpt48 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_variation1-mb.phpt47 string(25) "RIFF (little-endian) data"
H A Dfinfo_buffer_variation1.phpt47 string(25) "RIFF (little-endian) data"
H A Dmagic私はガラスを食べられます287 # big-endian or little-endian versions, depending on the mode they ran
2511 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
8043 # big endian
8055 # big endian
8084 # big endian
8098 # big endian
13973 # TODO: for big endian use same code as for little endian
14475 # big-endian or little-endian.
25859 # little-endian
25867 # big-endian
[all …]
H A Dmagic287 # big-endian or little-endian versions, depending on the mode they ran
2511 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
8043 # big endian
8055 # big endian
8084 # big endian
8098 # big endian
13973 # TODO: for big endian use same code as for little endian
14475 # big-endian or little-endian.
25859 # little-endian
25867 # big-endian
[all …]
/PHP-7.4/ext/gmp/
H A Dgmp.c1044 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
1068 *endian = -1; in gmp_import_export_validate()
1071 *endian = 1; in gmp_import_export_validate()
1075 *endian = 0; in gmp_import_export_validate()
1094 int order, endian; in ZEND_FUNCTION() local
1101 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1113 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1124 int order, endian; in ZEND_FUNCTION() local
1132 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1145 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-7.4/build/
H A Dconfig.guess218 endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
219 machine=${arch}${endian}-unknown
H A Dphp.m41721 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-7.4/
H A DNEWS910 . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
1029 . Fixed bug #79311 (enchant_dict_suggest() fails on big endian architecture).
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch796 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian

Completed in 158 milliseconds