OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BE64
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/lib/
system.h
43
# define
BE64
(n) bswap_64 (n)
46
# define
BE64
(n) (n)
/external/elfutils/libdwfl/
link_map.c
54
if (type ==
BE64
(PROBE_TYPE)
55
&& val ==
BE64
(PROBE_VAL64))
303
addrs[i] =
BE64
(read_8ubyte_unaligned_noncvt (&(*a64)[i]));
654
?
BE64
(u->a64) : LE64 (u->a64));
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
564
typedef ELFType<support::big, true>
BE64
;
571
return ELFState<
BE64
>::writeELF(Out, Doc);
/external/webrtc/webrtc/base/
testutils.h
568
#define
BE64
(x) \
582
#define TE64
BE64
Completed in 203 milliseconds