Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dbte.c51 for (i = 0; i < *nobte; i++) in wvListBTE_PLCF()
66 *nobte = 0; in wvGetBTE_PLCF6()
78 (*nobte + 1) * sizeof (U32))); in wvGetBTE_PLCF6()
87 *nobte * sizeof (BTE))); in wvGetBTE_PLCF6()
92 for (i = 0; i <= *nobte; i++) in wvGetBTE_PLCF6()
97 for (i = 0; i < *nobte; i++) in wvGetBTE_PLCF6()
115 *nobte = 0; in wvGetBTE_PLCF()
135 *nobte * sizeof (BTE))); in wvGetBTE_PLCF()
140 for (i = 0; i <= *nobte; i++) in wvGetBTE_PLCF()
142 for (i = 0; i < *nobte; i++) in wvGetBTE_PLCF()
[all …]
H A Ddecode_complex.c86 U32 * pos, int nobte, U32 piece, wvStream * fd) in wvGetComplexParaBounds() argument
101 if (0 != wvGetBTE_FromFC (&entry, currentfc, bte, pos, nobte)) in wvGetComplexParaBounds()
120 wvGetComplexParafcLim (ver, fcLim, currentfc, clx, bte, pos, nobte, in wvGetComplexParaBounds()
129 BTE * bte, U32 * pos, int nobte, U32 piece, in wvGetComplexParafcLim() argument
155 if (0 != wvGetBTE_FromFC (&entry, beginfc, bte, pos, nobte)) in wvGetComplexParafcLim()
187 CLX * clx, BTE * bte, U32 * pos, int nobte, in wvGetComplexParafcFirst() argument
212 if (0 != wvGetBTE_FromFC (&entry, endfc, bte, pos, nobte)) in wvGetComplexParafcFirst()
250 U32 * pos, int nobte, U32 piece, wvStream * fd) in wvGetComplexCharBounds() argument
264 if (0 != wvGetBTE_FromFC (&entry, currentfc, bte, pos, nobte)) in wvGetComplexCharBounds()
292 BTE * bte, U32 * pos, int nobte, U32 piece, in wvGetComplexCharfcLim() argument
[all …]
H A Ddecode_simple.c641 int nobte, wvStream * fd) in wvGetSimpleParaBounds() argument
657 if (0 != wvGetBTE_FromFC (&entry, currentfc, bte, pos, nobte)) in wvGetSimpleParaBounds()
670 if ((fkp->rgfc[fkp->crun] == currentfc) && (currentfc == pos[nobte])) in wvGetSimpleParaBounds()
690 U32 * pos, int nobte, wvStream * fd) in wvGetSimpleCharBounds() argument
706 if (0 != wvGetBTE_FromFC (&entry, currentfc, bte, pos, nobte)) in wvGetSimpleCharBounds()
719 if ((fkp->rgfc[fkp->crun] == currentfc) && (currentfc == pos[nobte])) in wvGetSimpleCharBounds()
H A Disbidi.c51 U32 * pos, int nobte, U32 piece, wvStream * fd);
55 U32 * pos, int nobte, U32 piece, wvStream * fd);
H A Dwv.h2903 int wvGetBTE_PLCF (BTE ** bte, U32 ** pos, U32 * nobte, U32 offset, U32 len,
2905 int wvGetBTE_PLCF6 (BTE ** bte, U32 ** pos, U32 * nobte, U32 offset,
2909 int nobte);
2910 void wvListBTE_PLCF (BTE ** bte, U32 ** pos, U32 * nobte);
2951 BTE * bte, U32 * pos, int nobte, wvStream * fd);
2969 BTE * bte, U32 * pos, int nobte, U32 piece,
2975 CLX * clx, BTE * bte, U32 * pos, int nobte,
3027 CLX * clx, BTE * bte, U32 * pos, int nobte,
3173 U32 * pos, int nobte, wvStream * fd);
3177 CLX * clx, BTE * bte, U32 * pos, int nobte,
[all …]