OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswap64
(Results
1 - 10
of
10
) sorted by null
/external/qemu/
android-trace_common.h
96
#define
bswap64
(x) (((x) << 56) | (((x) & 0xff00) << 40) \
macro
114
#define hostToLE64(x)
bswap64
(x)
117
#define LE64ToHost(x)
bswap64
(x)
120
#define convert64(x) (x =
bswap64
(x))
bswap.h
62
static inline uint64_t
bswap64
(uint64_t x)
function
81
*s =
bswap64
(*s);
cpu-all.h
58
return
bswap64
(s);
73
*s =
bswap64
(*s);
/frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h
120
#ifdef
bswap64
121
#undef
bswap64
macro
142
///
bswap64
- byte swap 64-bit version
144
inline uint64_t
bswap64
(uint64_t pData)
function in namespace:mcld
/frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp
60
target_data = mcld::
bswap64
(target_data);
ELFReader.cpp
608
st_value = mcld::
bswap64
(symtab[idx].st_value);
609
st_size = mcld::
bswap64
(symtab[idx].st_size);
688
r_offset = mcld::
bswap64
(relaTab[idx].r_offset);
689
r_info = mcld::
bswap64
(relaTab[idx].r_info);
690
r_addend = mcld::
bswap64
(relaTab[idx].r_addend);
723
r_offset = mcld::
bswap64
(relTab[idx].r_offset);
724
r_info = mcld::
bswap64
(relTab[idx].r_info);
805
shoff = mcld::
bswap64
(ehdr->e_shoff);
837
sh_size = mcld::
bswap64
(shdr->sh_size);
862
sh_offset = mcld::
bswap64
(shdr->sh_offset)
[
all
...]
/sdk/emulator/qtools/
decoder.cpp
236
data =
bswap64
(data);
272
val64 =
bswap64
(data);
/external/clang/test/CodeGen/
builtins.c
118
P(
bswap64
, (N));
/frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp
249
tmp_data = mcld::
bswap64
(pReloc.target());
/external/wpa_supplicant_8/src/utils/
common.h
33
#define bswap_64
bswap64
Completed in 295 milliseconds