Searched refs:bucket_A (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libdivsufsort/lib/
H A Ddivsufsort.c39 saidx_t *bucket_A, saidx_t *bucket_B,
54 for(i = 0; i < BUCKET_A_SIZE; ++i) { bucket_A[i] = 0; }
196 saidx_t *bucket_A, saidx_t *bucket_B,
260 saidx_t *bucket_A, saidx_t *bucket_B,
333 saidx_t *bucket_A, *bucket_B; local
343 bucket_A = (saidx_t *)malloc(BUCKET_A_SIZE * sizeof(saidx_t));
347 if((bucket_A != NULL) && (bucket_B != NULL)) {
348 m = sort_typeBstar(T, SA, bucket_A, bucket_B, n);
349 construct_SA(T, SA, bucket_A, bucket_B, n, m);
355 free(bucket_A);
38 sort_typeBstar(const sauchar_t *T, saidx_t *SA, saidx_t *bucket_A, saidx_t *bucket_B, saidx_t n) argument
195 construct_SA(const sauchar_t *T, saidx_t *SA, saidx_t *bucket_A, saidx_t *bucket_B, saidx_t n, saidx_t m) argument
259 construct_BWT(const sauchar_t *T, saidx_t *SA, saidx_t *bucket_A, saidx_t *bucket_B, saidx_t n, saidx_t m) argument
363 saidx_t *bucket_A, *bucket_B; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c128 #define BUCKET_A(_c0) bucket_A[(_c0)]
1442 int *bucket_A, int *bucket_B,
1457 for(i = 0; i < BUCKET_A_SIZE; ++i) { bucket_A[i] = 0; }
1614 int *bucket_A, int *bucket_B,
1678 int *bucket_A, int *bucket_B,
1749 int *bucket_A, int *bucket_B,
1848 int *bucket_A, *bucket_B; local
1858 bucket_A = (int *)malloc(BUCKET_A_SIZE * sizeof(int));
1862 if((bucket_A != NULL) && (bucket_B != NULL)) {
1863 m = sort_typeBstar(T, SA, bucket_A, bucket_
1441 sort_typeBstar(const unsigned char *T, int *SA, int *bucket_A, int *bucket_B, int n, int openMP) argument
1613 construct_SA(const unsigned char *T, int *SA, int *bucket_A, int *bucket_B, int n, int m) argument
1677 construct_BWT(const unsigned char *T, int *SA, int *bucket_A, int *bucket_B, int n, int m) argument
1748 construct_BWT_indexes(const unsigned char *T, int *SA, int *bucket_A, int *bucket_B, int n, int m, unsigned char * num_indexes, int * indexes) argument
1878 int *bucket_A, *bucket_B; local
[all...]
/freebsd-12-stable/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h181 #define BUCKET_A(_c0) bucket_A[(_c0)]

Completed in 59 milliseconds