Home
last modified time | relevance | path

Searched refs:positions8_high (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Datoiindex.c499 if (positions8_high[j] == positions8_high[j-1] && positions8_low[j] == positions8_low[j-1]) { in sort_positions()
503 FWRITE_CHAR(positions8_high[j],positions_high_fp); in sort_positions()
556 if (positions8_high[j] == positions8_high[j-1] && positions8_low[j] == positions8_low[j-1]) { in sort_positions()
632 unsigned char *positions8_high; in compute_ag() local
679 positions8_high = (unsigned char *) NULL; in compute_ag()
758 positions8_high,positions8_low,positions4, in compute_ag()
773 FREE(positions8_high); in compute_ag()
803 unsigned char *positions8_high; in compute_tc() local
850 positions8_high = (unsigned char *) NULL; in compute_tc()
929 positions8_high,positions8_low,positions4, in compute_tc()
[all …]
H A Dcmetindex.c639 if (positions8_high[j] == positions8_high[j-1] && positions8_low[j] == positions8_low[j-1]) { in sort_positions()
643 FWRITE_CHAR(positions8_high[j],positions_high_fp); in sort_positions()
696 if (positions8_high[j] == positions8_high[j-1] && positions8_low[j] == positions8_low[j-1]) { in sort_positions()
772 unsigned char *positions8_high; in compute_ct() local
819 positions8_high = (unsigned char *) NULL; in compute_ct()
898 positions8_high,positions8_low,positions4, in compute_ct()
913 FREE(positions8_high); in compute_ct()
943 unsigned char *positions8_high; in compute_ga() local
990 positions8_high = (unsigned char *) NULL; in compute_ga()
1069 positions8_high,positions8_low,positions4, in compute_ga()
[all …]
H A Dindexdb-write.c2467 unsigned char *positions8_high; in Indexdb_write_positions() local
2557 if (positions8_high == NULL || positions8_low == NULL) { in Indexdb_write_positions()
2596 compute_positions(/*positions4*/NULL,positions8_high,positions8_low, in Indexdb_write_positions()
2610 FWRITE_CHARS(positions8_high,totalcounts,positions_high_fp); in Indexdb_write_positions()
2624 FWRITE_CHARS(&(positions8_high[count]),count,positions_high_fp); in Indexdb_write_positions()
2660 FREE(positions8_high); in Indexdb_write_positions()
2776 unsigned char *positions8_high; in Indexdb_write_positions_huge_offsets() local
2863 if (positions8_high == NULL || positions8_low == NULL) { in Indexdb_write_positions_huge_offsets()
2890 FWRITE_CHARS(positions8_high,totalcounts,positions_high_fp); in Indexdb_write_positions_huge_offsets()
2904 FWRITE_CHARS(&(positions8_high[count]),count,positions_high_fp); in Indexdb_write_positions_huge_offsets()
[all …]