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

/external/svox/pico/lib/
H A Dpicoacph.c70 - headx : array for extended item heads of fixed size (head plus
73 headx).
75 0. bottom up filling of items in headx and cbuf
112 of fixed size without content, two fields are contained in headx
114 -> headx further extended with boundary strength and type info to
115 indicate that to the left of the headx ele a BOUND needs to be
120 -> changed in place in headx
136 picoos_uint8 inspaceok; /* flag: headx/cbuf has space for an item */
141 picoacph_headx_t headx[PICOACPH_MAXNR_HEADX]; member in struct:acph_subobj
182 /* init headx, cbu
[all...]
H A Dpicosa.c70 - headx: array for extended item heads of fixed size (head plus
74 headx). Future: replace these two buffers by a single double-sided
77 0. bottom up filling of items in headx and cbuf1
82 -> info stays in "headx, cbuf1" and changed in place \n
89 -> headx changed in place; cbuf1 to cbuf2 \n
165 of fixed size without content, two fields are contained in headx
167 -> headx further extended with boundary strength and type info to
168 indicate that to the left of the headx ele a BOUND needs to be
173 -> changed in place in headx
186 picoos_uint8 inspaceok; /* flag: headx/cbuf
192 picosa_headx_t headx[PICOSA_MAXNR_HEADX]; member in struct:sa_subobj
[all...]
H A Dpicospho.c74 * - headx : structured buffer containing item heads, each expanded by a pointer to the item contents
114 * all relevant bounds are placed in the corresponding headx extention; original bound items become invalid.
118 * - "side-bounds" (in the headx extension) are output by "calling" FEED
144 /* nr item restriction: maximum number of extended item heads in headx */
178 picospho_headx_t headx[SPHO_MAXNR_HEADX]; /* "expanded head" buffer */ member in struct:spho_subobj
267 /* item buffer headx/cbuf */
405 /* shift relevant data in headx/'cbuf' (between 'readPos' incl and writePos non-incl) to 'start'.
424 c_i = spho->headx[to].cind;
426 c_j = spho->headx[j].cind;
446 /* shift headx */
[all...]
H A Dpicocep.c140 /* item num restriction: maximum number of extended item heads in headx */
174 picoacph_headx_t headx[PICOCEP_MAXNR_HEADX]; member in struct:cep_subobj
176 picoos_uint16 headxWritePos; /* next free position; headx is empty if headxBottom == headxWritePos */
300 /* headx and cbuf */
1649 &(cep->headx[cep->headxWritePos].head),
1661 cep->headx[cep->headxWritePos].frame
1665 cep->headx[cep->headxWritePos].cind
1669 cep->headx[cep->headxWritePos].cind = 0;
1766 && (cep->headx[cep->headxBottom].frame
1769 /* output item in headx/cbu
[all...]

Completed in 104 milliseconds