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 | 1838 void add_file(long long start, long long file_size, long long file_bytes, in add_file() argument 1873 file = add_non_dup(file_size, file_bytes, block_list, start, frg, 0, 0, in add_file() 2567 long long read_size, file_bytes, start; in write_file_process() local 2578 file_bytes = 0; in write_file_process() 2594 file_bytes += read_buffer->size; in write_file_process() 2615 add_non_dup(read_size, file_bytes, block_list, start, fragment, in write_file_process() 2659 long long file_bytes, dup_start, start; in write_file_blocks_dup() local 2680 file_bytes = 0; in write_file_blocks_dup() 2696 file_bytes += read_buffer->size; in write_file_blocks_dup() 2718 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | image_util_numpy_impl.py | 64 file_bytes = np.asarray(bytearray(png_data), dtype=np.uint8) 65 return cv2.imdecode(file_bytes, cv2.CV_LOAD_IMAGE_COLOR)
|
/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()
|