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

  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 671 struct squashfs_fragment_entry_2 { struct
687 typedef struct squashfs_fragment_entry_2 squashfs_fragment_entry_2; typedef in typeref:struct:squashfs_fragment_entry_2
774 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_fragment_entry_2));\
782 #define SQUASHFS_FRAGMENT_BYTES_2(A) ((A) * sizeof(struct squashfs_fragment_entry_2))
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 767 struct squashfs_fragment_entry_2 { struct
857 SQUASHFS_MEMSET(s, d, sizeof(struct squashfs_fragment_entry_2));\
865 #define SQUASHFS_FRAGMENT_BYTES_2(A) (A * sizeof(struct squashfs_fragment_entry_2))

Completed in 360 milliseconds