Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Disbidi.c72 U32 beginfc, endfc; in wvIsBidiDocumentComplex() local
140 wvGetPieceBoundsFC (&beginfc, &endfc, &ps->clx, piececount); in wvIsBidiDocumentComplex()
145 if(beginfc>stream_size || endfc>stream_size){ in wvIsBidiDocumentComplex()
150 wvStream_goto (ps->mainfd, beginfc); in wvIsBidiDocumentComplex()
156 beginfc, endfc, char_fcLim)); in wvIsBidiDocumentComplex()
162 char_fcLim = beginfc; in wvIsBidiDocumentComplex()
318 U32 beginfc, endfc; in wvIsBidiDocumentSimple() local
405 if(beginfc>stream_size || endfc>stream_size){ in wvIsBidiDocumentSimple()
411 wvStream_goto (ps->mainfd, beginfc); in wvIsBidiDocumentSimple()
413 wvTrace (("SEEK %x\n", beginfc)); in wvIsBidiDocumentSimple()
[all …]
H A Ddecode_complex.c132 U32 fcTest, beginfc; in wvGetComplexParafcLim() local
154 beginfc = wvNormFC (clx->pcd[piece].fc, NULL); in wvGetComplexParafcLim()
155 if (0 != wvGetBTE_FromFC (&entry, beginfc, bte, pos, nobte)) in wvGetComplexParafcLim()
162 fcTest = wvSearchNextSmallestFCPAPX_FKP (fkp, beginfc); in wvGetComplexParafcLim()
355 U32 beginfc, endfc; in wvDecodeComplex() local
544 wvGetPieceBoundsFC (&beginfc, &endfc, &ps->clx, piececount); in wvDecodeComplex()
549 if(beginfc>stream_size || endfc>stream_size){ in wvDecodeComplex()
554 wvStream_goto (ps->mainfd, beginfc); in wvDecodeComplex()
560 beginfc, endfc, char_fcLim)); in wvDecodeComplex()
566 char_fcLim = beginfc; in wvDecodeComplex()
[all …]
H A Dtable.c713 U32 beginfc, endfc; in TheTest() local
728 wvGetPieceBoundsFC (&beginfc, &endfc, &ps->clx, piececount); in TheTest()
732 wvStream_goto (ps->mainfd, beginfc); in TheTest()
744 beginfc = wvConvertCPToFC (ps->currentcp, &ps->clx); in TheTest()
748 beginfc, endfc)); in TheTest()
750 for (i = begincp, j = beginfc; (i < endcp && i < ps->fib.ccpText); in TheTest()
H A Ddecode_simple.c48 U32 beginfc, endfc; in wvDecodeSimple() local
280 wvGetPieceBoundsFC (&beginfc, &endfc, &ps->clx, piececount); in wvDecodeSimple()
285 if(beginfc>stream_size || endfc>stream_size){ in wvDecodeSimple()
291 wvStream_goto (ps->mainfd, beginfc); in wvDecodeSimple()
293 wvTrace (("SEEK %x\n", beginfc)); in wvDecodeSimple()
303 char_fcLim = beginfc; in wvDecodeSimple()
305 for (i = begincp, j = beginfc; (i < endcp /*&& i<ps->fib.ccpText */ ); in wvDecodeSimple()