Home | History | Annotate | Download | only in lib

Lines Matching refs:ci

520     picoos_int32 ci;
559 for (ci = first; ci < sa->headxLen; ci++) {
562 PICODBG_TRACE(("iter: %d, type: %c", ci, sa->headx[ci].head.type));
565 if ((sa->headx[ci].head.type != PICODATA_ITEM_WORDGRAPH) &&
566 (sa->headx[ci].head.type != PICODATA_ITEM_WORDINDEX) &&
567 (sa->headx[ci].head.type != PICODATA_ITEM_WORDPHON)) {
571 PICODBG_TRACE(("iter: %d, curPOS: %d", ci, sa->headx[ci].head.info1));
573 /* no continue so far => at [ci] we have a WORDGRAPH / WORDINDEX item */
589 if (sa->headx[ci].head.info1 != valbuf[half_nratt_posd]) {
593 valbuf[half_nratt_posd] = sa->headx[ci].head.info1;
613 PICODBG_DEBUG(("keeping: %d", sa->headx[ci].head.info1));
619 ci, valbuf[0], valbuf[1], valbuf[2],
659 sa->headx[ci].head.info1 = (picoos_uint8)dtres.class;
660 if (sa->headx[ci].head.type == PICODATA_ITEM_WORDINDEX) {
666 for (i = 0; i < sa->headx[ci].head.len; i += PICOKLEX_POSIND_SIZE) {
670 sa->cbuf1[sa->headx[ci].cind + i])) {
673 sa->headx[ci].cind += i;
685 sa->headx[ci].head.len = PICOKLEX_POSIND_SIZE;