Home
last modified time | relevance | path

Searched refs:is_le (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A 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()
613 int bit_size, int is_le)
635 refill_64(s, is_le);
/third_party/ffmpeg/libavformat/
H A Dircamdec.c42 int is_le; member
63 le = table[i].is_le; in ircam_read_header()
/third_party/elfutils/tests/
H A 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/json/tests/thirdparty/doctest/
H A 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,

Completed in 11 milliseconds