Home | History | Annotate | Download | only in lib

Lines Matching refs:outSeq

87 void picotrns_printSolution(const picotrns_possym_t outSeq[], const picoos_uint16 outSeqLen);
107 typedef void picotrns_printSolutionFct(const picotrns_possym_t outSeq[], const picoos_uint16 outSeqLen);
112 to '*outSeqLen' elements in 'outSeq';
117 solution is returned in 'outSeq';
122 * @retval outSeq the output sequence
124 * @param maxOutSeqLen must provide the maximum length of 'outSeq'
129 @note if 'outSeq' or 'altDesc' are too small to hold a solution,
136 picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen,
142 /* transduce 'inSeq' into 'outSeq' 'inSeq' has to be terminated with the id for symbol '#'. 'outSeq' is terminated in the same way. */
145 picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen);
148 /* copy elements from inSeq to outSeq, ignoring elements with epsilon symbol */
150 picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen);
152 /* copy elements from inSeq to outSeq, inserting syllable separators in some trivial way.
153 * inSeq is assumed to be at most, outSeq at least of size PICOTRNS_MAX_NUM_POSSYM */
156 picotrns_possym_t outSeq[], picoos_uint16 * outSeqLen, picoos_uint16 maxOutSeqLen);