Searched refs:directory_offset (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system.cc200 const uint64 directory_offset = DecodeUint64LittleEndian( local
202 if (directory_offset > mapped_memory_->length() - sizeof(uint64)) {
208 &proto_directory, memory_start + directory_offset,
209 mapped_memory_->length() - directory_offset - sizeof(uint64))) {
215 uint64 prev_element_offset = directory_offset;
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c1304 unsigned int directory_block, directory_offset, i_count, index; local
1330 directory_offset = directory_cache_bytes;
1334 index = SQUASHFS_METADATA_SIZE - directory_offset;
1375 dir_size + 3, directory_block, directory_offset, NULL, NULL,

Completed in 180 milliseconds