Home
last modified time | relevance | path

Searched refs:file_bytes (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dmisc.c47 static long *file_bytes=NULL; variable
104 file_bytes=malloc(filecount*sizeof(*file_bytes)); in _insert()
107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes)); in _insert()
110 file_bytes[i]=0; in _insert()
113 file_bytes[i]+=bytes-HEAD_ALIGN; in _insert()
122 file_bytes[i]-(bytes-HEAD_ALIGN)); in _insert()
125 file_bytes[i],file,line); in _insert()
170 file_bytes[i]); in _ripremove()
172 file_bytes[i]-bytes); in _ripremove()
175 file_bytes[i]-=bytes; in _ripremove()
/external/squashfs-tools/squashfs-tools/
Dread_fs.c244 long long start, file_bytes = 0; in scan_inode_table() local
279 file_bytes += in scan_inode_table()
289 add_file(start, inode.file_size, file_bytes, in scan_inode_table()
299 long long start, file_bytes = 0; in scan_inode_table() local
335 file_bytes += in scan_inode_table()
345 add_file(start, inode.file_size, file_bytes, in scan_inode_table()
Dmksquashfs.c1882 void add_file(long long start, long long file_size, long long file_bytes, in add_file() argument
1917 file = add_non_dup(file_size, file_bytes, block_list, start, frg, 0, 0, in add_file()
2611 long long read_size, file_bytes, start; in write_file_process() local
2622 file_bytes = 0; in write_file_process()
2638 file_bytes += read_buffer->size; in write_file_process()
2659 add_non_dup(read_size, file_bytes, block_list, start, fragment, in write_file_process()
2703 long long file_bytes, dup_start, start; in write_file_blocks_dup() local
2724 file_bytes = 0; in write_file_blocks_dup()
2740 file_bytes += read_buffer->size; in write_file_blocks_dup()
2762 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup()
[all …]
/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc756 file_bytes = reinterpret_cast<const uint8_t *>(file_contents.data()); in ReadFile()
758 EXPECT_TRUE(reader.Read(file_bytes, in ReadFile()
763 EXPECT_FALSE(reader.Read(file_bytes, in ReadFile()
771 const uint8_t *file_bytes; member
1028 expected.start = file_bytes + load_commands.start().Value(); in TEST_F()
1406 contents1.start = file_bytes + section1.start().Value(); in TEST_F()
1418 contents2.start = file_bytes + section2.start().Value(); in TEST_F()