Home
last modified time | relevance | path

Searched refs:is_le (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dget_bits.h229 static inline void refill_32(GetBitContext *s, int is_le) in refill_32() argument
236 if (is_le) in refill_32()
244 static inline void refill_64(GetBitContext *s, int is_le) in refill_64() argument
251 if (is_le) in refill_64()
259 static inline uint64_t get_val(GetBitContext *s, unsigned n, int is_le) in get_val() argument
263 if (is_le) { in get_val()
623 int bit_size, int is_le) in init_get_bits_xe() argument
645 refill_64(s, is_le); in init_get_bits_xe()
/third_party/elfutils/tests/
Dread_unaligned.c343 bool is_le = (BYTE_ORDER == LITTLE_ENDIAN); in main() local
347 if (is_le) in main()
354 Dwarf dbg_le = { .other_byte_order = !is_le }; in main()
355 Dwarf dbg_be = { .other_byte_order = is_le }; in main()
/third_party/ffmpeg/libavformat/
Dircamdec.c42 int is_le; member
63 le = table[i].is_le; in ircam_read_header()
/third_party/json/test/thirdparty/doctest/
Ddoctest.h587 is_le = 2 * is_ge, enumerator
639 DT_WARN_LE = is_normal | is_le | is_warn,
640 DT_CHECK_LE = is_normal | is_le | is_check,
641 DT_REQUIRE_LE = is_normal | is_le | is_require,
/third_party/pulseaudio/vala/
Dlibpulse.vapi87 public int is_le();