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