代码搜索:conditionally
找到约 110 项符合「conditionally」的源代码
代码结果 110
www.eeworm.com/read/207991/5000025
mal tst014.mal
# conditionally redo a block
i:=1;
barrier b:= calc.==(i,1);
i:= i+1;
io.print(i);
redo b:= calc.
www.eeworm.com/read/288095/4010250
h libraries.h
/*
* Name: wx/msw/libraries.h
* Purpose: Pragmas for linking libs conditionally
* Author: Michael Wetherell
* Modified by:
* RCS-ID: $Id: libraries.h,v 1.1.2.3 2006/01/2
www.eeworm.com/read/426150/1995363
inc m8cmacros.inc
; Define some macros to allow me to conditionally RETURN
macro RZ
JZ RETURN
endm
macro RNZ
JNZ RETURN
endm
macro RC
JNC RETURN
endm
macro RNC
JC RETURN
endm
www.eeworm.com/read/426150/1995404
inc m8cmacros.inc
; Define some macros to allow me to conditionally RETURN
macro RZ
JZ RETURN
endm
macro RNZ
JNZ RETURN
endm
macro RC
JNC RETURN
endm
macro RNC
JC RETURN
endm
www.eeworm.com/read/426150/1995453
inc m8cmacros.inc
; Define some macros to allow me to conditionally RETURN
macro RZ
JZ RETURN
endm
macro RNZ
JNZ RETURN
endm
macro RC
JNC RETURN
endm
macro RNC
JC RETURN
endm
www.eeworm.com/read/366970/2856024
h ioctl.h
/*
* sys\ioctl.h doesn't exist on NT...rather than including it conditionally
* in many of the source files, we just extend the include path so that the
* compiler will pick this up empty header in
www.eeworm.com/read/230508/14283571
h cg_sfun.h
/* cg_sfun.h
*
* Entry point for user-written S-Functions when compiled for
* use with the Simulink C-Code Generator. This file should
* be conditionally included at the bottom of any user
www.eeworm.com/read/192559/5154488
h debug.h
//
// Permedia3 Sample Display Driver
// debug.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This file includes the various conditionally compiled debug code. All
www.eeworm.com/read/302096/3827513
sh test_flower_malloc.sh
#! /bin/sh
# Conditionally set ${srcdir} if it wasn't assigned (e.g., by `gmake check`)
if [ "X${srcdir}" = "X" ] ; then srcdir=`dirname $0` ; fi
(exec ${srcdir}/FlowerCheck ./test_flower_malloc)
TE