Searched refs:bytes_to_go (Results 1 – 2 of 2) sorted by relevance
771 size_t bytes_to_go = m_Pitch; in GetNextLineWithoutPredictedPitch() local772 size_t read_leftover = m_LeftOver > bytes_to_go ? bytes_to_go : m_LeftOver; in GetNextLineWithoutPredictedPitch()777 bytes_to_go -= read_leftover; in GetNextLineWithoutPredictedPitch()779 while (bytes_to_go) { in GetNextLineWithoutPredictedPitch()796 m_PredictPitch > bytes_to_go ? bytes_to_go : m_PredictPitch; in GetNextLineWithoutPredictedPitch()797 fxcrt::spancpy(pdfium::make_span(m_Scanline).subspan(m_Pitch - bytes_to_go), in GetNextLineWithoutPredictedPitch()800 bytes_to_go -= read_bytes; in GetNextLineWithoutPredictedPitch()
586 size_t bytes_to_go; in tpm2_process_command() local678 bytes_to_go = payload_size - 1 - HEADER_SIZE; in tpm2_process_command()680 if (fifo_transfer(bytes_to_go, fifo_buffer, fifo_receive) != CB_SUCCESS) { in tpm2_process_command()682 bytes_to_go); in tpm2_process_command()