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

/external/elfutils/lib/
H A Dsystem.h41 # define LE64(n) (n) macro
48 # define LE64(n) bswap_64 (n) macro
/external/elfutils/libdwfl/
H A Dlink_map.c61 if (type == LE64 (PROBE_TYPE)
62 && val == LE64 (PROBE_VAL64))
306 addrs[i] = LE64 (read_8ubyte_unaligned_noncvt (&(*a64)[i]));
654 ? BE64 (u->a64) : LE64 (u->a64));
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp563 typedef ELFType<support::little, true> LE64; typedef
569 return ELFState<LE64>::writeELF(Out, Doc);
/external/webrtc/webrtc/base/
H A Dtestutils.h555 #define LE64(x) \ macro
586 #define TE64 LE64

Completed in 214 milliseconds