Searched refs:hsh (Results 1 – 3 of 3) sorted by relevance
4 Subject: [PATCH] lib/hsh.c: rename hsh local variable6 The hsh local variable name conflicts with the function prototype of7 hsh() in hsh.h, causing the following build issues with old compilers10 hsh.c: In function 'hsh':11 hsh.c:28:21: error: declaration of 'hsh' shadows a global declaration [-Werror=shadow]12 hsh.c:26:1: error: shadowed declaration is here [-Werror=shadow]13 hsh.c: In function 'hsh_buf':14 hsh.c:60:21: error: declaration of 'hsh' shadows a global declaration [-Werror=shadow]15 hsh.c:26:1: error: shadowed declaration is here [-Werror=shadow]22 lib/hsh.c | 12 ++++++------[all …]
46 u32 hsh; member
682 + unsigned int hsh = hash(st.st_size, mtime);709 + for (hp = ctl->hps[hsh]; hp; hp = hp->next) {718 + hp->next = ctl->hps[hsh];719 + ctl->hps[hsh] = hp;