代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/434049/7894518
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. I
www.eeworm.com/read/299064/7894940
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by minicom configure 2.3, which was
generated by GNU Autoc
www.eeworm.com/read/296045/8126801
c xmalloc.c
/*
* xmalloc.c
*
* Simple error-checking version of malloc()
*
*/
#include "config.h"
void *xmalloc(size_t size)
{
void *p = malloc(size);
if ( !p ) {
fprintf(stderr, "Out of memory!\n
www.eeworm.com/read/296045/8126804
c xstrdup.c
/*
* xstrdup.c
*
* Simple error-checking version of strdup()
*
*/
#include "config.h"
char *xstrdup(const char *s)
{
char *p = strdup(s);
if ( !p ) {
fprintf(stderr, "Out of memory!\n"
www.eeworm.com/read/333109/12701614
configure
#!/bin/sh
# configure script for zlib. This script is needed only if
# you wish to build a shared library and your system supports them,
# of if you need special compiler, flags or install director
www.eeworm.com/read/245818/12779035
c ifdef.c
/* ifdef.c -- uses conditional compilation */
#include
#define JUST_CHECKING
#define LIMIT 4
int main(void)
{
int i;
int total = 0;
for (i = 1; i
www.eeworm.com/read/245098/12823773
log config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. I
www.eeworm.com/read/243650/12929991
m checkdiskqueue_fcfsorsjf.m
function [QDisk,QReady]=CheckDiskQueue_FCFSorSJF(QDisk,QReady,Qlen,GlobalCycle,TB,EndTime)
%disp('=========CheckDiskQueue_FCFSorSJF================');
QDisk=sortrows(QDisk,2);
i=1;
flag=0;
% fp
www.eeworm.com/read/243649/12929999
m checkdiskqueue_hrrn.m
function [QDisk,QReady]=CheckDiskQueue_HRRN(QDisk,QReady,Qlen,GlobalCycle,TB,EndTime)
%disp('=========CheckDiskQueue_HRRN================');
QDisk=sortrows(QDisk,2);
i=1;
flag=0; %whether move p
www.eeworm.com/read/243647/12930069
m checkdiskqueue_fcfsorsjf.m
function [QDisk,QReady]=CheckDiskQueue_FCFSorSJF(QDisk,QReady,Qlen,GlobalCycle,TB,EndTime)
%disp('=========CheckDiskQueue_FCFSorSJF================');
QDisk=sortrows(QDisk,2);
i=1;
flag=0;
% fp