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

  /external/srec/srec/include/
srec_arb.h 93 asr_int16_t num_questions; member in struct:__anon14850
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 145 int num_questions; member in struct:LTS
  /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...]

Completed in 54 milliseconds