代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/398200/2388960

changelog

2003-08-19 Gary Thomas * src/if_quicc.c (quicc_eth_init): Use 'quicc_eth_command()' function instead of brute-force inline code. 2003-07-14 Gary Thomas
www.eeworm.com/read/396844/2407791

m som_use_vs2.m

function som_use_vs2() % SOM_USE_VS2 Use SOM Toolbox version 2. % % Removes SOM Toolbox version 1 from the path and adds version 2 % there instead. You can use function SOM_VS1TO2 to convert % any
www.eeworm.com/read/396640/2408778

svn-base pdf_fontfilefc.c.svn-base

#include "fitz.h" #include "mupdf.h" #ifdef WIN32 #error Compile "fontfilems.c" instead #endif #include #include FT_FREETYPE_H #include static FT_Library ftli
www.eeworm.com/read/396640/2408800

c pdf_fontfilefc.c

#include "fitz.h" #include "mupdf.h" #ifdef WIN32 #error Compile "fontfilems.c" instead #endif #include #include FT_FREETYPE_H #include static FT_Library ftli
www.eeworm.com/read/396408/2421186

mid loco.mid

.file 1 "loco.c" .section .mdebug.abi32 .previous .section .rodata.str1.4,"aMS",@progbits,1 .align 2 $LC0: .ascii "Extradata size must be >= 12 instead of %i\012\000" .align 2 $LC1: .ascii "Th
www.eeworm.com/read/396408/2421496

s loco.s

.file 1 "loco.c" .section .mdebug.abi32 .previous .section .rodata.str1.4,"aMS",@progbits,1 .align 2 $LC0: .ascii "Extradata size must be >= 12 instead of %i\012\000" .align 2 $LC1: .ascii "This is LO
www.eeworm.com/read/367182/2851200

h math_ldbl.h

#ifndef _MATH_PRIVATE_H_ #error "Never use directly; include instead." #endif #include #include static inline void
www.eeworm.com/read/367182/2853212

h math_ldbl.h

#ifndef _MATH_PRIVATE_H_ #error "Never use directly; include instead." #endif #include #include static inline void
www.eeworm.com/read/356558/3040563

java music2.java

//: c07:music2:Music2.java // Overloading instead of upcasting. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. package c07.
www.eeworm.com/read/262041/4317882

s mmu405.s

#include "config.h" #include "arch_ppc.h" /* I found that some versions of GCC didn't support the * tlbre instruction for some reason, so instead of * using "tlbre r3,r3,1" and "tlbre r3,r3,0"