代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/299060/3856031
cpp crc.cpp
/* crc.cpp
CRC error checking */
/*
* @(#) crc.cc 1.5, last edit: 6/15/94 16:55:30
* @(#) Copyright (C) 1993, 1994 Tobias Bading (bading@cs.tu-berlin.de)
* @(#) Berlin University o
www.eeworm.com/read/298657/3860739
c ecmutex.c
/* Test of the error checking mutex and incidently also barriers. */
#include
#include
#include
#include
static pthread_mutex_t locks[] =
{
PTHREAD_ERR
www.eeworm.com/read/279968/4129828
c ecmutex.c
/* Test of the error checking mutex and incidently also barriers. */
#include
#include
#include
#include
static pthread_mutex_t locks[] =
{
PTHREAD_ERR
www.eeworm.com/read/268663/4250839
cpp crc.cpp
/* crc.cpp
CRC error checking */
/*
* @(#) crc.cc 1.5, last edit: 6/15/94 16:55:30
* @(#) Copyright (C) 1993, 1994 Tobias Bading (bading@cs.tu-berlin.de)
* @(#) Berlin University o
www.eeworm.com/read/447738/1696215
s err-pt32-cmd3.s
! Check command-line error checking. The option -expand-pt32 is invalid with
! -abi=32 just as it is invalid with no SHmedia/SHcompact options.
! { dg-do assemble }
! { dg-options "-abi=32 -expand-p
www.eeworm.com/read/447738/1698550
d rd-mulbug-1.d
#objdump: -s
#source: mulbug-err-1.s
#as: --em=criself --no-mul-bug-abort
# Check that we don't get any errors or messages with
# "--no-mul-bug-abort". No checking for "--mul-bug-abort",
# though.
www.eeworm.com/read/440906/1782696
c branch-1.c
/* Test for format checking of conditional expressions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" } */
#include "format.h"
void
f
www.eeworm.com/read/438717/1823349
py www2.py
#! /usr/bin/env python
# www2.py -- print the contents of a URL on stdout
# - error checking
import sys
import urllib
import types
def main():
if len(sys.argv) != 2 or sys.argv[1][:1] == '-':
pr
www.eeworm.com/read/437311/1833506
c evboard.c
/*
V0.1 Initial Release 10/July/2006 RBR
V0.1.2.1
7/17/2006 Fixed problem with maximum length packet (0x7F)
reception in interrupt service function. Was checking for overflow,
w
www.eeworm.com/read/437311/1833507
c copy of evboard.c
/*
V0.1 Initial Release 10/July/2006 RBR
V0.1.2.1
7/17/2006 Fixed problem with maximum length packet (0x7F)
reception in interrupt service function. Was checking for overflow,
w