OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lts_alloc
(Results
1 - 3
of
3
) sorted by null
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
191
*pquestions = questions = (LQUESTION**)
lts_alloc
(num_questions, sizeof(LQUESTION*));
198
questions[i] = (LQUESTION*)
lts_alloc
(1, sizeof(LQUESTION));
211
questions[i]->list = (unsigned char*)
lts_alloc
(questions[i]->num_list, sizeof(unsigned char));
261
lm = (LM*)
lts_alloc
(1, sizeof(LM));
270
lm->letters = (char*)
lts_alloc
(len, sizeof(char));
276
lm->type = (char*)
lts_alloc
(len, sizeof(char));
333
pm = (PM*)
lts_alloc
(1, sizeof(PM));
341
pm->phones = (char**)
lts_alloc
(pm->num_phones, sizeof(char*));
351
pm->phones[i] = ph = (char*)
lts_alloc
(len+1, sizeof(char));
417
*poutputs = outputs = (char **)
lts_alloc
(num, sizeof(char*))
1788
void *
lts_alloc
(int num, int size)
function
1799
void *
lts_alloc
(int num, int size)
function
[
all
...]
linklist_impl.c
29
extern void *
lts_alloc
(int num, int size);
106
return (LNode *)
lts_alloc
(1, sizeof(LNode));
/external/srec/seti/sltsEngine/include/
lts_seq_internal.h
154
void *
lts_alloc
(int num, int size);
Completed in 73 milliseconds