Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dutils.h13 #define HASHSIZE 101 macro
25 struct st_key *extra_keys = key_table+HASHSIZE;
67 hash %= HASHSIZE; in hash_name()
H A Dmakemapdata.c115 for (i = 0; i < HASHSIZE; i++) { in main()