代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/446068/1716470
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/446068/1716690
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/445571/1720441
cs halign.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// Horizontal text alignment control.
///
public en
www.eeworm.com/read/445571/1720448
cs valign.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// Vertical text alignment control.
///
public enum
www.eeworm.com/read/443386/1743840
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/440906/1778684
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/440906/1779903
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/440906/1780799
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/436018/1855976
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/436018/1856232
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