Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c52 #if defined(ALPHABET_SIZE) && (ALPHABET_SIZE < 1)
53 # undef ALPHABET_SIZE
55 #if !defined(ALPHABET_SIZE)
56 # define ALPHABET_SIZE (256) macro
58 #define BUCKET_A_SIZE (ALPHABET_SIZE)
59 #define BUCKET_B_SIZE (ALPHABET_SIZE * ALPHABET_SIZE)
129 #if ALPHABET_SIZE == 256
1488 for(c1 = c0 + 1; c1 < ALPHABET_SIZE; ++c1) { in sort_typeBstar()
1510 c0 = ALPHABET_SIZE - 2, c1 = ALPHABET_SIZE - 1, j = m; in sort_typeBstar()
1524 d1 = ALPHABET_SIZE - 1; in sort_typeBstar()
[all …]