代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch.c
main()
{
int i; char *s;
for (s = "bfnrtvx"; *s; s++)
printf("%c = 0x%x\n", *s, backslash(*s));
f();
g();
h();
for (i = 0x1000000; i&0x7000000; i += 0x1000000)
big(i);
limit();
return 0;
switch.sbk
.globl main
.text
.text
.ent main
main:
ldgp $gp,0($27)
lda $sp,-80($sp)
.mask 0x4006000,-64
.frame $sp,80,$26,48
stq $13,0($sp)
stq $14,8($sp)
stq $26,16($sp)
.prologue 1
lda $14,L.6
br L.5
L.2:
ldb
switch.sbk
.global main
.section ".text"
.align 4
main:
save %sp,-96,%sp
set .L6,%i5
ba .L5; nop
.L2:
ldsb [%i5],%o0
call backslash; nop
mov %o0,%i3
set .L7,%o0
ldsb [%i5],%o1
mov %i3,%o2
call printf; nop
.L3:
a
switch.cpp
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : switch.cpp
*
* Author : A.S.Slusarczyk@tue.nl
*
* Date : 13-09-2003
*
* Function :
switch.h
/*
* TU Eindhoven
* Eindhoven, The Netherlands
*
* Name : switch.h
*
* Author : A.S.Slusarczyk@tue.nl
*
* Date : 13-09-2003
*
* Function :
switch.d
switch.o ../ecube/switch.d : ../ecube/switch.cpp ../ecube/switch.h ../ecube/net_dim.h
switch.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
switch.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
switch.cxx
/*
* switch.cxx
*
* Cooperative multi-threading stack switch function.
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file ar
switch_to.s
###############################################################################
#
# switch_to.S: context switch operation
#
# Copyright (C) 2003 Red Hat, Inc. All Rights Reserved.
# Written by David H