代码搜索:alignment

找到约 6,879 项符合「alignment」的源代码

代码结果 6,879
www.eeworm.com/read/240162/4584973

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/240162/4588525

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/240162/4589724

h struct-align-2.h

/* Define several variants of struct epoll_event from the Linux kernel, specifying various attributes that affect alignment and size. This test was developed for systems for which int is 32 bi
www.eeworm.com/read/237227/4629607

svn-base changelog.svn-base

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) archite
www.eeworm.com/read/237227/4629621

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) archite
www.eeworm.com/read/233448/4676839

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/233448/4678058

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/233448/4682502

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/233448/4684716

h struct-align-2.h

/* Define several variants of struct epoll_event from the Linux kernel, specifying various attributes that affect alignment and size. This test was developed for systems for which int is 32 bi
www.eeworm.com/read/231942/4707209

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