Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-5.6/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-5.6/ext/fileinfo/tests/
H A Dfinfo_buffer_basic.phpt48 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
1724 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9787 # big-endian or little-endian.
11423 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
11572 # Little-endian
11622 # Big-endian
17270 # little-endian
17278 # big-endian
18360 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
20040 # Big-endian values
[all …]
/PHP-5.6/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.6/ext/gmp/
H A Dgmp.c1085 int gmp_import_export_validate(long size, long options, int *order, int *endian TSRMLS_DC) in gmp_import_export_validate()
1109 *endian = -1; in gmp_import_export_validate()
1112 *endian = 1; in gmp_import_export_validate()
1116 *endian = 0; in gmp_import_export_validate()
1135 int order, endian; in ZEND_FUNCTION() local
1142 if (gmp_import_export_validate(size, options, &order, &endian TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1154 mpz_import(gmpnumber, data_len / size, order, size, endian, 0, data); in ZEND_FUNCTION()
1165 int order, endian; in ZEND_FUNCTION() local
1173 if (gmp_import_export_validate(size, options, &order, &endian TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1187 mpz_export(out_string, NULL, order, size, endian, 0, gmpnumber); in ZEND_FUNCTION()
/PHP-5.6/Zend/
H A Dacinclude.m4110 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.6/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-5.6/
H A Dacinclude.m42051 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
H A DNEWS5945 big-endian systems). (Derick, rein@basefarm.no)
8014 - Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
10244 - Fixed tiger hash algorithm generating wrong results on big endian platforms.
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch649 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt1953 (little endian + unaligned)". If JIT support is not available, the

Completed in 160 milliseconds