Searched refs:LQUESTION (Results 1 – 2 of 2) sorted by relevance
/external/srec/seti/sltsEngine/include/ |
D | lts_seq_internal.h | 63 typedef struct LQUESTION { struct 69 } LQUESTION; argument 136 LQUESTION **questions;
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 66 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp); 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_q… 88 int matches(LQUESTION *q1, LQUESTION *q2, int type, LDP *dp) ; 179 static SWIsltsResult load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp) in load_lquestions() 182 LQUESTION ** questions; in load_lquestions() 191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); in load_lquestions() 198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION)); in load_lquestions() 234 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions) in free_lquestions() [all …]
|