Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dlfo.c47 U32 * nooflvl, U32 offset, U32 len, wvStream * fd) in wvGetLFO_records() argument
51 *nooflvl = 0; in wvGetLFO_records()
58 *nooflvl += (*lfo)[i].clfolvl; in wvGetLFO_records()
59 wvTrace (("pos %x %d\n", wvStream_tell (fd), *nooflvl)); in wvGetLFO_records()
62 if ((*nooflvl == 0) || in wvGetLFO_records()
63 multiplication_will_overflow(sizeof (LFOLVL), *nooflvl) || in wvGetLFO_records()
64 multiplication_will_overflow(sizeof (LVL), *nooflvl)) in wvGetLFO_records()
72 *lvl = (LVL *) wvMalloc (sizeof (LVL) * *nooflvl); in wvGetLFO_records()
75 while (i < *nooflvl) in wvGetLFO_records()
232 wvTrace (("releasing %d lvl records\n", nooflvl)); in wvReleaseLFO_records()
[all …]
H A DwvConvert.c195 data->nooflvl = &ps->nooflvl; in myelehandler()
250 data->nooflvl = &ps->nooflvl; in mydochandler()
H A DwvWare.c513 data->nooflvl = &ps->nooflvl; in myelehandler()
611 data->nooflvl = &ps->nooflvl; in mydochandler()
H A Ddecode_simple.c166 &ps->nooflvl, ps->fib.fcPlfLfo, ps->fib.lcbPlfLfo, in wvDecodeSimple()
584 wvReleaseLFO_records (&ps->lfo, &ps->lfolvl, &ps->lvl, ps->nooflvl); in wvDecodeSimple()
H A Ddecode_complex.c463 &ps->nooflvl, ps->fib.fcPlfLfo, ps->fib.lcbPlfLfo, in wvDecodeComplex()
903 wvReleaseLFO_records (&ps->lfo, &ps->lfolvl, &ps->lvl, ps->nooflvl); in wvDecodeComplex()
H A Dwv.h1072 U32 * nooflvl, U32 offset, U32 len, wvStream * fd);
1074 U32 nooflvl);
2716 U32 nooflvl; member
2783 U32 *nooflvl; member
4290 U32 nooflvl; member