代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/440906/1780076
c align-ptrdiff.c
#include
#include
static ptrdiff_t pd;
int main(void)
{
printf ("+++ptrdiff_t alignment:\n");
printf ("%d\n", __alignof__ (pd));
return 0;
}
www.eeworm.com/read/409299/2234966
m dualmax3sparsealignment.m
function b = dualMax3SparseAlignment(K, Kj, Y, Yj)
%A function to compute the maximum 3 sparse alignment vector between matrix
%K and vector y
%We need to go through all combinations of 3 example
www.eeworm.com/read/409299/2234976
svn-base dualmax3sparsealignment.m.svn-base
function b = dualMax3SparseAlignment(K, Kj, Y, Yj)
%A function to compute the maximum 3 sparse alignment vector between matrix
%K and vector y
%We need to go through all combinations of 3 example
www.eeworm.com/read/409299/2234981
svn-base dualmax2sparsealignment.m.svn-base
function b = dualMax2SparseAlignment(K, Kj, Y, Yj)
%A function to compute the maximum 2 sparse alignment vector between matrix
%K and vector y
%We need to go through all combinations of 2 example
www.eeworm.com/read/409299/2234992
m dualmax2sparsealignment.m
function b = dualMax2SparseAlignment(K, Kj, Y, Yj)
%A function to compute the maximum 2 sparse alignment vector between matrix
%K and vector y
%We need to go through all combinations of 2 example
www.eeworm.com/read/366702/2865063
c 990424-1.c
/* Test that stack alignment is preserved with pending_stack_adjust
with stdcall functions. */
/* { dg-do run } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options -mpreferred-stack-bo
www.eeworm.com/read/366702/2866264
c packed2.c
// PR c++/10091
// Original synopsis
// Bug: We were dying because in general, B::a doesn't have enough
// alignment for us to take its address. But if the B is C::b, it does
// have enough alignmen
www.eeworm.com/read/162519/5540883
c cls_18byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Double alignment check on darwin.
Limitations: none.
PR: none.
Orig
www.eeworm.com/read/162519/5540901
c cls_19byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Double alignment check on darwin.
Limitations: none.
PR: none.
Orig
www.eeworm.com/read/161121/5557633
s copy_user.s
/* Copyright 2002 Andi Kleen, SuSE Labs.
* Subject to the GNU Public License v2.
*
* Functions to copy from and to user space.
*/
#define FIX_ALIGNMENT 1
#define movnti movq /* write to c