Searched refs:expected_bytes (Results 1 – 2 of 2) sorted by relevance
118 my $expected_bytes = $ord < 0x80134 if ($byte_count != $expected_bytes) {136 $ord, $expected_bytes, $byte_count;
665 size_t expected_bytes = response.GetBytesLeft() / 2; in ReadMemoryTags() local666 WritableDataBufferSP buffer_sp(new DataBufferHeap(expected_bytes, 0)); in ReadMemoryTags()670 if (response.GetBytesLeft() || (expected_bytes != got_bytes)) { in ReadMemoryTags()