OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SS_BLOCKSIZE
(Results
1 - 5
of
5
) sorted by null
/external/libdivsufsort/include/
divsufsort_private.h
107
#if defined(
SS_BLOCKSIZE
)
108
# if
SS_BLOCKSIZE
< 0
109
# undef
SS_BLOCKSIZE
110
# define
SS_BLOCKSIZE
(0)
111
# elif 32768 <=
SS_BLOCKSIZE
112
# undef
SS_BLOCKSIZE
113
# define
SS_BLOCKSIZE
(32767)
116
# define
SS_BLOCKSIZE
(1024)
118
/* minstacksize = log(
SS_BLOCKSIZE
) / log(3) * 2 */
119
#if
SS_BLOCKSIZE
==
[
all
...]
/external/libdivsufsort/lib/
sssort.c
43
#if (
SS_BLOCKSIZE
== 0) || (SS_INSERTIONSORT_THRESHOLD <
SS_BLOCKSIZE
)
48
#if
SS_BLOCKSIZE
== 0
74
#elif
SS_BLOCKSIZE
< 256
83
#endif /* (
SS_BLOCKSIZE
== 0) || (SS_INSERTIONSORT_THRESHOLD <
SS_BLOCKSIZE
) */
85
#if
SS_BLOCKSIZE
!= 0
111
if(x >= (
SS_BLOCKSIZE
*
SS_BLOCKSIZE
)) { return
SS_BLOCKSIZE
; }
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.6.Final/
netty-codec-4.1.6.Final.jar
Completed in 651 milliseconds