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

/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h145 int num_questions; member in struct:LTS
/external/srec/srec/include/
H A Dsrec_arb.h93 asr_int16_t num_questions; member in struct:__anon11120
/external/srec/seti/sltsEngine/src/
H A 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 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm);
181 int i, num_questions; local
185 num_questions = load_int(fp);
188 pfprintf(PSTDOUT,"loading %d questions\n", num_questions);
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*));
197 for (i=0;i<num_questions;i++) {
222 *pnum_questions = num_questions;
227 free_lquestions(questions, num_questions);
234 free_lquestions(LQUESTION ** questions, int num_questions) argument
498 load_trees(RT_LTREE ***ptrees, int *num_letters, LQUESTION ***pquestions, int *num_questions, LM **plm, PORT_FILE *fp) argument
614 free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm) argument
[all...]
/external/srec/srec/clib/
H A Dsrec_arb.c79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp) argument
85 *buffer += num_questions * sizeof(srec_question);
86 while (num_questions-- > 0)
314 pfread(&allotree->num_questions, sizeof(asr_int16_t), 1, fp); /* num_questions */
336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp);

Completed in 186 milliseconds