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

/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp135 unsigned int total_length = region_frag->getRegion().size(); local
136 if (total_length < (total_offset+pNBytes))
137 pNBytes = total_length - total_offset;
144 unsigned int total_length = stub_frag->size(); local
145 if (total_length < (total_offset+pNBytes))
146 pNBytes = total_length - total_offset;
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp187 int total_length = 0; local
191 total_length += read_length;
198 << total_length << ";\n\n"; local

Completed in 51 milliseconds