OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOKLEX_POSIND_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picoklex.h
71
#define
PICOKLEX_POSIND_SIZE
4
74
/* max len (in bytes) of ind, (PICOKLEX_MAX_NRRES *
PICOKLEX_POSIND_SIZE
) */
picoklex.c
401
i = lexres->nrres * (
PICOKLEX_POSIND_SIZE
);
402
lexres->posindlen +=
PICOKLEX_POSIND_SIZE
;
picosa.c
666
for (i = 0; i < sa->headx[ci].head.len; i +=
PICOKLEX_POSIND_SIZE
) {
672
i/
PICOKLEX_POSIND_SIZE
+ 1));
685
sa->headx[ci].head.len =
PICOKLEX_POSIND_SIZE
;
[
all
...]
picowa.c
322
posbuf[i] = lexres.posind[i *
PICOKLEX_POSIND_SIZE
];
Completed in 1382 milliseconds