代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/154139/11986471
asm desspa.asm
; Hand-massaged version of des S&P boxes for Borland,
; edited to ensure 32-bit alignment not ensured by Borland C++ 3.1
_DATA segment para public 'DATA'
_Spboxa label dword
db 0
db 16
db 4
db 4
www.eeworm.com/read/150238/12302911
m txalign.m
function [kx,ky,nxy,mxy,sxy]=txalign(x,y,maxt,nsd)
%TXALIGN Find the best alignment of two sets of time markers [KX,KY,N,M,S]=(X,Y,MAXT)
% x and y vectors contain a list of non-decreasing time value
www.eeworm.com/read/336521/12439824
m txalign.m
function [kx,ky,nxy,mxy,sxy]=txalign(x,y,maxt,nsd)
%TXALIGN Find the best alignment of two sets of time markers [KX,KY,N,M,S]=(X,Y,MAXT)
% x and y vectors contain a list of non-decreasing time value
www.eeworm.com/read/228372/14388142
m txalign.m
function [kx,ky,nxy,mxy,sxy]=txalign(x,y,maxt,nsd)
%TXALIGN Find the best alignment of two sets of time markers [KX,KY,N,M,S]=(X,Y,MAXT)
% x and y vectors contain a list of non-decreasing time value
www.eeworm.com/read/223158/14651687
m txalign.m
function [kx,ky,nxy,mxy,sxy]=txalign(x,y,maxt,nsd)
%TXALIGN Find the best alignment of two sets of time markers [KX,KY,N,M,S]=(X,Y,MAXT)
% x and y vectors contain a list of non-decreasing time value
www.eeworm.com/read/480930/1307138
c align.c
/*
* BK Id: SCCS/s.align.c 1.5 05/17/01 18:14:21 cort
*/
/*
* align.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c)
www.eeworm.com/read/243567/4523222
c align.c
/*
* BK Id: SCCS/s.align.c 1.5 05/17/01 18:14:21 cort
*/
/*
* align.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c)
www.eeworm.com/read/233448/4672106
c align68k-2.c
// APPLE LOCAL file test 68k alignment
// Radar 3313261: Positive C++ test case
// Origin: Matt Austern
// { dg-do run }
#ifdef __LP64__
/* mac68k align not going to be supported
www.eeworm.com/read/233448/4678598
c mac68k-align-unsup.c
/* APPLE LOCAL file 64-bit */
/* Darwin (Mac OS X) alignment exercises. */
/* { dg-do compile { target powerpc-*-darwin[89]* } } */
/* { dg-options "-m64 -malign-mac68k" } */
/* { dg-error "-malign
www.eeworm.com/read/233448/4684318
c i386-bitfield2.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
// { dg-options "-O2" }
// { dg-options "-mno-align-doubl