OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inWritePos
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picosig.c
76
picoos_uint16 inReadPos,
inWritePos
; /* next pos to read/write from/to inBuf*/
127
sig_subObj->
inWritePos
= 0;
774
&(sig_subObj->inBuf[sig_subObj->
inWritePos
]),
775
sig_subObj->inBufSize - sig_subObj->
inWritePos
, &blen);
786
&(sig_subObj->inBuf[sig_subObj->
inWritePos
]), blen);
793
sig_subObj->
inWritePos
+= blen;
[
all
...]
picocep.c
171
picoos_uint16 inReadPos,
inWritePos
; /* next pos to read/write from/to inBuf*/
299
cep->
inWritePos
= 0;
[
all
...]
picopam.c
157
picoos_uint16 inReadPos,
inWritePos
; /* next pos to read/write from/to inBuf*/
571
pam->
inWritePos
= 0;
[
all
...]
Completed in 48 milliseconds