Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dautomata.c42 #define hash_list struct _hash_list_ macro
43 hash_list{
44 hash_list *next; /* next thing in list */
51 hash_list *dfa_hash[HASH_SIZE]; /* used to quickly find */
202 register hash_list *p;
232 register hash_list *p;
243 p = (hash_list*)malloc(sizeof(hash_list));