Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c456 void *wdID_void; in wordmap_find_index() local
468 rc = PHashTableGetValue(wmap->wordIDForWord, word, (void**)&wdID_void); in wordmap_find_index()
471 return (wordID)(int)wdID_void; in wordmap_find_index()
506 void *wdID_void; in wordmap_find_index_in_rule() local
516 rc = PHashTableGetValue(wmap->wordIDForWord, word_dot_rule, (void**)&wdID_void); in wordmap_find_index_in_rule()
518 return (wordID)(int)(wdID_void); in wordmap_find_index_in_rule()