OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n32
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/lib/libsa/
ffs_bswap.c
60
u_int32_t *
n32
;
local in function:ffs_sb_swap
68
n32
= (u_int32_t *)n;
70
n32
[i] = bswap32(o32[i]);
/src/sys/ufs/ffs/
ffs_bswap.c
59
u_int32_t *
n32
;
local in function:ffs_sb_swap
67
n32
= (u_int32_t *)n;
69
n32
[i] = bswap32(o32[i]);
197
u_int32_t *
n32
, *o32;
local in function:ffs_cg_swap
256
n32
= (u_int32_t *)((u_int8_t *)n + clustersumoff);
259
n32
[i] = bswap32(o32[i]);
264
n32
= (u_int32_t *)((u_int8_t *)n + btotoff);
270
n32
[i] = bswap32(o32[i]);
/src/sys/net/
toeplitz.c
191
uint32_t
n32
= 0;
local in function:stoeplitz_hash_ip6
195
n32
^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
197
return (stoeplitz_hash_n32(scache,
n32
));
205
uint32_t
n32
= 0;
local in function:stoeplitz_hash_ip6port
209
n32
^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
211
n32
^= fport ^ lport;
213
return (stoeplitz_hash_n32(scache,
n32
));
/src/sys/compat/netbsd32/
netbsd32.h
150
netbsd32_pointer_t
n32
= *p32;
local in function:netbsd32_ptr32_incr
152
n32
.i32 += incr;
153
KASSERT(NETBSD32PTR64(
n32
) > NETBSD32PTR64(*p32));
154
return *p32 =
n32
;
Completed in 401 milliseconds
Indexes created Tue Sep 23 20:09:58 GMT 2025