代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/131315/5936163
projects
0. Improved efficiency.
* Parse and output array initializers an element at a time, freeing
storage after each, instead of parsing the whole initializer first and
then outputting. This would reduce
www.eeworm.com/read/126411/6017547
makefile
# Skeleton Makefile for the GNU malloc code
#
# Maybe this should really create a library instead of just compiling
# source files
srcdir = .
VPATH = .:$(srcdir)
.c.o:
$(CC) $(CFLAGS) $(CPPFLAGS) -
www.eeworm.com/read/125688/6022482
c dummy.c
/*
* This is to just reference mem_lock so the one from libkern gets
* pulled in instead of from libc.
* This is necessary for applications that use the devices (or maybe
* just Linux ones, which
www.eeworm.com/read/125688/6022840
h notifier.h
/*
* Routines to manage notifier chains for passing status changes to any
* interested routines. We need this instead of hard coded call lists so
* that modules can poke their nose into the innards
www.eeworm.com/read/124465/6047446
cpp exception.cpp
#include "cppunit/Exception.h"
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
/*!
* \deprecated Use SourceLine::isValid() instead.
*/
const std::string Exception::UNKNOWNFILENAM
www.eeworm.com/read/121089/6070581
asm kbhit.asm
;
; kbhit () return 0 if character waiting, non-0 otherwise
; Differs from C runtime version in that ^C is not checked for and kbhit
; returns FALSE instead of TRUE if a keystroke is waiting.
www.eeworm.com/read/113536/6128128
asm kbhit.asm
;
; kbhit () return 0 if character waiting, non-0 otherwise
; Differs from C runtime version in that ^C is not checked for and kbhit
; returns FALSE instead of TRUE if a keystroke is waiting.
www.eeworm.com/read/108242/6183856
c tinytcap.c
/* tinytcap.c */
/* This file contains functions which simulate the termcap functions.
*
* It doesn't access a "termcap" file. Instead, it uses an initialized array
* of strings to store the entr
www.eeworm.com/read/103694/6213355
cpp exception.cpp
#include "cppunit/Exception.h"
namespace CppUnit {
#ifdef CPPUNIT_ENABLE_SOURCELINE_DEPRECATED
/*!
* \deprecated Use SourceLine::isValid() instead.
*/
const std::string Exception::UNKNOWNFILENAM
www.eeworm.com/read/103192/6220866
asm kbhit.asm
;
; kbhit () return 0 if character waiting, non-0 otherwise
; Differs from C runtime version in that ^C is not checked for and kbhit
; returns FALSE instead of TRUE if a keystroke is waiting.