代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/338256/3319109
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_fifo_dc_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string
www.eeworm.com/read/338256/3319376
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_fifo_dc_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string
www.eeworm.com/read/323894/3507289
vhd _primary.vhd
library verilog;
use verilog.vl_types.all;
entity lpm_fifo_dc_fefifo is
generic(
lpm_widthad : integer := 1;
lpm_numwords : integer := 1;
underflow_checking: string
www.eeworm.com/read/320652/3545717
s memset_chk.s
/* Checking memset for i686.
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/o
www.eeworm.com/read/312725/3648581
c parse.c
#include
#include
#include "filesys\fs.h"
#include "parse.h"
/*
* If this macro is defined, some code below for
* checking parameters will not work.
*/
//#define FS_
www.eeworm.com/read/305277/3778797
scala tcpoly_return_overriding.scala
trait Generic[g[x]] {
def unit: g[Unit]
}
trait Rep[t] {
def rep[m[x]](implicit gen: Generic[m]): m[t]
}
// testing that the return type is also transformed when checking overriding
/
www.eeworm.com/read/304657/3793698
java serial.java
// Copyright (c) 2003-2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
/**
* Helper functions for doing serial arithmetic. These should be used when
* setting/checking SOA serial
www.eeworm.com/read/285857/4044402
c xmalloc.c
/* xmalloc.c -- malloc with out of memory checking
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
This
www.eeworm.com/read/283334/4082336
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,
www.eeworm.com/read/268397/4252749
java abbreviation.java
package dragon.nlp.extract;
import dragon.nlp.*;
import java.lang.Character;
import java.util.TreeMap;
/**
* Checking abbreviation for associated terms
*
* Copyright