HomeSort by relevance Sort by last modified time
    Searched refs:num_questions (Results 1 - 4 of 4) sorted by null

  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 145 int num_questions; member in struct:LTS
  /external/srec/srec/include/
srec_arb.h 93 asr_int16_t num_questions; member in struct:__anon11390
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 67 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);
    [all...]
  /external/srec/srec/clib/
srec_arb.c 79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp)
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 41 milliseconds