Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c69 # if SS_BLOCKSIZE < 0
70 # undef SS_BLOCKSIZE
73 # undef SS_BLOCKSIZE
80 #if SS_BLOCKSIZE == 0
151 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)
156 #if SS_BLOCKSIZE == 0 in ss_ilg()
175 #if SS_BLOCKSIZE != 0
201 if(x >= (SS_BLOCKSIZE * SS_BLOCKSIZE)) { return SS_BLOCKSIZE; } in ss_isqrt()
278 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)
538 #if SS_BLOCKSIZE != 0
[all …]