OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:headx
(Results
1 - 4
of
4
) sorted by null
/external/svox/pico/lib/
picoacph.c
70
-
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
, cbuf *
[
all
...]
picosa.c
70
-
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
/cbuf1 has space for an item *
192
picosa_
headx
_t
headx
[PICOSA_MAXNR_HEADX];
member in struct:sa_subobj
[
all
...]
picospho.c
74
* -
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
...]
picocep.c
140
/* 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 */
[
all
...]
Completed in 216 milliseconds