代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/180227/5288062
c switch.c
/*
* Alpha-specific RTLinux switch support
*
* Copyright (C) 2000 Cort Dougan
*/
#include
#include
#include
#include
www.eeworm.com/read/180227/5288067
c switch.c
#include
#include
#include
#include
#include
#ifdef CONFIG_RTL_FP_SUPPORT
int is_set_TS(void)
{
int current_TS;
__asm__("movl %
www.eeworm.com/read/180227/5288073
c switch.c
/*
* PPC-specific RTLinux switch support
*
* Copyright (C) 1999 Cort Dougan
*/
#include
#include
#include
#include
www.eeworm.com/read/179906/5301171
java 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;
www.eeworm.com/read/178760/5313623
c 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
www.eeworm.com/read/178760/5313729
c 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
www.eeworm.com/read/177990/5318891
java switch.java
package org.apache.bcel.generic;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Found
www.eeworm.com/read/169979/5408084
asm 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
www.eeworm.com/read/168845/5430353
hpp switch.hpp
/*=============================================================================
Copyright (c) 2003 Hartmut Kaiser
http://spirit.sourceforge.net/
Use, modification and distribution is
www.eeworm.com/read/168845/5430354
ipp switch.ipp
/*=============================================================================
Copyright (c) 2003 Hartmut Kaiser
http://spirit.sourceforge.net/
Use, modification and distribution is