Home
last modified time | relevance | path

Searched refs:chblen (Results 1 – 1 of 1) sorted by relevance

/external/svox/pico/lib/
Dpicokdt.c1712 picoos_uint8 chblen; /* empty=0; full=KDT_POSP_NRGRAPHSUFFATT */ in picokdt_dtPosPconstructInVec() local
1724 chblen = 0; in picokdt_dtPosPconstructInVec()
1741 if (chblen >= KDT_POSP_NRGRAPHSUFFATT) { /* chbuf full */ in picokdt_dtPosPconstructInVec()
1759 chblen--; in picokdt_dtPosPconstructInVec()
1770 chblen++; in picokdt_dtPosPconstructInVec()
1775 if ((lencg == 0) || (chblen == 0)) { in picokdt_dtPosPconstructInVec()
1777 } else if (chblen > 0) { in picokdt_dtPosPconstructInVec()
1795 if (chblen > 0) { in picokdt_dtPosPconstructInVec()
1810 chblen--; in picokdt_dtPosPconstructInVec()