Searched defs:SQUASHFS_SWAP_SHORTS (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dsquashfs_swap.h284 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n) macro
391 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short)) macro
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h514 #define SQUASHFS_SWAP_SHORTS(s, d, n) {\ macro

Completed in 78 milliseconds