代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/30041/1015843
+
define memory mem with size = 4G;
define region FLASH = mem:[from 0x00000000 to 0x0003ffff];
define region SRAM = mem:[from 0x20000000 to 0x2000ffff];
define block HEAP with alignment = 8, si
www.eeworm.com/read/30041/1015865
+
define memory mem with size = 4G;
define region FLASH = mem:[from 0x00000000 to 0x0003ffff];
define region SRAM = mem:[from 0x20000000 to 0x2000ffff];
define block HEAP with alignment = 8, si
www.eeworm.com/read/30041/1015889
+
define memory mem with size = 4G;
define region FLASH = mem:[from 0x00000000 to 0x0003ffff];
define region SRAM = mem:[from 0x20000000 to 0x2000ffff];
define block HEAP with alignment = 8, si
www.eeworm.com/read/465320/1520844
c vsegment.c
/**
* @file vsegment.c
* @author Akinobu LEE
* @date Fri Feb 18 19:29:22 2005
*
*
* @brief 掐蜗に滦するViterbi アライメントの悸乖
*
*
*
* @brief Do viterbi alignment for the input
www.eeworm.com/read/251805/4416684
h mem_align.h
#ifndef _MEM_ALIGN_H_
#define _MEM_ALIGN_H_
#include "../portab.h"
void *xvid_malloc(size_t size, uint8_t alignment);
void xvid_free(void *mem_ptr);
#endif /* _MEM_ALIGN_H_ */
www.eeworm.com/read/250243/4439067
h ibm_emac_mal.h
#ifndef _IBM_EMAC_MAL_H
#define _IBM_EMAC_MAL_H
#include
#define MAL_DT_ALIGN (4096) /* Alignment for each channel's descriptor table */
#define MAL_CHAN_MASK(chan) (0x80000000 >> (c
www.eeworm.com/read/233448/4684049
c i386-sse-9.c
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -msse" } */
#include
#include
#include
#include
int
main()
{
int alignment, n;
www.eeworm.com/read/209559/4967103
h ibm_emac_mal.h
#ifndef _IBM_EMAC_MAL_H
#define _IBM_EMAC_MAL_H
#include
#define MAL_DT_ALIGN (4096) /* Alignment for each channel's descriptor table */
#define MAL_CHAN_MASK(chan) (0x80000000 >> (c
www.eeworm.com/read/162614/5517086
c bitfield2.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// { dg-options "-O2" }
// { dg-options "-mno-align-double -
www.eeworm.com/read/162614/5517089
c bitfield1.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* x86_64-*-* } }
// { dg-require-effective-target ilp32 }
// { dg-options "-O2" }
// { dg-options "-mno-align-double -