Searched refs:expected_bytes (Results 1 – 5 of 5) sorted by relevance
119 llvm::Expected<uint64_t> expected_bytes = in GetCurrentSizeInBytes() local121 if (!expected_bytes) { in GetCurrentSizeInBytes()123 SBError(lldb_private::Status::FromError(expected_bytes.takeError())); in GetCurrentSizeInBytes()128 return *expected_bytes; in GetCurrentSizeInBytes()
491 __le32 expected_bytes /* reg1 */; member827 __le32 expected_bytes /* reg1 */; member
1514 unsigned char expected_bytes[4]; member1556 if (!TEST_mem_eq(t->expected_bytes, t->expected_len, buf, pn_len)) in test_wire_pkt_hdr_pn()
2557 int expected_bytes; in uaudio_chan_record_callback() local2578 expected_bytes = (ch->intr_frames * ch->bytes_per_frame[0]) + in uaudio_chan_record_callback()2597 expected_bytes -= len; in uaudio_chan_record_callback()2624 ch->jitter_curr -= (expected_bytes / sample_size); in uaudio_chan_record_callback()
707 size_t expected_bytes = response.GetBytesLeft() / 2; in ReadMemoryTags() local708 WritableDataBufferSP buffer_sp(new DataBufferHeap(expected_bytes, 0)); in ReadMemoryTags()712 if (response.GetBytesLeft() || (expected_bytes != got_bytes)) { in ReadMemoryTags()