Home
last modified time | relevance | path

Searched refs:p_maxRows (Results 1 – 2 of 2) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DVByteBlob.c43 uint64_t p_maxRows, in VByteBlob_ContiguousChunk() argument
97 if ( p_maxRows != 0 && rowCount == p_maxRows ) in VByteBlob_ContiguousChunk()
119 else if ( p_maxRows > 0 && p_maxRows < count - ( p_rowId - first ) ) in VByteBlob_ContiguousChunk()
124 p_rowId + p_maxRows, in VByteBlob_ContiguousChunk()
132 * p_rowCount = p_maxRows; in VByteBlob_ContiguousChunk()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DVByteBlob.c43 uint64_t p_maxRows, in VByteBlob_ContiguousChunk() argument
97 if ( p_maxRows != 0 && rowCount == p_maxRows ) in VByteBlob_ContiguousChunk()
119 else if ( p_maxRows > 0 && p_maxRows < count - ( p_rowId - first ) ) in VByteBlob_ContiguousChunk()
124 p_rowId + p_maxRows, in VByteBlob_ContiguousChunk()
132 * p_rowCount = p_maxRows; in VByteBlob_ContiguousChunk()