OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAIDX_T
(Results
1 - 2
of
2
) sorted by null
/external/libdivsufsort/android_include/
divsufsort.h
53
#ifndef
SAIDX_T
54
#define
SAIDX_T
55
typedef int32_t
saidx_t
;
typedef
56
#endif /*
SAIDX_T
*/
76
divsufsort(const sauchar_t *T,
saidx_t
*SA,
saidx_t
n);
87
saidx_t
88
divbwt(const sauchar_t *T, sauchar_t *U,
saidx_t
*A,
saidx_t
n);
111
saidx_t
*SA /* can NULL */
[
all
...]
/external/libdivsufsort/include/
divsufsort_private.h
63
# ifndef
SAIDX_T
64
# define
SAIDX_T
65
# define
saidx_t
saidx64_t
macro
66
# endif /*
SAIDX_T
*/
194
sssort(const sauchar_t *Td, const
saidx_t
*PA,
195
saidx_t
*first,
saidx_t
*last,
196
saidx_t
*buf,
saidx_t
bufsize,
197
saidx_t
depth, saidx_t n, saint_t lastsuffix)
[
all
...]
Completed in 157 milliseconds