Home
last modified time | relevance | path

Searched refs:index_block (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
Dtable.cc31 ~Rep() { delete index_block; } in ~Rep()
39 Block* index_block; member
61 Block* index_block = nullptr; in Open() local
69 index_block = new Block(contents); in Open()
74 rep->index_block = index_block; in Open()
78 if (index_block) delete index_block; in Open()
156 return NewTwoLevelIterator(rep_->index_block->NewIterator(), in NewIterator()
164 Iterator* iiter = rep_->index_block->NewIterator(); in InternalGet()
183 Iterator* index_iter = rep_->index_block->NewIterator(); in ApproximateOffsetOf()
Dtable_builder.cc77 BlockBuilder index_block; member
102 index_block(&index_block_options), in Rep()
138 r->index_block.Add(r->last_key, StringPiece(handle_encoding)); in Add()
243 r->index_block.Add(r->last_key, StringPiece(handle_encoding)); in Finish()
246 WriteBlock(&r->index_block, &index_block_handle); in Finish()
/external/icing/icing/index/main/
Dflash-index-storage.h188 IndexBlock* index_block);
193 IndexBlock* index_block);
Dflash-index-storage.cc417 IndexBlock* index_block) { in AddToOnDiskFreeList() argument
418 index_block->set_next_block_index(header_block_->header() in AddToOnDiskFreeList()
428 IndexBlock* index_block) { in RemoveFromOnDiskFreeList() argument
432 .free_list_block_index = index_block->next_block_index(); in RemoveFromOnDiskFreeList()
433 index_block->set_next_block_index(kInvalidBlockIndex); in RemoveFromOnDiskFreeList()
/external/squashfs-tools/kernel/fs/squashfs/
Dfile.c238 u64 *index_block, int *index_offset, u64 *data_block) in fill_meta_index() argument
266 cur_index_block = meta_entry->index_block + in fill_meta_index()
302 meta_entry->index_block = cur_index_block - in fill_meta_index()
317 *index_block = cur_index_block; in fill_meta_index()
Dsquashfs_fs.h196 unsigned int index_block; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h195 unsigned int index_block; member
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h252 unsigned int index_block; member
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1326 long long *index_block, int *index_offset, in get_meta_index() argument
1353 cur_index_block = meta_entry->index_block + sblk->inode_table_start; in get_meta_index()
1383 meta_entry->index_block = cur_index_block - sblk->inode_table_start; in get_meta_index()
1397 *index_block = cur_index_block; in get_meta_index()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h193 unsigned int index_block; member