代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/395229/2444382
h endian.h
/* Blackfin is Little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/395229/2444545
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/395229/2445055
h endian.h
/* cris is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/395229/2446668
h endian.h
/* cris is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/393395/2474673
m extracta.m
% Apart = extractA(At,Ajc,blk0,blk1,blkstart[,blkstart2])
% EXTRACTA Fast alternative to
% Apart = At(blkstart(1):blkstart(2)-1,:).
% Instead of blkstart(2), it takes "blkstart2" (i
www.eeworm.com/read/389028/2544546
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if
www.eeworm.com/read/385891/2580472
makefile
#
# Makefile for Parallel port IDE device drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
L_TARGET := paride.a
export-
www.eeworm.com/read/385462/2590839
h gntmap.h
#ifndef __GNTMAP_H__
#define __GNTMAP_H__
#include
/*
* Please consider struct gntmap opaque. If instead you choose to disregard
* this message, I insist that you keep an eye out for raptor
www.eeworm.com/read/382791/2625390
c enumprot.c
//
// EnumProt.c - Display WSAPROTOCOL_INFO information
// for all available protocols
// This define causes windows.h
// to include winsock2.h instead
// of winsock.h
#define _WIN32_WI
www.eeworm.com/read/382361/2637845
generate_makefile
#!/usr/bin/perl -w
open(IN, "$ARGV[0]");
print "# This Makefile is autogenerated. Edit Makefile.in instead.\n";
while($_=){
if(m/select\(([\w_]+) ([\w_. ]+)\)/){
print "obj-\$($1) += $2\n";