Searched refs:headxReadPos (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicospho.c87 * - [0,headxReadPos[ : the window considered for transduction
92 * 0 activeStartPos penultima activeEndPos headxReadPos headxWritePos
180 picoos_uint16 headxReadPos, headxWritePos; member in struct:spho_subobj
269 spho->headxReadPos = 0;
959 PICODBG_INFO(("doing state %i, headxReadPos: %d, headxWritePos: %d",
960 spho->procState, spho->headxReadPos, spho->headxWritePos));
972 spho->headxReadPos = 0;
1063 if (spho->headxReadPos >= spho->headxWritePos) {
1071 spho->activeEndPos = spho->headxReadPos;
1083 ihead = spho->headx[spho->headxReadPos]
[all...]

Completed in 39 milliseconds