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

  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 285 #define SQUASHFS_SWAP_INTS(s, d, n) swap_le32_num(s, d, n)
392 #define SQUASHFS_SWAP_INTS(s, d, n) memcpy(d, s, n * sizeof(int))
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 524 #define SQUASHFS_SWAP_INTS(s, d, n) {\
862 #define SQUASHFS_SWAP_FRAGMENT_INDEXES_2(s, d, n) SQUASHFS_SWAP_INTS(s, d, n)

Completed in 96 milliseconds