Searched defs:data_offset (Results 1 - 9 of 9) sorted by relevance

/system/update_engine/payload_generator/
H A Dannotated_operation.cc46 off_t data_offset = blob_file->StoreBlob(blob); local
47 TEST_AND_RETURN_FALSE(data_offset != -1);
48 op.set_data_offset(data_offset);
60 os << " @" << aop.op.data_offset();
H A Dab_generator.cc169 uint32_t data_offset = original_op.data_offset(); local
181 new_op.set_data_offset(data_offset);
182 data_offset += data_size;
/system/core/libziparchive/
H A Dzip_archive_stream_entry.cc42 off64_t data_offset = entry.offset; local
43 if (!archive->mapped_zip.SeekToOffset(data_offset)) {
44 ALOGW("lseek to data at %" PRId64 " failed: %s", data_offset, strerror(errno));
H A Dzip_archive.cc603 const off64_t data_offset = local_header_offset + sizeof(LocalFileHeader) + local
605 if (data_offset > cd_offset) {
606 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset));
610 if (static_cast<off64_t>(data_offset + data->compressed_length) > cd_offset) {
612 static_cast<int64_t>(data_offset), data->compressed_length,
618 static_cast<off64_t>(data_offset + data->uncompressed_length) > cd_offset) {
620 static_cast<int64_t>(data_offset), data->uncompressed_length,
625 data->offset = data_offset;
1005 off64_t data_offset = entry->offset; local
1007 if (!archive->mapped_zip.SeekToOffset(data_offset)) {
[all...]
/system/extras/libfec/
H A Dfec_verity.cpp160 uint8_t *hash, uint64_t data_offset, uint8_t *data)
173 if (fec_pread(f, data, FEC_BLOCKSIZE, data_offset) != FEC_BLOCKSIZE) {
174 error("failed to read hash tree: data_offset %" PRIu64 ": %s",
175 data_offset, strerror(errno));
204 uint64_t data_offset = hash_offset + FEC_BLOCKSIZE; local
206 v->hash_data_offset = data_offset;
235 v->hash_data_offset = data_offset;
238 data_offset += blocks * FEC_BLOCKSIZE;
262 data_offset = hash_offset + FEC_BLOCKSIZE;
273 data_offset
159 ecc_read_hashes(fec_handle *f, uint64_t hash_offset, uint8_t *hash, uint64_t data_offset, uint8_t *data) argument
[all...]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Dheader.h110 u64 data_offset; member in struct:perf_header
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Dheader.h95 u64 data_offset; member in struct:perf_header
/system/media/radio/src/
H A Dradio_metadata.c63 uint32_t data_offset = *((uint32_t *)metadata + index_offset); local
73 req_size_int = data_offset + metadata->count + 1 + 1 + size_int;
111 uint32_t data_offset; local
123 data_offset = *((uint32_t *)metadata + index_offset);
125 entry = (radio_metadata_entry_t *)((uint32_t *)metadata + data_offset);
131 data_offset += entry_size_int;
132 *((uint32_t *)metadata + index_offset -1) = data_offset;
144 uint32_t data_offset = *((uint32_t *)metadata + index_offset); local
157 if (data_offset < min_offset) {
168 if (data_offset > max_offse
[all...]
/system/media/audio/include/system/
H A Dsound_trigger.h103 unsigned int data_offset; /* offset of opaque data start from head of struct member in struct:sound_trigger_sound_model
166 unsigned int data_offset; /* offset of opaque data start from start of member in struct:sound_trigger_recognition_event
215 unsigned int data_offset; /* offset of opaque data start from start of this struct member in struct:sound_trigger_recognition_config
227 unsigned int data_offset; /* offset of data start from start of this struct member in struct:sound_trigger_model_event

Completed in 440 milliseconds