Home
last modified time | relevance | path

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

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