Home
last modified time | relevance | path

Searched refs:bigendian (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvmnc.c64 int bigendian; member
106 p = vmnc_get_pixel(&c->gb, bpp, c->bigendian); in load_cursor()
120 p = vmnc_get_pixel(&c->gb, bpp, c->bigendian); in load_cursor()
272 paint_raw(dst2, bw, bh, gb, bpp, c->bigendian, stride); in decode_hextile()
275 bg = vmnc_get_pixel(gb, bpp, c->bigendian); in decode_hextile()
277 fg = vmnc_get_pixel(gb, bpp, c->bigendian); in decode_hextile()
292 fg = vmnc_get_pixel(gb, bpp, c->bigendian); in decode_hextile()
457 c->bigendian = bytestream2_get_byte(gb); in decode_frame()
458 if (c->bigendian & (~1)) { in decode_frame()
460 "Invalid header: bigendian flag = %i\n", c->bigendian); in decode_frame()
[all …]
/third_party/python/Lib/
Dchunk.py52 def __init__(self, file, align=True, bigendian=True, inclheader=False): argument
56 if bigendian:
Dwave.py128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
/third_party/python/Doc/library/
Dchunk.rst57 .. class:: Chunk(file, align=True, bigendian=True, inclheader=False)
68 *bigendian* is false, the chunk size is assumed to be in little-endian order.
/third_party/skia/third_party/externals/expat/expat/
Dexpat_config.h.cmake84 /* whether byteorder is bigendian */
/third_party/python/
Daclocal.m456 [AC_CACHE_CHECK(whether float word ordering is bigendian,
/third_party/ffmpeg/
Dconfigure5773 od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
5777 if ! enabled ppc64 || enabled bigendian; then
5924 if enabled bigendian && enabled msa; then
6760 elif enabled_any aarch64 ppc64 && ! enabled bigendian; then
/third_party/tzdata/
Dtzfile.5.txt11 sequence of one or more bytes in network order (bigendian, or high-
/third_party/icu/tools/multi/c/patch/
D3_27189 < echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
7190 < echo "configure:2560: checking whether byte ordering is bigendian" >&5
7194 > { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
7195 > $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
D3_07503 -echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
7504 -echo "configure:2605: checking whether byte ordering is bigendian" >&5
7507 + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
7508 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
/third_party/mbedtls/
DChangeLog1457 functionally incorrect code on bigendian systems which don't have