HomeSort by relevance Sort by last modified time
    Searched defs:SQUASHFS_SWAP_SHORTS (Results 1 - 2 of 2) sorted by null

  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 284 #define SQUASHFS_SWAP_SHORTS(s, d, n) swap_le16_num(s, d, n)
391 #define SQUASHFS_SWAP_SHORTS(s, d, n) memcpy(d, s, n * sizeof(short))
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 514 #define SQUASHFS_SWAP_SHORTS(s, d, n) {\

Completed in 139 milliseconds