代码搜索:Architectures
找到约 779 项符合「Architectures」的源代码
代码结果 779
www.eeworm.com/read/125280/6031564
h unaligned.h
#ifndef __I386_UNALIGNED_H
#define __I386_UNALIGNED_H
/*
* The i386 can do unaligned accesses itself.
*
* The strange macros are there to make sure these can't
* be misused in a way that makes t
www.eeworm.com/read/116757/6112671
h unaligned.h
#ifndef __I386_UNALIGNED_H
#define __I386_UNALIGNED_H
/*
* The i386 can do unaligned accesses itself.
*
* The strange macros are there to make sure these can't
* be misused in a way that makes t
www.eeworm.com/read/103510/6214874
tex ports.tex
\chapter{Ports}
\label{chap:ports}
\section{Porting RTAI to New Architectures}
\section{x86}
\section{ARM}
\section{PowerPC}
\section{MIPS}
\section{m68k}
\section{cris}
www.eeworm.com/read/263454/11362150
makefile
#!/bin/csh
#
# makefile for ILUPACK
#
STARTDIR=$(PWD)
# g77/gcc on Intel architectures
include makefile.includelinux
#include makefile.includelinux64
#include makefile.includelinux64_long
# g77/gcc
www.eeworm.com/read/346518/11739897
ini setup.ini
[Startup]
EnableLangDlg=Y
AppName=CodeWarrior Development Studio for ColdFire Architectures 4.0
ProductGUID=3EAEE309-46BB-40E6-A301-07E94D522668
[Languages]
Default=0x0009
count=1
key0=0x0009
www.eeworm.com/read/252756/12265141
diz file_id.diz
__________ __________ ____
\______ \______ \| |
| | _/| | _/| |
| | (| | (| |___
|______ /|______ /|_____
www.eeworm.com/read/162614/5528548
c 20010112-1.c
/* Test that putting an initialized variable in a register works. */
#ifdef __i386__
#define REGISTER asm ("eax")
#elif defined (__arm__)
#define REGISTER asm ("r0")
#else
/* Put examples for other a
www.eeworm.com/read/240201/13231679
authors
Copyright (C) 2006-2007 Paolo Angelelli
Credits to Renzo Davoli
( bugfixes, big-endian architectures support, Makefile and various
impro
www.eeworm.com/read/113685/6126454
c ipow.c
//======================================================================
// NPAC $Id: ipow.C,v 1.1 1996/09/23 22:34:33 dbc Exp $
//===================================================================