Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoktab.c575 picoos_uint16 graphIndex, picoos_uchar * from, picoos_uchar * to, in picoktab_graphsGetGraphInfo() argument
587 graphsOffset = g->offsetTable[graphIndex]; in picoktab_graphsGetGraphInfo()
589 graphsOffset = g->offsetTable[2 * graphIndex] in picoktab_graphsGetGraphInfo()
590 + (g->offsetTable[2 * graphIndex + 1] << 8); in picoktab_graphsGetGraphInfo()
Dpicoktab.h123 picoos_uint16 graphIndex, picoos_uchar * from, picoos_uchar * to,