OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wordmap_create
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/include/
srec_context.h
226
int
wordmap_create
(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add);
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
340
wordmap_create
(&semgraph->scripts, i, num_scripts, (int)AVG_SCRIPTS_PER_WORD*num_words_to_add);
417
wordmap_create
(&semgraph->scopes_olabels, num_scope_chars, num_scope_words,0); // max_num_arc_tokens);
606
/* see the
wordmap_create
in the Load function */
[
all
...]
/external/srec/srec/crec/
srec_context.c
331
int
wordmap_create
(wordmap** pwmap, int num_chars, int num_words, int num_words_to_add)
function
356
CHKLOG(rc, PHashTableCreate(&hashArgs, L("srec.graph.wordmap.wordIDForWord.
wordmap_create
()"), &Interface->wordIDForWord));
394
wordmap_create
(&wmap, num_chars, num_words, num_words_to_add);
[
all
...]
Completed in 28 milliseconds