Searched defs:out_offset (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp228 size_t out_ix, in_ix, out_offset, out_size; local
343 &out_ix, &out_offset, &out_size, &out_pts,
/frameworks/base/tools/aapt2/format/
H A DContainer.cpp193 off64_t* out_offset, size_t* out_len) {
241 *out_offset = coded_in.CurrentPosition();
192 GetResFileOffsets(pb::internal::CompiledFile* out_file, off64_t* out_offset, size_t* out_len) argument
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp956 size_t out_offset = local
960 uint8_t* target_addr = pOutput + out_offset;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp413 uint8_t* out_offset = pRegion.begin(); local
424 memset(out_offset, fill_frag.getValue(), fill_frag.size());
431 memcpy(out_offset, start, size);
439 std::memset(out_offset, align_frag.getValue(), count);
456 out_offset += size;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp181 uint8_t* out_offset = pRegion.begin(); local
191 memset(out_offset, fill_frag.getValue(), fill_frag.size());
198 memcpy(out_offset, start, size);
206 std::memset(out_offset, align_frag.getValue(), count);
223 out_offset += size;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp284 uint8_t* out_offset = pRegion.begin(); local
294 memset(out_offset, fill_frag.getValue(), fill_frag.size());
301 memcpy(out_offset, start, size);
310 std::memset(out_offset, align_frag.getValue(), count);
327 out_offset += size;

Completed in 208 milliseconds