HomeSort by relevance Sort by last modified time
    Searched defs:data_offset (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /system/update_engine/payload_generator/
annotated_operation.cc 46 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();
ab_generator.cc 170 uint32_t data_offset = original_op.data_offset(); local
181 new_op.set_data_offset(data_offset);
182 data_offset += data_size;
  /external/libchrome/base/files/
memory_mapped_file_posix.cc 30 int32_t data_offset = 0; local
44 // |region| and then add up the |data_offset| displacement.
51 &data_offset);
97 data_ += data_offset;
  /external/vboot_reference/firmware/lib/
region-kernel.c 102 uint32_t layout_offset, image_offset, data_offset, data_size; local
134 data_offset = image_offset + sizeof(*image_info);
140 ret = VbRegionReadGbb(cparams, data_offset,
  /bionic/libc/tzcode/
bionic.cpp 92 // int data_offset
97 int32_t data_offset; member in struct:bionic_tzdata_header_t
137 if (ntohl(header.index_offset) > ntohl(header.data_offset)) {
139 __FUNCTION__, path, ntohl(header.data_offset), ntohl(header.index_offset));
143 const size_t index_size = ntohl(header.data_offset) - ntohl(header.index_offset);
173 specific_zone_offset = ntohl(entry->start) + ntohl(header.data_offset);
  /external/freetype/src/cid/
cidparse.h 50 /* data_offset :: The start position of the binary data (i.e., the */
69 FT_ULong data_offset; member in struct:CID_Parser_
  /frameworks/av/media/libstagefright/
ESDS.cpp 73 uint8_t *tag, size_t *data_offset, size_t *data_size) const {
102 *data_offset = offset;
109 size_t data_offset; local
112 skipDescriptorHeader(0, mSize, &tag, &data_offset, &data_size);
122 return parseESDescriptor(data_offset, data_size);
  /art/compiler/optimizing/
instruction_simplifier_arm.cc 194 size_t data_offset = CodeGenerator::GetArrayDataOffset(instruction); local
198 // negative offset (count_offset - data_offset). Thumb2Assembler (now removed) did
216 data_offset)) {
223 size_t data_offset = mirror::Array::DataOffset(access_size).Uint32Value(); local
237 data_offset)) {
instruction_simplifier_arm64.cc 198 size_t data_offset = CodeGenerator::GetArrayDataOffset(instruction); local
202 data_offset)) {
209 size_t data_offset = mirror::Array::DataOffset(access_size).Uint32Value(); local
213 data_offset)) {
instruction_simplifier_shared.cc 235 size_t data_offset) {
260 HIntConstant* offset = graph->GetIntConstant(data_offset);
294 uint32_t data_offset = mirror::Array::DataOffset( local
308 if (another_data_offset == data_offset && another_component_shift == component_shift) {
316 if (another_data_offset == data_offset && another_component_shift == component_shift) {
327 // Proceed to extract the index + data_offset address computation.
328 HIntConstant* offset = graph->GetIntConstant(data_offset);
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_nalu.cc 287 size_t data_offset = offset_ + sizeof(kAnnexBHeaderBytes); local
288 if (data_offset > length_) {
291 *out_nalu = start_ + data_offset;
292 *out_length = next_offset_ - data_offset;
  /system/extras/libfec/
fec_verity.cpp 160 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 + j * FEC_BLOCKSIZE))
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
binary.cc 191 size_t data_offset = output_size; local
218 data_offset,
  /art/runtime/mirror/
array-inl.h 55 size_t data_offset = RoundUp(OFFSETOF_MEMBER(Array, first_element_), component_size); local
56 DCHECK_EQ(RoundUp(data_offset, component_size), data_offset) local
58 return MemberOffset(data_offset);
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_x86.h 84 uint32_t data_offset; member in struct:__anon20829
  /external/libmojo/mojo/edk/system/
channel_posix.cc 65 size_t data_offset() const { return offset_; } function in class:mojo::edk::__anon25145::MessageView
channel_win.cc 57 size_t data_offset() const { return offset_; } function in class:mojo::edk::__anon25146::MessageView
  /external/perf_data_converter/src/quipper/
perf_reader_test.cc 1767 u64 data_offset = file_header.header().data.offset; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskJpegEncode.java 112 final int data_offset = w * h; local
119 dataCopy[data_offset + 2 * i] = v_buffer.get(i * color_pixel_stride);
120 dataCopy[data_offset + 2 * i + 1] = u_buffer.get(i * color_pixel_stride);
136 final int data_offset = w * h; local
145 int offset = data_offset + w * i + j * 2;
  /system/media/radio/src/
radio_metadata.c 63 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_offset)
    [all...]
  /system/timezone/zone_compactor/main/java/
ZoneCompactor.java 122 // int data_offset
162 int data_offset = (int) f.getFilePointer(); local
183 f.writeInt(data_offset);
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 291 int32_t data_offset = local
293 MemOperand lock_word(base_reg, mirror::Object::MonitorOffset().Int32Value() - data_offset);
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 461 int32_t data_offset = local
463 MemOperand lock_word(base_reg, mirror::Object::MonitorOffset().Int32Value() - data_offset);
  /art/libdexfile/dex/
test_dex_file_builder.h 108 entry.second.data_offset = data_section_size;
130 entry.second.data_offset = RoundUp(data_section_size, 4u);
131 data_section_size = entry.second.data_offset + 4u + num_args * sizeof(DexFile::TypeItem);
133 entry.second.data_offset = 0u;
171 uint32_t raw_offset = data_section_offset + entry.second.data_offset;
185 (num_args != 0u) ? data_section_offset + entry.second.data_offset : 0u;
191 CHECK_NE(entry.second.data_offset, 0u);
281 uint32_t data_offset; member in struct:art::TestDexFileBuilder::IdxAndDataOffset
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 200 // int data_offset
216 int data_offset = it.readInt(); local
217 validateOffset(data_offset, fileSize);
221 if (index_offset >= data_offset || data_offset >= zonetab_offset) {
223 + ", data_offset=" + data_offset + ", zonetab_offset=" + zonetab_offset
227 readIndex(it, index_offset, data_offset);

Completed in 733 milliseconds

1 2 3 4 5