代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch.c

/* * Alpha-specific RTLinux switch support * * Copyright (C) 2000 Cort Dougan */ #include #include #include #include

switch.c

#include #include #include #include #include #ifdef CONFIG_RTL_FP_SUPPORT int is_set_TS(void) { int current_TS; __asm__("movl %

switch.c

/* * PPC-specific RTLinux switch support * * Copyright (C) 1999 Cort Dougan */ #include #include #include #include

switch.java

//: c09:Switch.java // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. public class Switch { private boolean state = false;

switch.c

/* Test the types of switch statement. type: char, int, long sign: signed, unsigned storage: static, attr: volatile */ #include {sign} {type} sparseSwitch({sign} {type

switch.c

char x; /* Valid switch statement */ #ifdef TEST1 char foo(void) { switch(x) { char y; case 0: return 0; case 1: return 1; default: y = x

switch.java

package org.apache.bcel.generic; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Found

switch.asm

INCLUDE REGS386.INC INCLUDE TRANS.INC .386p DGROUP group _DATA _DATA segment word public 'DATA' use16 extrn _cs16real: word extrn _ds16real: word trs TRANS ; translation

switch.hpp

/*============================================================================= Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is

switch.ipp

/*============================================================================= Copyright (c) 2003 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is