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

  /external/srec/srec/include/
srec_arb.h 54 srec_question; typedef in typeref:struct:__anon15478
94 srec_question* questions;
  /external/srec/srec/clib/
srec_arb.c 39 int question_check(srec_question* quest, phonemeID lphon, phonemeID cphon, phonemeID rphon)
79 void read_questions(srec_question** pquestions, asr_int16_t num_questions, char **buffer, PFile *fp)
81 srec_question *q;
83 q = *pquestions = (srec_question*)(*buffer);
85 *buffer += num_questions * sizeof(srec_question);
318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */
335 allotree->questions = (srec_question *)pbuf;

Completed in 28 milliseconds