Home
last modified time | relevance | path

Searched refs:srec_question (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dsrec_arb.c39 int question_check(srec_question* quest, phonemeID lphon, phonemeID cphon, phonemeID rphon) in question_check()
79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp) in read_questions()
81 srec_question *q; in read_questions()
83 q = *pquestions = (srec_question*)(*buffer); in read_questions()
85 *buffer += num_questions * sizeof(srec_question); in read_questions()
318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */ in read_arbdata_from_stream()
335 allotree->questions = (srec_question *)pbuf; in read_arbdata_from_stream()
/external/srec/srec/include/
Dsrec_arb.h54 srec_question; typedef
94 srec_question* questions;