Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dsrec_context.c457 void *wdID_void; in wordmap_find_index() local
469 rc = PHashTableGetValue(wmap->wordIDForWord, word, (void**)&wdID_void); in wordmap_find_index()
472 return (wordID)(uintptr_t)wdID_void; in wordmap_find_index()
507 void *wdID_void; in wordmap_find_index_in_rule() local
517 rc = PHashTableGetValue(wmap->wordIDForWord, word_dot_rule, (void**)&wdID_void); in wordmap_find_index_in_rule()
519 return (wordID)(uintptr_t)(wdID_void); in wordmap_find_index_in_rule()