代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/169697/5413774
changelog
Anthony Chan:
09/21/04: added MPI_Finalize() call, added fprintf to MPI_Init() and
MPI_Finalize() to indicate that Collective Checking is being used.
09/22/04: added matching free() to
www.eeworm.com/read/167046/5470814
h bp-checks.h
/* Bounded-pointer checking macros for C.
Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Greg McGary
The GNU C
www.eeworm.com/read/162766/5514571
en
index_title=Linux Firewall
index_ecommand=The command $1 was not found on your system. Webmin needs this command to configure IPtables.
index_ekernel=An error occured when checking your current IPtabl
www.eeworm.com/read/162684/5514834
inc gsdef-bak.inc
{$B-} {- Complete Boolean Evaluation }
{$R-} {- Range-Checking }
{$T-} {- Typed @ operator }
{$X+} {- Extended syntax }
{$P+} {- Open string params }
{$J+} {- Writeable structured consts }
{$H+}
www.eeworm.com/read/162614/5519197
c crash21.c
// { dg-do compile }
// Origin: Debian GCC maintainers
// Wolfgang Bangerth
// PR c++/16706: Dependent type calculation during access checking
www.eeworm.com/read/350097/3134157
h uaccess.h
#ifndef __ALPHA_UACCESS_H
#define __ALPHA_UACCESS_H
#include
#include
/*
* The fs value determines whether argument validity checking should be
* performed or not.
www.eeworm.com/read/347503/3172494
s quick.s
; @OC@ test
; Template for generic "quick" operand checking.
; To see that expressions with symbols are evaluated correctly.
.set twenty2, 22
.set mtwenty2, -22
.text
.syntax no_register_prefix
www.eeworm.com/read/341021/3260397
changelog
Anthony Chan:
09/21/04: added MPI_Finalize() call, added fprintf to MPI_Init() and
MPI_Finalize() to indicate that Collective Checking is being used.
09/22/04: added matching free() to
www.eeworm.com/read/340665/3269726
h bp-checks.h
/* Bounded-pointer checking macros for C.
Copyright (C) 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Greg McGary
The GNU C
www.eeworm.com/read/340665/3274423
c builtin.c
// Bug: Checking whether A depends on template parms, we crash because
// __builtin_va_list lacks TYPE_LANG_SPECIFIC.
// Build don't link:
void f (__builtin_va_list arg)
{
enum { a } A;
}