Searched defs:total_length (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp127 unsigned int total_length = region_frag->getRegion().size(); local
128 if (total_length < (total_offset + pNBytes))
129 pNBytes = total_length - total_offset;
137 unsigned int total_length = stub_frag->size(); local
138 if (total_length < (total_offset + pNBytes))
139 pNBytes = total_length - total_offset;
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp188 int total_length = 0; local
192 total_length += read_length;
199 << total_length << ";\n\n"; local

Completed in 90 milliseconds