代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/470720/1449820
c align-longdouble.c
#include
static long double ld;
int main(void)
{
printf ("+++Long Double alignment:\n");
printf ("%d\n", __alignof__ (ld));
return 0;
}
www.eeworm.com/read/470720/1450705
c builtin-prefetch-5.c
/* Test that __builtin_prefetch does no harm.
Use addresses that are unlikely to be word-aligned. Some targets
have alignment requirements for prefetch addresses, so make sure the
compiler
www.eeworm.com/read/470693/1460547
c align-longlong.c
#include
static long long ll;
int main(void)
{
printf ("+++Long long alignment:\n");
printf ("%d\n", __alignof__ (ll));
return 0;
}
www.eeworm.com/read/470693/1461766
c align-longdouble.c
#include
static long double ld;
int main(void)
{
printf ("+++Long Double alignment:\n");
printf ("%d\n", __alignof__ (ld));
return 0;
}
www.eeworm.com/read/470693/1462651
c builtin-prefetch-5.c
/* Test that __builtin_prefetch does no harm.
Use addresses that are unlikely to be word-aligned. Some targets
have alignment requirements for prefetch addresses, so make sure the
compiler
www.eeworm.com/read/250243/4435229
s vsyscall-sysenter.s
/*
* Code for the vsyscall page. This version uses the sysenter instruction.
*
* NOTE:
* 1) __kernel_vsyscall _must_ be first in this page.
* 2) there are alignment constraints on this stub, see
www.eeworm.com/read/243166/4530677
changelog
FUTURE
* TODO: The lwIP source code makes some invalid assumptions on processor
word-length, storage sizes and alignment. See the mailing lists for
problems with exoteric (/DSP) architectur
www.eeworm.com/read/243166/4530932
changelog
FUTURE
* TODO: The lwIP source code makes some invalid assumptions on processor
word-length, storage sizes and alignment. See the mailing lists for
problems with exoteric (/DSP) architectur
www.eeworm.com/read/240943/4564689
changelog
FUTURE
* TODO: The lwIP source code makes some invalid assumptions on processor
word-length, storage sizes and alignment. See the mailing lists for
problems with exoteric (/DSP) architectur
www.eeworm.com/read/240162/4583754
c align-longlong.c
#include
static long long ll;
int main(void)
{
printf ("+++Long long alignment:\n");
printf ("%d\n", __alignof__ (ll));
return 0;
}