HomeSort by relevance Sort by last modified time
    Searched refs:SQUASHFS_COMPRESSED_BIT_BLOCK (Results 1 - 9 of 9) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 109 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24)
112 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
114 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
cache.c 409 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, length);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 108 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24)
111 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
113 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 140 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24)
143 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
145 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
unsquash-1.c 44 SQUASHFS_COMPRESSED_BIT_BLOCK);
mksquashfs.c 466 return size | (data_block ? SQUASHFS_COMPRESSED_BIT_BLOCK :
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 132 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24)
135 ~SQUASHFS_COMPRESSED_BIT_BLOCK) ? (B) & \
136 ~SQUASHFS_COMPRESSED_BIT_BLOCK : SQUASHFS_COMPRESSED_BIT_BLOCK)
138 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 872 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) {
961 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) {
1058 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) {
1069 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) {
    [all...]
squashfs2_0.c 76 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) {

Completed in 176 milliseconds