代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/245586/12792858

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12793255

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/309106/13682252

cpp blas.cpp

/************************************************************************* Copyright (c) 2005-2007, Sergey Bochkanov (ALGLIB project). Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/300969/13876636

h assert.h

/* assert.h */ #ifndef INET_ASSERT_H #define INET_ASSERT_H #include "const.h" #ifndef assert #if NDEBUG #define assert(x) 0 #define assertN(n,x) 0 #define compare(a,t,b) 0 #else #defi
www.eeworm.com/read/151249/5684558

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the macro i
www.eeworm.com/read/141268/5775120

h sourceline.h

#ifndef CPPUNIT_SOURCELINE_H #define CPPUNIT_SOURCELINE_H #include #include /*! \brief Constructs a SourceLine object initialized with the location where the m
www.eeworm.com/read/139332/5799870

h tuple.h

// Copyright (c) 1997-2002 Max-Planck-Institute Saarbruecken (Germany). // All rights reserved. // // This file is part of CGAL (www.cgal.org); you may redistribute it under // the terms of the Q Pub
www.eeworm.com/read/139332/5799919

h pointcd.h

// Copyright (c) 2000,2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/139332/5799952

h vectorcd.h

// Copyright (c) 2000,2001 Utrecht University (The Netherlands), // ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany), // INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-W
www.eeworm.com/read/124347/6053541

h test.h

/* * test.h * * Useful definitions and declarations for tests. */ #ifndef _PTHREAD_TEST_H_ #define _PTHREAD_TEST_H_ #include "pthread.h" #include "sched.h" #include "semaphore.h" #include