代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/237551/4623618

h endian.h

/* SH is bi-endian but with a big-endian FPU. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." #endif #ifdef __LITTLE_ENDIAN__ #define __BYTE_ORDER __L
www.eeworm.com/read/233522/4667717

h vcl_cmath.h

#ifndef vcl_generic_cmath_h_ #define vcl_generic_cmath_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_cmath.hhh and run make // abs #ifndef vcl_abs #define vcl_abs vcl_gene
www.eeworm.com/read/233522/4667741

h vcl_blah.h

#ifndef vcl_generic_blah_h_ #define vcl_generic_blah_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_blah.hhh and run make // blah #ifndef vcl_blah #define vcl_blah vcl_gene
www.eeworm.com/read/233522/4667765

h vcl_list.h

#ifndef vcl_generic_list_h_ #define vcl_generic_list_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_list.hhh and run make // list #ifndef vcl_list #define vcl_list vcl_gene
www.eeworm.com/read/232583/4697834

bat clock.bat

@echo off echo If you are using JDK1.4 and it complains about jawt.dll, use jdk.home\jre\bin\java instead of jdk.home\bin\java set OLDPATH=%PATH% set PATH=%PATH%;..\lib java -classpath ..\lib\nati
www.eeworm.com/read/232583/4697835

bat alwaysontop.bat

@echo off echo If you are using JDK1.4 and it complains about jawt.dll, use jdk.home\jre\bin\java instead of jdk.home\bin\java set OLDPATH=%PATH% set PATH=%PATH%;..\lib java -classpath ..\lib\nati
www.eeworm.com/read/232583/4697836

bat region.bat

@echo off echo If you are using JDK1.4 and it complains about jawt.dll, use jdk.home\jre\bin\java instead of jdk.home\bin\java set OLDPATH=%PATH% set PATH=%PATH%;..\lib java -classpath ..\lib\nati
www.eeworm.com/read/209559/4973343

changelog

Sat Jan 18 15:51:45 1997 Richard Henderson * Don't play with usage_count directly, instead hand around the module header and use the module macros. Fri May 17 00:00:00 1996 Leona
www.eeworm.com/read/209211/4984743

c strxfrm.c

#include size_t strxfrm(char *s1, const char *s2, size_t n) { /* * BUG: supposed to transform s2 to a canonical form * so that strcmp can be used instead of strcoll, but * our strco
www.eeworm.com/read/179911/5296154

changelog

Sat Jan 18 15:51:45 1997 Richard Henderson * Don't play with usage_count directly, instead hand around the module header and use the module macros. Fri May 17 00:00:00 1996 Leona