Searched refs:totalReadLen (Results 1 – 1 of 1) sorted by relevance
85 size_t totalReadLen = respBufLen + MAX_FFDC_LEN_IN_WORDS; in writeToFifo() local87 std::vector<sbe_word_t> buffer(totalReadLen); in writeToFifo()89 ssize_t bytesToRead = (totalReadLen * WORD_SIZE); in writeToFifo()