代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/16273/666428

c xdscale.c

/* _Dscale function -- IEEE 754 version */ #include "wctype.h" #include "xmath.h" _STD_BEGIN _CRTIMP2 short _Dscale(double *px, long lexp) { /* scale *px by 2^xexp with checking */ unsigned
www.eeworm.com/read/16273/666430

c xfdscale.c

/* _FDscale function -- IEEE 754 version */ #include "wctype.h" #include "xmath.h" _STD_BEGIN _CRTIMP2 short _FDscale(float *px, long lexp) { /* scale *px by 2^xexp with checking */ unsigned
www.eeworm.com/read/19245/828176

diz file_id.diz

ASEM-51 V1.2, 8051 cross assembler for MS-DOS, Intel syntax, 5 location counters, include files, conditional assembly, type checking, code optimization, predefined 8051 SFR symbols, 35 directly
www.eeworm.com/read/35675/1059728

18 example15.18

#!/bin/sh # Script: renames a file -- Bourne shell if [ $# -lt 2 ] # Argument checking then echo "Usage: $0 file1 file2 " 1>&2 exit 1 fi if [ -f $1 ] # Check for file existence then mv
www.eeworm.com/read/488400/1230205

rb time_test.rb

require File.dirname(__FILE__) + '/abstract_unit' class TimeTest < Test::Unit::TestCase fixtures :people def test_no_time_checking assert p.update_attributes(:time_of_birth => nil, :t
www.eeworm.com/read/488400/1230209

rb date_test.rb

require File.dirname(__FILE__) + '/abstract_unit' class DateTest < Test::Unit::TestCase fixtures :people def test_no_date_checking assert p.update_attributes(:date_of_birth => nil, :da
www.eeworm.com/read/480930/1311109

c sysctl.c

/* * sysctl.c: General linux system control interface * * Begun 24 March 1995, Stephen Tweedie * Added /proc support, Dec 1995 * Added bdflush entry and intvec min/max checking, 2/23/96, Tom Dyas
www.eeworm.com/read/480017/1323265

java dirtycheckevent.java

//$Id: DirtyCheckEvent.java 7785 2005-08-08 23:24:44Z oneovthafew $ package org.hibernate.event; /** Defines an event class for the dirty-checking of a session. * * @author Steve Ebersole
www.eeworm.com/read/475965/1374168

c ifdef.c

/* ifdef.c -- uses conditional compilation */ #include #define JUST_CHECKING #define LIMIT 4 int main(void) { int i; int total = 0; for (i = 1; i
www.eeworm.com/read/470917/1441662

configure

# This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/ieee754/ldbl-opt/. echo "$as_me:$LINENO: checking whether $CC $CFLAGS supports -mlong-do