Searched defs:upbound (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicoacph.c380 picoos_uint16 upbound; /* index of last WORDPHON item (with POS) */ local
390 /* set upbound to last WORDPHON, don't worry about first one */
391 upbound = acph->headxLen - 1;
392 while ((upbound > 0) &&
393 (acph->headx[upbound].head.type != PICODATA_ITEM_WORDPHON)) {
394 upbound--;
399 if (upbound <= 0) {
404 lastprev2 = upbound;
406 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */
410 for (i = 0; i < upbound;
801 picoos_int32 upbound; /* index of last WORDPHON item (with POS) */ local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h216 __be32 upbound; member in struct:tipc_name_table_query

Completed in 351 milliseconds