Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dautomata.c51 hash_list *dfa_hash[HASH_SIZE]; /* used to quickly find */
189 for(i=0; i<HASH_SIZE; ++i) in clear_hash()
207 for(i=0; i<HASH_SIZE; ++i){
236 bin = set_hash(nfa_states,HASH_SIZE);
Ddlg.h66 #define HASH_SIZE 211 macro