Home
last modified time | relevance | path

Searched refs:total_length (Results 1 – 3 of 3) 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/base/startop/scripts/iorap/
Danalyze_prefetch_file.py65 total_length = 0
71 total_length += summary.length
80 print("Total length: {:,} bytes".format(total_length))
86 percent_of_total = (sum.length * 1.0) / (total_length * 1.0) * 100.0
/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()