Searched refs:file_bytes (Results 1 – 5 of 5) sorted by relevance
/external/tremolo/Tremolo/ |
D | misc.c | 47 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/ |
D | read_fs.c | 244 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()
|
D | mksquashfs.c | 1922 void add_file(long long start, long long file_size, long long file_bytes, in add_file() argument 1957 file = add_non_dup(file_size, file_bytes, block_list, start, frg, 0, 0, in add_file() 2651 long long read_size, file_bytes, start; in write_file_process() local 2662 file_bytes = 0; in write_file_process() 2678 file_bytes += read_buffer->size; in write_file_process() 2699 add_non_dup(read_size, file_bytes, block_list, start, fragment, in write_file_process() 2743 long long file_bytes, dup_start, start; in write_file_blocks_dup() local 2764 file_bytes = 0; in write_file_blocks_dup() 2780 file_bytes += read_buffer->size; in write_file_blocks_dup() 2802 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup() [all …]
|
/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 612 file_bytes = io.BytesIO(content.encode('utf-8')) 614 file_info.size = len(file_bytes.getvalue()) 616 dist.addfile(file_info, fileobj=file_bytes)
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 756 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()
|