代码搜索:Processors

找到约 2,733 项符合「Processors」的源代码

代码结果 2,733
www.eeworm.com/read/292705/3942879

c brl_emu.c

/* * Emulation of the "brl" instruction for IA64 processors that * don't support it in hardware. * Author: Stephan Zeisset, Intel Corp. */ #include
www.eeworm.com/read/287127/4026668

h bni68000.h

/* * bni68000.h - 16-bit bignum primitives for the 68000 (or 68010) processors. * * These primitives use little-endian word order. * (The order of bytes within words is irrelevant.) * * $I
www.eeworm.com/read/279968/4130196

c memset.c

/* FUNCTION ---set an area of memory, optimized for the MIPS processors INDEX memset ANSI_SYNOPSIS #include void *memset(const void *, int , size_t );
www.eeworm.com/read/279077/4139946

cpp readwrite.cpp

// Read/Write request processors for usbint driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #if DBG #define MSGUSBSTRING(d,s,i) {
www.eeworm.com/read/279077/4139964

cpp readwrite.cpp

// Read/Write request processors for loopback driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #if DBG #define MSGUSBSTRING(d,s,i)
www.eeworm.com/read/279077/4139981

cpp readwrite.cpp

// Read/Write request processors for usbiso driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #if DBG #define MSGUSBSTRING(d,s,i) {
www.eeworm.com/read/279077/4139996

cpp readwrite.cpp

// Read/Write request processors for feature driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" #if DBG #define MSGUSBSTRING(d,s,i)
www.eeworm.com/read/273740/4194141

c brl_emu.c

/* * Emulation of the "brl" instruction for IA64 processors that * don't support it in hardware. * Author: Stephan Zeisset, Intel Corp. */ #include
www.eeworm.com/read/448443/1689320

c mmulib.c

/* mmuLib.c - MMU library for Advanced RISC Machines Ltd. ARM processors */ /* Copyright 1996-2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history --------------------
www.eeworm.com/read/443386/1744508

c 44x_mmu.c

/* * Modifications by Matt Porter (mporter@mvista.com) to support * PPC44x Book E processors. * * This file contains the routines for initializing the MMU * on the 4xx series of chips. * -- pau