Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
/PHP-5.5/ext/standard/tests/serialize/
H A Dprecision.phpt6 die("skip test for little-endian architectures");
/PHP-5.5/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
1624 # to use "PDP-11" for little-endian 16-bit and "VAX" for little-endian
9150 # big-endian or little-endian.
10729 # will match 0x9600 through 0x9603 in *both* little endian and big endian.
10897 # Little-endian
10947 # Big-endian
16193 # little-endian
16201 # big-endian
17217 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
18716 # Big-endian values
[all …]
/PHP-5.5/ext/date/lib/
H A Dtimelib.m460 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.5/Zend/
H A Dacinclude.m4101 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
/PHP-5.5/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.5/
H A Dacinclude.m42051 AC_DEFINE(WORDS_BIGENDIAN, [], [Define if processor uses big-endian word])
H A DNEWS4367 big-endian systems). (Derick, rein@basefarm.no)
6436 - Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong
8666 - Fixed tiger hash algorithm generating wrong results on big endian platforms.
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch679 + /* php_magic_database is a const, performing writes will segfault. This is for big-endian
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1953 (little endian + unaligned)". If JIT support is not available, the

Completed in 136 milliseconds