代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/354342/10362526

h tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into
www.eeworm.com/read/161034/10462170

tag mirror.tag

Tag file for Mirror M000 MD 1/23/91 Revised help message M001 SR 1/30/91 Bug #4999. In their new drop, CPS added some parameter checking but forgot to add /1 as a valid
www.eeworm.com/read/424281/10467849

changelog

2008-09-26 Brian Gough * configure.ac: handle test for SSE in cross-compilation (fall back to checking if the ldmxcsr instruction compiles) 2008-07-03 Brian Gough
www.eeworm.com/read/423594/10544538

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_INIT(elf2flt.c) AC_MSG_CHECKING(--with-libbfd=?) AC_ARG_WITH(libbfd, [ --with-libbfd= path to libbfd.a library to use ],
www.eeworm.com/read/351845/10603728

h gmem.h

/* * gmem.h * * Memory routines with out-of-memory checking. * * Copyright 1996-2003 Glyph & Cog, LLC */ #ifndef GMEM_H #define GMEM_H #include #ifdef __cplusplus extern "C" { #endi
www.eeworm.com/read/351845/10603741

c gmem.c

/* * gmem.c * * Memory routines with out-of-memory checking. * * Copyright 1996-2003 Glyph & Cog, LLC */ #include #include #include #include #include
www.eeworm.com/read/159625/10632478

h tty.h

/* * 'tty.h' defines some structures used by tty_io.c and some defines. * * NOTE! Don't touch this without checking that nothing in rs_io.s or * con_io.s breaks. Some constants are hardwired into
www.eeworm.com/read/421069/10757925

txt output.txt

Beginning test..... AMD Flash found in socket... Polling part for Device ID...found an Am29LV160B Checking current flash status...flash is [Ready] CFI Query String Read = [QRY] Primary table
www.eeworm.com/read/275073/10836988

log build.log

BUILD: [Thrd:Sequence:Type ] Message BUILD: [00:0000000000:PROGC ] Checking for \SOURCE_CODE\WINCE500\sdk\bin\i386\srccheck.exe. BUILD: [00:0000000001:PROGC ] SrcCheck exit code: 0 (dec). BUILD: [
www.eeworm.com/read/274679/10858472

m safedivide.m

% safeDivide - divides two arrays, checking for 0/0. % % result = safeDivide(arg1,arg2) % returns arg1./arg2, where 0/0 is assumed to be 0 instead of NaN. % This file is part of the SaliencyToolbo