Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokdt.c1564 picoos_uint16 nrinbytes; in kdtMapOutVar() local
1594 nrinbytes = (((picoos_uint16)(dt->outmaptable[pos+1])) << 8 | in kdtMapOutVar()
1599 if (nrinbytes == 0) { in kdtMapOutVar()
1602 } else if (inval >= nrinbytes) { in kdtMapOutVar()
1603 PICODBG_ERROR(("inval %d outside valid range %d", inval, nrinbytes)); in kdtMapOutVar()
1608 lentable, nrinbytes, pos)); in kdtMapOutVar()
1627 pos += (size * nrinbytes) + offset1; in kdtMapOutVar()