代码搜索:checking

找到约 6,492 项符合「checking」的源代码

代码结果 6,492
www.eeworm.com/read/123453/14630899

c check_octstr.c

/* * check_octstr.c - checking of octet string functions */ #include #include "gwlib/gwlib.h" static int signof(int n) { if (n < 0) return -1; if (n == 0) return 0;
www.eeworm.com/read/223105/14658393

cpp chapter4-2.cpp

//文件名:CHAPTER4-2.cpp #include #include #include #include using namespace std; void main (int argc, char *argv[]) { int n = 3; // argument checking
www.eeworm.com/read/208249/15250302

stv680 readme.stv680

February 1, 2002. Version 0.25 of the STV0680 webcam driver. * Ver 0.25. Fixed a bug in checking the allowed sizes versus supported modes. Driver was trying to set to size not supported in that mo
www.eeworm.com/read/30847/876021

txt icd仿真器的源程序.txt

title "SA11a - PIC Programmer/Fixing the Code." ; ; SA11 - Checking Last Char for ":" ; SA11a - Put in "DEBUG" Check ; - Put in Simplified "RXBufReset" ; - Fixed up 16 Bit Variables to MP
www.eeworm.com/read/480930/1310587

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/479931/1327617

ms raw16.ms

; Checking read-after-write: cycles included in "unaligned". #mach: crisv32 #output: Clock cycles including stall cycles for unaligned accesses @: 4\n #output: Memory source stall cycles: 0\n #output:
www.eeworm.com/read/470938/1436159

properties messages_de.properties

GUI_WORKPLACE_TEMPFILE_PROJECT_DESC_0 =Das Projekt f黵 tempor鋜e Workplace Dateien. RPT_CHECKING_0 =Pr黤e. RPT_DELETE_NOTHING_0 =
www.eeworm.com/read/470938/1437189

properties messages.properties

ERR_CHECK_DEPENDENCY_INVALID_MODE_1 =Error checking the module dependencies because an invalid mode "{0}" was selected. ERR_IMPORT_MOD_ALREADY_INSTALLED_1 =Cannot import module from source "{0}". It
www.eeworm.com/read/470720/1445976

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; }
www.eeworm.com/read/470720/1451785

c vla-init-1.c

/* Test for tree-checking error when initializing a variable-length array (not allowed): constructor_max_index needs to be an INTEGER_CST. */ /* Origin: Joseph Myers . */ /* { dg