Home
last modified time | relevance | path

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

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/kint-php/kint/src/
H A DSourceParser.php187 $inner_cursor = $cursor;
203 $inner_cursor += substr_count($token[1], "\n");
277 if ($inner_cursor < $line) {
/dports/biology/subread/subread-2.0.2-source/src/
H A DHelperFunctions.c264 unsigned int inner_cursor = 0, current_bin_space = 0; in read_contig_fasta() local
276 if(inner_cursor == 0){ in read_contig_fasta()
283 inner_cursor = 0; in read_contig_fasta()
285 chro_name[inner_cursor++] = nch; in read_contig_fasta()
286 chro_name[inner_cursor] = 0; in read_contig_fasta()
291 inner_cursor = 0; in read_contig_fasta()
297 HashTablePut(tab -> size_table , mem_chro, NULL + inner_cursor); in read_contig_fasta()
300 inner_cursor = 0; in read_contig_fasta()
304 int bin_bytes = inner_cursor / 2; in read_contig_fasta()
305 int bin_bits = 4*(inner_cursor % 2); in read_contig_fasta()
[all …]