Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokdt.c1710 picoos_uint8 chbrear; /* next free pos */ in picokdt_dtPosPconstructInVec() local
1722 chbrear = 0; in picokdt_dtPosPconstructInVec()
1763 chbuf[chbrear][i] = graph[poscg++]; in picokdt_dtPosPconstructInVec()
1766 chbuf[chbrear][i] = '\0'; in picokdt_dtPosPconstructInVec()
1768 chbrear++; in picokdt_dtPosPconstructInVec()
1769 chbrear %= KDT_POSP_NRGRAPHSUFFATT; in picokdt_dtPosPconstructInVec()
1796 if (chbrear == 0) { in picokdt_dtPosPconstructInVec()
1797 chbrear = KDT_POSP_NRGRAPHSUFFATT - 1; in picokdt_dtPosPconstructInVec()
1799 chbrear--; in picokdt_dtPosPconstructInVec()
1801 if (!kdtMapInGraph(&(dtposp->dt), i, chbuf[chbrear], in picokdt_dtPosPconstructInVec()