Home | History | Annotate | Download | only in lib

Lines Matching refs:picoos_int32

59     picoos_int32 hdrLen;              /* length of file header */
60 picoos_int32 transductionMode; /* transduction mode to be used for FST */
61 picoos_int32 nrClasses; /* nr of pair/transition classes in FST; class is in [1..nrClasses] */
62 picoos_int32 nrStates; /* nr of states in FST; state is in [1..nrState] */
63 picoos_int32 termClass; /* pair class of terminator symbol pair; probably obsolete */
64 picoos_int32 alphaHashTabSize; /* size of pair alphabet hash table */
65 picoos_int32 alphaHashTabPos; /* absolute address of the start of the pair alphabet */
66 picoos_int32 transTabEntrySize; /* size in bytes of each transition table entry */
67 picoos_int32 transTabPos; /* absolute address of the start of the transition table */
68 picoos_int32 inEpsStateTabPos; /* absolute address of the start of the input epsilon transition table */
69 picoos_int32 accStateTabPos; /* absolute address of the table of accepting states */
82 picoos_int32 i;
94 static void FixedBytesToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_int32 * num)
96 picoos_int32 i;
106 (*num) = -((picoos_int32)((val - 1) / 2)) - 1;
116 static void BytesToNum (picoos_uint8 * stream, picoos_uint32 * pos, picoos_int32 * num)
132 (*num) = -((picoos_int32)((val - 1) / 2)) - 1;
148 picoos_int32 offs;
259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrClasses)
273 picoos_bool * inSymFound, picoos_int32 * searchState)
276 picoos_int32 offs;
277 picoos_int32 h;
278 picoos_int32 inSymCellPos;
279 picoos_int32 inSymX;
280 picoos_int32 nextSameHashInSymOffs;
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState,
314 picoos_int32 val;
347 picoos_int32 index;
364 picoos_bool * inEpsTransFound, picoos_int32 * searchState)
367 picoos_int32 offs;
386 extern void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState,
391 picoos_int32 val;