Home
last modified time | relevance | path

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

/PHP-7.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_ucs4.c128 int n, endian; in mbfl_filt_conv_ucs4_wchar() local
130 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs4_wchar()
133 if (endian) { in mbfl_filt_conv_ucs4_wchar()
142 if (endian) { in mbfl_filt_conv_ucs4_wchar()
151 if (endian) { in mbfl_filt_conv_ucs4_wchar()
160 if (endian) { in mbfl_filt_conv_ucs4_wchar()
167 if (endian) { in mbfl_filt_conv_ucs4_wchar()
H A Dmbfilter_ucs2.c127 int n, endian; in mbfl_filt_conv_ucs2_wchar() local
129 endian = filter->status & 0xff00; in mbfl_filt_conv_ucs2_wchar()
132 if (endian) { in mbfl_filt_conv_ucs2_wchar()
141 if (endian) { in mbfl_filt_conv_ucs2_wchar()
148 if (endian) { in mbfl_filt_conv_ucs2_wchar()
H A Dmbfilter_utf32.c127 int n, endian; in mbfl_filt_conv_utf32_wchar() local
129 endian = filter->status & 0xff00; in mbfl_filt_conv_utf32_wchar()
132 if (endian) { in mbfl_filt_conv_utf32_wchar()
141 if (endian) { in mbfl_filt_conv_utf32_wchar()
150 if (endian) { in mbfl_filt_conv_utf32_wchar()
159 if (endian) { in mbfl_filt_conv_utf32_wchar()
166 if (endian) { in mbfl_filt_conv_utf32_wchar()
H A Dmbfilter_utf16.c127 int n, endian; in mbfl_filt_conv_utf16_wchar() local
129 endian = filter->status & 0xff00; in mbfl_filt_conv_utf16_wchar()
132 if (endian) { in mbfl_filt_conv_utf16_wchar()
141 if (endian) { in mbfl_filt_conv_utf16_wchar()
167 if (endian) { in mbfl_filt_conv_utf16_wchar()
/PHP-7.1/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-7.1/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-7.1/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 Dmagic223 # big-endian or little-endian versions, depending on the mode they ran
1909 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9085 # little-endian on x86).
10284 # big-endian or little-endian.
12149 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
18735 # little-endian
18743 # big-endian
19827 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
21679 # Big-endian values
21709 # Little-endian values
[all …]
H A Dmagic私はガラスを食べられます223 # big-endian or little-endian versions, depending on the mode they ran
1909 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9085 # little-endian on x86).
10284 # big-endian or little-endian.
12149 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
18735 # little-endian
18743 # big-endian
19827 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
21679 # Big-endian values
21709 # Little-endian values
[all …]
/PHP-7.1/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-7.1/ext/gmp/
H A Dgmp.c1053 int gmp_import_export_validate(zend_long size, zend_long options, int *order, int *endian) in gmp_import_export_validate() argument
1077 *endian = -1; in gmp_import_export_validate()
1080 *endian = 1; in gmp_import_export_validate()
1084 *endian = 0; in gmp_import_export_validate()
1103 int order, endian; in ZEND_FUNCTION() local
1110 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1122 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1133 int order, endian; in ZEND_FUNCTION() local
1141 if (gmp_import_export_validate(size, options, &order, &endian) == FAILURE) { in ZEND_FUNCTION()
1154 mpz_export(ZSTR_VAL(out_string), NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-7.1/Zend/
H A Dacinclude.m4110 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS229 on 64-bit big-endian systems. There are no changes to the code of the library.
H A DChangeLog538 19. Little endian PowerPC systems are supported now by the JIT compiler.
1803 2. On a big-endian 64-bit system, pcregrep did not correctly process the
/PHP-7.1/
H A Dacinclude.m42055 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch763 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1953 (little endian + unaligned)". If JIT support is not available, the

Completed in 172 milliseconds