代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/408818/2242444
evb-64260-750cx readme.evb-64260-750cx
The EVB-64260-750CX is quite similar to the EVB-64260-BP already
supported except the following differences:
* It has an IBM-750CXe soldiered on board instead of the slot-1 in the
BP.
* It has a si
www.eeworm.com/read/396844/2407590
m myrand.m
function T = myrand(sizes)
% MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix,
% T = myrand(sizes)
if length(sizes)==0
warning('myrand[]');
T = rand(1
www.eeworm.com/read/395929/2429494
d op68000.d
# This should match the stderr output of gas -m68000 on operands.s.
# We don't bother to match the exact error message, but instead just
# look for the statements which should fail.
.*operands.s: Ass
www.eeworm.com/read/395229/2445023
h endian.h
/* nios is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
//mle
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/395229/2448415
h compiler-gcc4.h
/* Never include this file directly. Include instead. */
/* These definitions are for GCC v4.x. */
#include
#ifdef CONFIG_FORCED_INLINING
# undef inline
www.eeworm.com/read/395229/2448462
h compiler-gcc3.h
/* Never include this file directly. Include instead. */
/* These definitions are for GCC v3.x. */
#include
#if __GNUC_MINOR__ >= 3
# define __attribute_
www.eeworm.com/read/395229/2448726
h checksum.h
#ifndef _ASM_CRIS_ARCH_CHECKSUM_H
#define _ASM_CRIS_ARCH_CHECKSUM_H
/*
* Check values used in TCP/UDP headers.
*
* The gain of doing this in assembler instead of C, is that C doesn't
* generate c
www.eeworm.com/read/393286/2478771
s head.s
/* $Id: head.S,v 1.4 2004/11/01 16:10:28 starvik Exp $
*
* This used to be the rescue code but now that is handled by the
* RedBoot based RFL instead. Nothing to see here, move along.
*/
#include
www.eeworm.com/read/393286/2480745
c bttv-if.c
/*
bttv-if.c -- old gpio interface to other kernel modules
don't use in new code, will go away in 2.7
have a look at bttv-gpio.c instead.
bttv - Bt848 frame grabber
www.eeworm.com/read/393286/2484005
h checksum.h
#ifndef _ASM_CRIS_ARCH_CHECKSUM_H
#define _ASM_CRIS_ARCH_CHECKSUM_H
/*
* Check values used in TCP/UDP headers.
*
* The gain of doing this in assembler instead of C, is that C doesn't
* generate c