OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HMMInfo
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/include/
srec_arb.h
79
asr_int16_t* state_indices; /* only the first
HMMInfo
owns the pointer data */
81
HMMInfo
;
97
HMMInfo
* hmm_infos;
srec_context.h
154
HMMInfo
* hmm_info_for_ilabel; /* ilabel to state conversion */
/external/srec/srec/clib/
srec_arb.c
239
HMMInfo
* hmm_infos;
240
hmm_infos = (
HMMInfo
*) * buffer;
241
num_atoms = sizeof(
HMMInfo
) * num_hmms / BYTES_PER_ATOM;
321
pfread(&allotree->hmm_infos, sizeof(
HMMInfo
*), 1, fp); /* hmm_infos */
/external/srec/srec/crec/
srec.c
360
HMMInfo
* hmm_info;
[
all
...]
Completed in 49 milliseconds