Lines Matching refs:overflow_buf_size

1487         const uint32_t overflow_buf_size = kCompressStreamBlock + 16 * sample_ct;  in CalcKing()  local
1488 …streamAlloc(outname, 0, king_flags & kfKingMatrixZs, max_thread_ct, overflow_buf_size, &css, &cswr… in CalcKing()
1506 const uint32_t overflow_buf_size = kCompressStreamBlock + kMaxMediumLine; in CalcKing() local
1508 …CstreamAlloc(outname, 0, king_flags & kfKingTableZs, max_thread_ct, overflow_buf_size, &csst, &csw… in CalcKing()
4994 uintptr_t overflow_buf_size = 3 * kMaxMediumLine; in CalcPca() local
5015 if (overflow_buf_size2 > overflow_buf_size) { in CalcPca()
5016 overflow_buf_size = overflow_buf_size2; in CalcPca()
5019 uintptr_t writebuf_alloc = overflow_buf_size; in CalcPca()
5021 writebuf_alloc += CstreamWkspaceReq(overflow_buf_size); in CalcPca()
5368 …name, 0, output_zst, max_thread_ct, overflow_buf_size, writebuf, R_CAST(unsigned char*, &(writebuf… in CalcPca()
6131 …const uintptr_t overflow_buf_size = RoundUpPow2((score_col_ct * (write_score_avgs + write_score_su… in ScoreReport() local
6132 uintptr_t overflow_buf_alloc = overflow_buf_size; in ScoreReport()
6134 overflow_buf_alloc += CstreamWkspaceReq(overflow_buf_size); in ScoreReport()
6205 …st_variants_zst, max_thread_ct, overflow_buf_size, overflow_buf, R_CAST(unsigned char*, &(overflow… in ScoreReport()
6670 …, 0, output_zst, max_thread_ct, overflow_buf_size, overflow_buf, R_CAST(unsigned char*, &(overflow… in ScoreReport()
7600 uintptr_t overflow_buf_size; in Vscore() local
7602 overflow_buf_size = kCompressStreamBlock + kMaxIdSlen + 16; in Vscore()
7604overflow_buf_size = kCompressStreamBlock + max_chr_blen * chr_col + kMaxIdSlen + 128 + (24 * k1LU)… in Vscore()
7606 …reterr = InitCstreamAlloc(outname, 0, output_zst, compress_thread_ct, overflow_buf_size, &css, &cs… in Vscore()