Home
last modified time | relevance | path

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

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c67 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions);
75 LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp);
76 …lt free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm);
181 int i, num_questions; in load_lquestions() local
185 num_questions = load_int(fp); in load_lquestions()
188 pfprintf(PSTDOUT,"loading %d questions\n", num_questions); in load_lquestions()
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); in load_lquestions()
197 for (i=0;i<num_questions;i++) { in load_lquestions()
222 *pnum_questions = num_questions; in load_lquestions()
227 free_lquestions(questions, num_questions); in load_lquestions()
[all …]
/external/srec/srec/clib/
Dsrec_arb.c79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp) in read_questions() argument
85 *buffer += num_questions * sizeof(srec_question); in read_questions()
86 while (num_questions-- > 0) in read_questions()
314 pfread(&allotree->num_questions, sizeof(asr_int16_t), 1, fp); /* num_questions */ in read_arbdata_from_stream()
336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp); in read_arbdata_from_stream()
/external/srec/seti/sltsEngine/include/
Dlts_seq_internal.h145 int num_questions; member
/external/srec/srec/include/
Dsrec_arb.h93 asr_int16_t num_questions; member