OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headxLen
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picoacph.c
143
picoos_uint16
headxLen
; /* length, 0 if empty */
178
acph->
headxLen
= 0;
391
upbound = acph->
headxLen
- 1;
427
PICODBG_TRACE(("
headxLen
: %d", acph->
headxLen
));
516
switch (acph->headx[acph->
headxLen
- 1].head.info2) {
566
switch (acph->headx[acph->
headxLen
- 1].head.info1) {
581
switch (acph->headx[acph->
headxLen
- 1].head.info2) {
647
if (ind >= acph->
headxLen
) {
702
while ((i < acph->
headxLen
) &
[
all
...]
picosa.c
194
picoos_uint16
headxLen
; /* length, 0 if empty */
269
sa->
headxLen
= 0;
532
while ((first < sa->
headxLen
) &&
538
if (first >= sa->
headxLen
) {
553
valbuf[i] = saPosDItemSeqGetPosRight(this, sa, lastprev3, sa->
headxLen
, &lastprev3);
556
PICODBG_TRACE(("
headxLen
: %d", sa->
headxLen
));
559
for (ci = first; ci < sa->
headxLen
; ci++) {
586
valbuf[PICOKDT_NRATT_POSD-1] = saPosDItemSeqGetPosRight(this, sa, lastprev3, sa->
headxLen
, &lastprev3);
[
all
...]
Completed in 512 milliseconds