OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashbit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_emac.c
538
uint32_t val, crc, hashreg,
hashbit
, hash[2], machi, maclo;
local
562
hashbit
= (crc & 0x1f);
563
hash[hashreg] |= (1 <<
hashbit
);
/src/sys/dev/ic/
dwc_eqos.c
483
uint32_t pfil, crc, hashreg,
hashbit
, hash[2];
local
525
hashbit
= (crc & 0x1f);
526
hash[hashreg] |= (1 <<
hashbit
);
/src/sys/dev/pci/
if_txp.c
1986
uint32_t crc, carry,
hashbit
, hash[2];
local
2044
hashbit
= (uint16_t)(crc & (64 - 1));
2045
hash[
hashbit
/ 32] |= (1 <<
hashbit
% 32);
Completed in 33 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026