Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Detraxfs_eth.c475 unsigned int hsh; in eth_match_groupaddr() local
486 hsh = 0; in eth_match_groupaddr()
487 hsh ^= (*sa) & 0x3f; in eth_match_groupaddr()
488 hsh ^= ((*sa) >> 6) & 0x03; in eth_match_groupaddr()
491 hsh ^= ((*sa) >> 4) & 0xf; in eth_match_groupaddr()
493 hsh ^= ((*sa) << 4) & 0x30; in eth_match_groupaddr()
494 hsh ^= ((*sa) >> 2) & 0x3f; in eth_match_groupaddr()
496 hsh ^= (*sa) & 0x3f; in eth_match_groupaddr()
500 hsh ^= ((*sa) >> 4) & 0xf; in eth_match_groupaddr()
505 hsh &= 63; in eth_match_groupaddr()
[all …]
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_emac.h45 u32 hsh; member
/openbmc/openbmc/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;
/openbmc/qemu/target/ppc/
H A Dint_helper.c2056 VUPK(hsh, s32, s16, UPKHI)