OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUCKET_B_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/libdivsufsort/lib/
divsufsort.c
55
for(i = 0; i <
BUCKET_B_SIZE
; ++i) { bucket_B[i] = 0; }
344
bucket_B = (saidx_t *)malloc(
BUCKET_B_SIZE
* sizeof(saidx_t));
372
bucket_B = (saidx_t *)malloc(
BUCKET_B_SIZE
* sizeof(saidx_t));
/external/libdivsufsort/include/
divsufsort_private.h
97
#define
BUCKET_B_SIZE
(ALPHABET_SIZE * ALPHABET_SIZE)
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 477 milliseconds