Home
last modified time | relevance | path

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

/external/libdivsufsort/include/
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
/external/libdivsufsort/lib/
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 …]