Searched refs:total_length (Results 1 – 2 of 2) 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()
188 int total_length = 0; in GenerateJavaCodeAccessorMethodForBitwidth() local192 total_length += read_length; in GenerateJavaCodeAccessorMethodForBitwidth()199 << total_length << ";\n\n"; in GenerateJavaCodeAccessorMethodForBitwidth()