Searched refs:remaining_size (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp200 size_t remaining_size = pSize; local
206 while (remaining_size > ELFAttribute::MinimalELFAttributeSubsectionSize) {
211 if ((tag_size + 4 /* byte-size */) >= remaining_size)
220 if (subsubsection_length > remaining_size) {
222 subsubsection_length = remaining_size;
282 // Update subsubsection_data and remaining_size for next.
284 remaining_size -= subsubsection_length;
285 } // while (remaining_size > ELFAttribute::MinimalELFAttributeSubsectionSize)
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp105 size_t remaining_size = mData.size - RIFF_HEADER_SIZE; local
106 if (stream->read(remaining_bytes, remaining_size) != remaining_size) {

Completed in 53 milliseconds