代码搜索结果

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

switch.sbk

.globl main .text .align 16 .type main,@function main: pushl %ebp pushl %ebx pushl %esi pushl %edi movl %esp,%ebp subl $8,%esp leal .LC6,%edi movl %edi,-4(%ebp) jmp .LC5 .LC2: movl -4(%

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();

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

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 prin

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.pm

use CGI; 1; __END__ =head1 NAME CGI::Switch - Backward compatibility module for defunct CGI::Switch =head1 SYNOPSIS Do not use this module. It is deprecated. =head1 ABSTRACT =head1 DESCRIPTION

switch.t

#!./perl # $RCSfile: switch.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:14 $ print "1..18\n"; sub foo1 { $_ = shift(@_); $a = 0; until ($a++) { next if $_ eq 1; next if $_ eq 2; next

switch.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

switch.c

#include void Switchdemo(void) { Byte outputstate; switch(outputstate) {case 1: P1_0=0; P1_1=0; P1_2=0; break; //跳出循环 case 2: P1_0=1; P1_1=0; P1_2=0; break;

switch.cpp

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by al