OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inswap_le16
(Results
1 - 3
of
3
) sorted by null
/external/squashfs-tools/squashfs-tools/
gzip_wrapper.h
36
extern unsigned int
inswap_le16
(unsigned short);
41
(s)->window_size =
inswap_le16
((s)->window_size); \
42
(s)->strategy =
inswap_le16
((s)->strategy); \
swap.c
69
unsigned short
inswap_le16
(unsigned short num)
function
squashfs_swap.h
38
extern unsigned short
inswap_le16
(unsigned short);
335
#define INSWAP_LES16(num) (short)
inswap_le16
((unsigned short) (num))
Completed in 27 milliseconds