• Home
  • Raw
  • Download

Lines Matching refs:picoos_int32

59     picoos_int32 hdrLen;              /* length of file header */
60 picoos_int32 transductionMode; /* transduction mode to be used for FST */
61picoos_int32 nrClasses; /* nr of pair/transition classes in FST; class is in [1..nrClass…
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 */
68picoos_int32 inEpsStateTabPos; /* absolute address of the start of the input epsilon transition…
69 picoos_int32 accStateTabPos; /* absolute address of the table of accepting states */
82 picoos_int32 i; in FixedBytesToUnsignedNum()
94 …sToSignedNum (picoos_uint8 * stream, picoos_uint8 nrBytes, picoos_uint32 * pos, picoos_int32 * num) in FixedBytesToSignedNum()
96 picoos_int32 i; in FixedBytesToSignedNum()
106 (*num) = -((picoos_int32)((val - 1) / 2)) - 1; in FixedBytesToSignedNum()
116 static void BytesToNum (picoos_uint8 * stream, picoos_uint32 * pos, picoos_int32 * num) in BytesToNum()
132 (*num) = -((picoos_int32)((val - 1) / 2)) - 1; in BytesToNum()
148 picoos_int32 offs; in kfstInitialize()
259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrCl… in picokfst_kfstGetFSTSizes()
273 picoos_bool * inSymFound, picoos_int32 * searchState) in picokfst_kfstStartPairSearch()
276 picoos_int32 offs; in picokfst_kfstStartPairSearch()
277 picoos_int32 h; in picokfst_kfstStartPairSearch()
278 picoos_int32 inSymCellPos; in picokfst_kfstStartPairSearch()
279 picoos_int32 inSymX; in picokfst_kfstStartPairSearch()
280 picoos_int32 nextSameHashInSymOffs; in picokfst_kfstStartPairSearch()
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair()
314 picoos_int32 val; in picokfst_kfstGetNextPair()
347 picoos_int32 index; in picokfst_kfstGetTrans()
364 … picoos_bool * inEpsTransFound, picoos_int32 * searchState) in picokfst_kfstStartInEpsTransSearch()
367 picoos_int32 offs; in picokfst_kfstStartInEpsTransSearch()
386 extern void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextInEpsTrans()
391 picoos_int32 val; in picokfst_kfstGetNextInEpsTrans()