Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.h60 divbwt(const unsigned char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * …
H A Ddivsufsort.c1751 unsigned char * num_indexes, int * indexes) { in construct_BWT_indexes() argument
1762 *num_indexes = (unsigned char)((n - 1) / (mod + 1)); in construct_BWT_indexes()
1876 divbwt(const unsigned char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * … in divbwt() argument
1893 if (num_indexes == NULL || indexes == NULL) { in divbwt()
1896 pidx = construct_BWT_indexes(T, B, bucket_A, bucket_B, n, m, num_indexes, indexes); in divbwt()