代码搜索结果
找到约 10,000 项符合
Switch 的代码
pr12578.c
/* PR tree-optimization/12517 */
void trivial_regexp_p(int *s, int len)
{
while (--len) {
switch (*s++) {
case '\\':
switch (*s++) {
case '|':
;
}
}
}
}
20031031-1.c
/* PR/11640 */
int
internal_insn_latency (int insn_code, int insn2_code)
{
switch (insn_code)
{
case 256:
switch (insn2_code)
{
case 267:
return 8;
case 266:
return 8;
case
packet-coseventcomm.c
/* packet-coseventcomm.c
* Routines for IDL dissection
*
* Autogenerated from idl2eth
* Copyright 2001 Frank Singleton
*/
/*
* Ethereal - Network traffic analyze
head.s
/*
* arch/alpha/boot/head.S
*
* initial bootloader stuff..
*/
#include
.set noreorder
.globl __start
.ent __start
__start:
br $29,2f
2: ldgp $29,0($29)
jsr $26,start_kernel
aix.mh
# Host: IBM PowerPC running AIX
XM_FILE= xm-aix.h
NAT_FILE= nm-aix.h
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o \
xcoffread.o xcoffsolib.o
# When compiled with cc,
auth_ug_body.tpl
{L_AUTH_TITLE}
{L_USER_OR_GROUPNAME}: {USERNAME}
{USER_LEVEL}
{USER_GROUP_MEMBERSHIPS}
a.java
// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
import java.util.V
lcd873b.h
void LCDSetup(void);
void FunctionMode(void);
void DataMode(void);
void Write_8_Bit(char dh );
void LcdWrite(char dl );
void Delaylcd(void);
void Clear(void);
void SetPos(char Pos);
void Line_
user_interface.c
/**********************************************************************
* *
* Software License Agreement
find_spreadcode_length.m
function codelength=find_spreadcode_length(piconet,phy_header)
temp=1*phy_header(9)+2*phy_header(8)+4*phy_header(7);
switch temp
case 0
codelength=24;
case 1
codelength=1