代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/194691/5124282
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/190666/5176369
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/190666/5177588
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/190666/5178419
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/190131/5186574
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/190131/5186814
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/190130/5187115
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/174805/5356816
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/174241/5362737
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/174116/5363944
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