Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/jose/
H A D0001-lib-hsh.c-rename-hsh-local-variable.patch4 Subject: [PATCH] lib/hsh.c: rename hsh local variable
6 The hsh local variable name conflicts with the function prototype of
7 hsh() in hsh.h, causing the following build issues with old compilers
10 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_emac.h46 u32 hsh; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch682 + 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;