Home
last modified time | relevance | path

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

/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort_private.h107 #if defined(SS_BLOCKSIZE)
108 # if SS_BLOCKSIZE < 0
109 # undef SS_BLOCKSIZE
110 # define SS_BLOCKSIZE (0) macro
111 # elif 32768 <= SS_BLOCKSIZE
112 # undef SS_BLOCKSIZE
113 # define SS_BLOCKSIZE (32767)
116 # define SS_BLOCKSIZE (1024)
119 #if SS_BLOCKSIZE == 0
125 #elif SS_BLOCKSIZE <= 4096
/freebsd/contrib/libdivsufsort/lib/
H A Dsssort.c43 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)
48 #if SS_BLOCKSIZE == 0 in ss_ilg()
74 #elif SS_BLOCKSIZE < 256 in ss_ilg()
85 #if SS_BLOCKSIZE != 0
111 if(x >= (SS_BLOCKSIZE * SS_BLOCKSIZE)) { return SS_BLOCKSIZE; } in ss_isqrt()
162 #if (SS_BLOCKSIZE != 1) && (SS_INSERTIONSORT_THRESHOLD != 1)
188 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)
448 #if SS_BLOCKSIZE != 0
752 #if SS_BLOCKSIZE != 0 in sssort()
760 #if SS_BLOCKSIZE == 0 in sssort()
[all …]
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c68 #if defined(SS_BLOCKSIZE)
69 # if SS_BLOCKSIZE < 0
70 # undef SS_BLOCKSIZE
71 # define SS_BLOCKSIZE (0) macro
72 # elif 32768 <= SS_BLOCKSIZE
73 # undef SS_BLOCKSIZE
74 # define SS_BLOCKSIZE (32767) macro
77 # define SS_BLOCKSIZE (1024) macro
80 #if SS_BLOCKSIZE == 0
82 #elif SS_BLOCKSIZE <= 4096
[all …]