Home
last modified time | relevance | path

Searched refs:idx_done (Results 1 – 8 of 8) sorted by relevance

/dports/biology/vt/vt-0.57721/lib/htslib/
H A Dvcf_sweep.c48 int idx_done; // the index is built during the first pass member
156 sw->idx_done = 1; in bcf_sweep_fwd()
162 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dvcf_sweep.c48 int idx_done; // the index is built during the first pass member
156 sw->idx_done = 1; in bcf_sweep_fwd()
162 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/stacks/stacks-2.4/htslib/
H A Dvcf_sweep.c48 int idx_done; // the index is built during the first pass member
156 sw->idx_done = 1; in bcf_sweep_fwd()
162 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dvcf_sweep.c51 int idx_done; // the index is built during the first pass member
163 sw->idx_done = 1; in bcf_sweep_fwd()
169 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/
H A Dvcf_sweep.c48 int idx_done; // the index is built during the first pass member
156 sw->idx_done = 1; in bcf_sweep_fwd()
162 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/
H A Dvcf_sweep.c51 int idx_done; // the index is built during the first pass member
163 sw->idx_done = 1; in bcf_sweep_fwd()
169 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/biology/htslib/htslib-1.14/
H A Dvcf_sweep.c51 int idx_done; // the index is built during the first pass member
163 sw->idx_done = 1; in bcf_sweep_fwd()
169 if ( !sw->idx_done ) in bcf_sweep_fwd()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dgeneric_reorder.cpp131 bool idx_done[MAX_NDIMS] = {false, false, false, false, false, false}; in query_dims_and_blocks() local
133 if (!idx_done[dims[i].idx]) { in query_dims_and_blocks()
135 idx_done[dims[i].idx] = true; in query_dims_and_blocks()