Searched refs:is_le (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | get_bits.h | 229 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/ |
D | read_unaligned.c | 343 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/ |
D | ircamdec.c | 42 int is_le; member 63 le = table[i].is_le; in ircam_read_header()
|
/third_party/json/test/thirdparty/doctest/ |
D | doctest.h | 587 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/ |
D | libpulse.vapi | 87 public int is_le();
|