seq_t 319 utils/superwordprof.c seq_t seqs[10000];
seq_t 938 utils/superwordprof.c qsort(seqs, nextseq, sizeof(seq_t), seq_cmp);
seq_t 1070 utils/superwordprof.c nextseq < sizeof(seqs)/sizeof(seq_t) || fail("Out of seq memory.");
seq_t 1071 utils/superwordprof.c seq_t *seq = &seqs[nextseq++];
seq_t 1106 utils/superwordprof.c int res = ((seq_t*)b)->count - ((seq_t*)a)->count;
seq_t 1109 utils/superwordprof.c return ((seq_t*)b)->length - ((seq_t*)a)->length;