OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SS_BLOCKSIZE
(Results
1 - 2
of
2
) 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
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 1761 milliseconds