代码搜索:checking

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

代码结果 6,492
www.eeworm.com/read/435701/1862039

c fmod.c

#include #include /* * floating-point mod function without infinity or NaN checking */ double fmod (double x, double y) { int sign, yexp, rexp; double r, yfr, rfr; if (y == 0)
www.eeworm.com/read/430898/1915847

m4 config.m4

AC_MSG_CHECKING(which MPM to use) AC_ARG_WITH(mpm, APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. MPM={beos|event|worker|prefork|mpmt_os2}),[
www.eeworm.com/read/413855/2158174

hh checklength.hh

#ifndef CLICK_CHECKLENGTH_HH #define CLICK_CHECKLENGTH_HH #include CLICK_DECLS /* =c CheckLength(MAX) =s checking drops large packets =d CheckLength checks every packet's leng
www.eeworm.com/read/413855/2158355

hh checktcpheader.hh

#ifndef CLICK_CHECKTCPHEADER_HH #define CLICK_CHECKTCPHEADER_HH #include #include CLICK_DECLS /* =c CheckTCPHeader([I]) =s TCP, checking checks TCP h
www.eeworm.com/read/413855/2158359

hh checkudpheader.hh

#ifndef CLICK_CHECKUDPHEADER_HH #define CLICK_CHECKUDPHEADER_HH #include #include CLICK_DECLS /* =c CheckUDPHeader([I]) =s UDP, checking checks UDP h
www.eeworm.com/read/396844/2407598

m is_psd.m

function b = positive_semidefinite(M) % % Return true iff v M v' >= 0 for any vector v. % We do this by checking that all the eigenvalues are non-negative. E = eig(M); if length(find(E>=0)) == length
www.eeworm.com/read/393024/2489565

submakefile

../bin/stepconf: emc/usr_intf/stepconf/stepconf.py @$(ECHO) Syntax checking python script $(notdir $@) @$(PYTHON) -c 'import sys; compile(open(sys.argv[1]).read(), sys.argv[1], "exec")' $< $(ECHO)
www.eeworm.com/read/393024/2489931

submakefile

USER_COMP_PY = pyvcp hal_input $(patsubst %, ../bin/%, $(USER_COMP_PY)) : ../bin/%: hal/user_comps/%.py @$(ECHO) Syntax checking python script $(notdir $@) @$(PYTHON) -c 'import sys; compile(open(s
www.eeworm.com/read/389774/2537331

m4 config.m4

AC_MSG_CHECKING(which MPM to use) AC_ARG_WITH(mpm, APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use. MPM={beos|event|worker|prefork|mpmt_os2}),[
www.eeworm.com/read/366702/2865399

c asm-b-1.c

/* { dg-do assemble } */ /* { dg-options "-O2" } */ /* Checking that the "b" constraint is accepted, for all target variants. */ long sys_ipc (void) { long __gu_err = -14; long dummy_for_get_us