OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swap_le64
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
swap.c
53
void
swap_le64
(void *src, void *dest)
function
squashfs_swap.h
34
extern void
swap_le64
(void *, void *);
290
#define
SWAP_LE64
(s, d)
swap_le64
(s, d)
/external/toybox/lib/
portability.h
192
#define
SWAP_LE64
(x) bswap_64(x)
200
#define
SWAP_LE64
(x) (x)
/external/toybox/toys/lsb/
md5sum.c
226
count = sha1 ? SWAP_BE64(count) :
SWAP_LE64
(count);
Completed in 276 milliseconds