代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/216502/4890265
c pk2.c
#define KERNEL 1
#include "../h/pk.p"
/*
* input framing and block checking.
* frame layout for most devices is:
*
* S|K|X|Y|C|Z| ... data ... |
*
* where S == initial synch byte
* K == en
www.eeworm.com/read/205824/5016473
words2
Checking test results. If any of the four "cmp"s which follow
report any differences, something is wrong. If you can't easily
figure out what, please let me know (jseward@acm.org).
www.eeworm.com/read/194563/5126943
h chkconf.h
/*
* Name: wx/os2/chkconf.h
* Purpose: Compiler-specific configuration checking
* Author: Julian Smart
* Modified by:
* Created: 01/02/97
* RCS-ID: $Id: chkconf.h,v 1.4
www.eeworm.com/read/194563/5127231
h chkconf.h
/*
* Name: wx/x11/chkconf.h
* Purpose: Compiler-specific configuration checking
* Author: Julian Smart
* Modified by:
* Created: 01/02/97
* RCS-ID: $Id: chkconf.h,v 1.1
www.eeworm.com/read/190666/5171887
h pa64-start.h
/* It is currently impossible to switch between PA32 and PA64 based on a
runtime compiler switch. So we might as well lose the overhead with
checking for TARGET_64BIT. */
#define TARGET_64BIT
www.eeworm.com/read/190666/5172913
c aggregates.c
// Skip if not target: i?86-*-linux* i?86-*-freebsd*
// Special g++ Options: -malign-double
// Origin: Alex Samuel
/* Test the data layout of C aggregates by checking aggreg
www.eeworm.com/read/190056/5188606
h chkconf.h
/*
* Name: wx/os2/chkconf.h
* Purpose: Compiler-specific configuration checking
* Author: Julian Smart
* Modified by:
* Created: 01/02/97
* RCS-ID: $Id: chkconf.h,v 1.4
www.eeworm.com/read/190056/5188894
h chkconf.h
/*
* Name: wx/x11/chkconf.h
* Purpose: Compiler-specific configuration checking
* Author: Julian Smart
* Modified by:
* Created: 01/02/97
* RCS-ID: $Id: chkconf.h,v 1.1
www.eeworm.com/read/183578/5254266
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/180408/5286121
java dirtycheckevent.java
//$Id: DirtyCheckEvent.java,v 1.4 2005/02/21 13:15:24 oneovthafew Exp $
package org.hibernate.event;
import org.hibernate.engine.SessionImplementor;
/** Defines an event class for the dirty-checking