Home
last modified time | relevance | path

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

/PHP-5.3/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_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_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_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.3/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-5.3/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-5.3/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 Dmagic193 # big-endian or little-endian versions, depending on the mode they ran
2564 # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
6956 # little-endian on x86).
7685 # big-endian or little-endian.
9076 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
9199 # Little-endian
9249 # Big-endian
13740 # little-endian
13748 # big-endian
14700 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
[all …]
/PHP-5.3/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.3/Zend/
H A Dacinclude.m4101 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS124 on 64-bit big-endian systems. There are no changes to the code of the library.
H A DChangeLog867 2. On a big-endian 64-bit system, pcregrep did not correctly process the
/PHP-5.3/
H A Dacinclude.m42040 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
H A DNEWS1316 big-endian systems). (Derick, rein@basefarm.no)
3386 - Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
5616 - Fixed tiger hash algorithm generating wrong results on big endian platforms.
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch641 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1899 (little endian + unaligned)". If JIT support is not available, the

Completed in 109 milliseconds