Searched refs:BUCKET_BSTAR (Results 1 – 2 of 2) sorted by relevance
/external/libdivsufsort/lib/ |
D | divsufsort.c | 65 ++BUCKET_BSTAR(c0, c1); in sort_typeBstar() 86 j += BUCKET_BSTAR(c0, c1); in sort_typeBstar() 87 BUCKET_BSTAR(c0, c1) = j; /* end point */ in sort_typeBstar() 97 SA[--BUCKET_BSTAR(c0, c1)] = i; in sort_typeBstar() 100 SA[--BUCKET_BSTAR(c0, c1)] = m - 1; in sort_typeBstar() 118 k = BUCKET_BSTAR(d0, d1); in sort_typeBstar() 136 i = BUCKET_BSTAR(c0, c1); in sort_typeBstar() 180 for(i = t, j = BUCKET_BSTAR(c0, c1); in sort_typeBstar() 184 BUCKET_BSTAR(c0, c0 + 1) = i - BUCKET_B(c0, c0) + 1; /* start point */ in sort_typeBstar() 207 for(i = SA + BUCKET_BSTAR(c1, c1 + 1), in construct_SA() [all …]
|
/external/libdivsufsort/include/ |
D | divsufsort_private.h | 184 #define BUCKET_BSTAR(_c0, _c1) (bucket_B[((_c0) << 8) | (_c1)]) macro 187 #define BUCKET_BSTAR(_c0, _c1) (bucket_B[(_c0) * ALPHABET_SIZE + (_c1)])
|