代码搜索:SWITCH

找到约 10,000 项符合「SWITCH」的源代码

代码结果 10,000
www.eeworm.com/read/395929/2430455

c 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;
www.eeworm.com/read/395929/2430807

sbk 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
www.eeworm.com/read/395929/2430948

sbk 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
www.eeworm.com/read/395929/2431100

cpp switch.cpp

/* * TU Eindhoven * Eindhoven, The Netherlands * * Name : switch.cpp * * Author : A.S.Slusarczyk@tue.nl * * Date : 13-09-2003 * * Function :
www.eeworm.com/read/395929/2431102

h switch.h

/* * TU Eindhoven * Eindhoven, The Netherlands * * Name : switch.h * * Author : A.S.Slusarczyk@tue.nl * * Date : 13-09-2003 * * Function :
www.eeworm.com/read/395929/2431122

d switch.d

switch.o ../ecube/switch.d : ../ecube/switch.cpp ../ecube/switch.h ../ecube/net_dim.h
www.eeworm.com/read/395929/2431374

cpp switch.cpp

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/395929/2431375

h switch.h

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/393838/2463637

cxx 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
www.eeworm.com/read/393286/2476264

s switch_to.s

############################################################################### # # switch_to.S: context switch operation # # Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. # Written by David H