Home
last modified time | relevance | path

Searched refs:upbound (Results 1 – 2 of 2) sorted by relevance

/external/svox/pico/lib/
Dpicoacph.c380 picoos_uint16 upbound; /* index of last WORDPHON item (with POS) */ in acphSubPhrasing() local
391 upbound = acph->headxLen - 1; in acphSubPhrasing()
392 while ((upbound > 0) && in acphSubPhrasing()
393 (acph->headx[upbound].head.type != PICODATA_ITEM_WORDPHON)) { in acphSubPhrasing()
394 upbound--; in acphSubPhrasing()
399 if (upbound <= 0) { in acphSubPhrasing()
404 lastprev2 = upbound; in acphSubPhrasing()
410 for (i = 0; i < upbound; i++) { in acphSubPhrasing()
420 valbuf[1] = acph->headx[upbound].head.info1; in acphSubPhrasing()
431 for (i = upbound; (i > 0) && (nrwordspre > 1); i--) { in acphSubPhrasing()
[all …]
/external/kernel-headers/original/uapi/linux/
Dtipc_config.h216 __be32 upbound; member