OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Alignof
(Results
1 - 9
of
9
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_349.c
8
unsigned long c11_type =
_Alignof
(int);
11
unsigned long c11_expr =
_Alignof
(3);
/src/sys/sys/
stdalign.h
50
#define alignof
_Alignof
/src/sys/arch/mips/mips/
sig_machdep.c
95
sizeof(*sf),
_Alignof
(*sf));
compat_16_machdep.c
100
sizeof(*scp),
_Alignof
(*scp));
netbsd32_machdep.c
98
sizeof(*sfp),
_Alignof
(*sfp));
/src/sys/arch/alpha/alpha/
compat_16_machdep.c
117
fp = getframe(l, sig, &onstack, sizeof(*fp),
_Alignof
(*fp));
machdep.c
1529
fp = getframe(l, ksi->ksi_signo, &onstack, sizeof(*fp),
_Alignof
(*fp));
/src/sys/ufs/ffs/
ffs_extattr.c
109
(((uintptr_t)(ptr) & (
_Alignof
(s) - 1)) == 0)
/src/tools/compat/
configure
2398
// Check
_Alignof
.
2401
int_alignment =
_Alignof
(int),
2402
int_array_alignment =
_Alignof
(int[100]),
2403
char_alignment =
_Alignof
(char)
2405
_Static_assert (0 < -
_Alignof
(int), "
_Alignof
is signed");
Completed in 21 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025