OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n16
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/net/
toeplitz.c
99
/* parity of
n16
: count (mod 2) of ones in the binary representation. */
101
parity(uint16_t
n16
)
103
n16
= ((
n16
& 0xaaaa) >> 1) ^ (
n16
& 0x5555);
104
n16
= ((
n16
& 0xcccc) >> 2) ^ (
n16
& 0x3333);
105
n16
= ((
n16
& 0xf0f0) >> 4) ^ (n16 & 0x0f0f)
[
all
...]
toeplitz.h
62
stoeplitz_hash_n16(const struct stoeplitz_cache *scache, uint16_t
n16
)
66
hi = stoeplitz_cache_entry(scache,
n16
>> 8);
67
lo = stoeplitz_cache_entry(scache,
n16
);
/src/tests/ipf/
t_nat_exec.sh
78
test_case
n16
nattest hex hex -D
117
atf_add_test_case
n16
/src/tests/ipf/input/
Makefile
65
n16
\
/src/tests/ipf/expected/
Makefile
112
n16
\
/src/sys/ufs/ffs/
ffs_bswap.c
198
u_int16_t *
n16
, *o16;
local in function:ffs_cg_swap
266
n16
= (u_int16_t *)((u_int8_t *)n + boff);
273
n16
[i] = bswap16(o16[i]);
/src/tests/ipf/regress/
Makefile
114
n16
\
Completed in 12 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025