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

  /external/squashfs-tools/squashfs-tools/
unsquash-2.c 48 unsigned int fragment_table_index[indexes]; local
75 SQUASHFS_SWAP_FRAGMENT_INDEXES_2(fragment_table_index,
80 fragment_table_index);
91 int length = read_block(fd, fragment_table_index[i], NULL,
95 fragment_table_index[i], length);
113 *directory_table_end = fragment_table_index[0];
unsquash-3.c 35 long long fragment_table_index[indexes]; local
62 SQUASHFS_SWAP_FRAGMENT_INDEXES_3(fragment_table_index,
67 fragment_table_index);
78 int length = read_block(fd, fragment_table_index[i], NULL,
82 i, fragment_table_index[i], length);
100 *directory_table_end = fragment_table_index[0];
unsquash-4.c 36 long long fragment_table_index[indexes]; local
54 fragment_table_index);
60 SQUASHFS_INSWAP_FRAGMENT_INDEXES(fragment_table_index, indexes);
65 int length = read_block(fd, fragment_table_index[i], NULL,
69 i, fragment_table_index[i], length);
80 *directory_table_end = fragment_table_index[0];
read_fs.c 756 long long fragment_table_index[indexes]; local
771 fragment_table_index);
779 SQUASHFS_INSWAP_FRAGMENT_INDEXES(fragment_table_index, indexes);
784 int length = read_block(fd, fragment_table_index[i], NULL,
788 i, fragment_table_index[i], length);
792 fragment_table_index[i], length);

Completed in 3486 milliseconds