Searched refs:total_length (Results 1 – 3 of 3) sorted by relevance
127 unsigned int total_length = region_frag->getRegion().size(); in memcpy() local128 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() local138 if (total_length < (total_offset + pNBytes)) in memcpy()139 pNBytes = total_length - total_offset; in memcpy()
65 total_length = 071 total_length += summary.length80 print("Total length: {:,} bytes".format(total_length))86 percent_of_total = (sum.length * 1.0) / (total_length * 1.0) * 100.0
188 int total_length = 0; in GenerateJavaCodeAccessorMethodForBitwidth() local192 total_length += read_length; in GenerateJavaCodeAccessorMethodForBitwidth()199 << total_length << ";\n\n"; in GenerateJavaCodeAccessorMethodForBitwidth()