代码搜索:conditional

找到约 2,177 项符合「conditional」的源代码

代码结果 2,177
www.eeworm.com/read/136989/5828124

mpt cbxdll.mpt

// -*- MPC -*- // cbxdll.mpt,v 1.2 2003/12/30 15:18:22 dhinton Exp conditional_include "idl_compiler_win32" conditional_include "common" type_is_binary = 1 type_is_dynamic = 1 common_define
www.eeworm.com/read/136989/5828125

mpt vc7libexe.mpt

// -*- MPC -*- // vc7libexe.mpt,v 1.2 2003/12/30 15:18:22 dhinton Exp conditional_include "idl_compiler_win32" conditional_include "common" configurations = "Static Release" "Static Debug"
www.eeworm.com/read/136989/5828142

mpt vc7exe.mpt

// -*- MPC -*- // vc7exe.mpt,v 1.15 2003/12/30 15:18:22 dhinton Exp conditional_include "idl_compiler_win32" conditional_include "common" configurations = Release Debug type_is_binary
www.eeworm.com/read/136989/5828148

mpt bordll.mpt

// -*- MPC -*- // bordll.mpt,v 1.7 2003/12/30 15:18:22 dhinton Exp conditional_include "idl_compiler_win32" conditional_include "common" type_is_binary = 1 type_is_dynamic = 1 common_define
www.eeworm.com/read/485790/6546277

h parse.h

// Parse.h: interface for the CParse class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PARSE_H__5CAF52E3_CE9F_4B69_B246_269E6528B583__INCLUDED_) #
www.eeworm.com/read/485493/6550994

in configure.in

dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) AC_INIT(src/main.c) dnl ======================================================================== dnl needed for cros
www.eeworm.com/read/292797/8332314

test recurs.test

#! /bin/sh # Test to make sure recursive variable definitions die. . $srcdir/defs || exit 1 cat > configure.in
www.eeworm.com/read/109477/15556874

h condsched.h

#ifndef _LINUX_CONDSCHED_H #define _LINUX_CONDSCHED_H #ifndef __ASSEMBLY__ #define conditional_schedule() \ do { \ if (unlikely(current->need_resched)) { \ __set_current_state(TASK_RUNNING); \ s
www.eeworm.com/read/282288/9105830

input-control

/* ======================================================== */ /* CONTROL FLOW AND CONDITIONAL BRANCHING */ /* */ /* T
www.eeworm.com/read/282286/9106091

input-basic-control

/* ======================================================== */ /* CONTROL FLOW AND CONDITIONAL BRANCHING */ /* */ /* T