代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/120724/14791974
h xcell.h
#pragma once
//alignment define
static const int ALIGN_LEFT = DT_LEFT; //0
static const int ALIGN_CENTER = DT_CENTER; //
static const int ALIGN_RIGHT = DT_RIGHT; //
static const int ALIGN_TOP
www.eeworm.com/read/465297/1521492
c vsegment.c
/**
* @file vsegment.c
*
*
* @brief 掐蜗に滦するViterbi アライメントの悸乖
*
*
*
* @brief Do viterbi alignment for the input
*
*
* @author Akinobu LEE
* @date Fri Feb 18 19
www.eeworm.com/read/162614/5517021
c bitfield3.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-options "-O2" }
// { dg-options "-mno-align-double -mno-ms-bitfields" { target *-*-interix* }
www.eeworm.com/read/162614/5523172
f90 in-pack.f90
! Check in_pack and in_unpack for integer and comlex types, with
! alignment issues thrown in for good measure.
program main
implicit none
complex(kind=4) :: a4(5),b4(5),aa4(5),bb4(5)
real(k
www.eeworm.com/read/347503/3171741
s prefix.s
.text ; foo: addr16 fstcw %es:(%si)
fstsw;fstsw %ax;fstsw %eax
addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
# Get a good alignment.
.p2align 4,0
www.eeworm.com/read/340665/3267606
s prefix.s
.text ; foo: addr16 fstcw %es:(%si)
fstsw;fstsw %ax;fstsw %eax
addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
# Get a good alignment.
.p2align 4,0
www.eeworm.com/read/447738/1697844
s prefix.s
.text ; foo: addr16 fstcw %es:(%si)
fstsw;fstsw %ax;fstsw %eax
addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
# Get a good alignment.
.p2align 4,0
www.eeworm.com/read/395929/2429788
s prefix.s
.text ; foo: addr16 fstcw %es:(%si)
fstsw;fstsw %ax;fstsw %eax
addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si)
# Get a good alignment.
.p2align 4,0
www.eeworm.com/read/366702/2865269
c sse-9.c
/* { dg-do run } */
/* { dg-options "-O2 -msse" } */
#include "sse-check.h"
#include
#include
#include
static void
sse_test (void)
{
int alignment, n;
void *
www.eeworm.com/read/366702/2873155
f90 in-pack.f90
! Check in_pack and in_unpack for integer and comlex types, with
! alignment issues thrown in for good measure.
program main
implicit none
complex(kind=4) :: a4(5),b4(5),aa4(5),bb4(5)
real(k