Home
last modified time | relevance | path

Searched refs:MapFileCount (Results 1 – 6 of 6) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-sort/
H A Dmap-file.h87 uint64_t MapFileCount ( const MapFile *self, const ctx_t *ctx );
H A Dsorting-row-set.c390 TRY ( rsi -> last_excl = rsi -> row_id + MapFileCount ( self, ctx ) ) in MapFileMakeSortingRowSetIterator()
H A Dmapping-row-set.c481 TRY ( rsi -> last_excl = rsi -> row_id + MapFileCount ( self, ctx ) ) in MapFileMakeMappingRowSetIterator()
H A Dposlen-col-pair.c138 return MapFileCount ( self -> tmp_col, ctx ); in PoslenColReaderIdRange()
H A Dref-alignid-col.c328 uint64_t num_ids = MapFileCount ( self -> idx, ctx ); in AlignIdColReaderRead()
H A Dmap-file.c301 uint64_t MapFileCount ( const MapFile *self, const ctx_t *ctx ) in MapFileCount() function