代码搜索结果
找到约 10,000 项符合
Switch 的代码
goats2.plg
礦ision2 Build Log
Project:
D:\Pont\Ch05_06 - Goats2\Goats2.uv2
Project File Date: 12/13/2004
Output:
Build target 'Target 1'
compiling MAIN.C
goats2.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 }
tsksioi.asm
;
; --- Version 2.2 90-10-12 10:46 ---
;
; CTask - SIO interrupt handler (IBM specific)
;
; Public Domain Software written by
; Thomas Wagner
; Ferrari electronic Gmbh
; Beusselstrasse 27
tskprti.asm
;
; --- Version 2.2 90-10-12 10:45 ---
;
; CTask - Printer interrupt handler (IBM specific)
;
; Public Domain Software written by
; Thomas Wagner
; Ferrari electronic Gmbh
; Beusselstrasse
tstswitc.m
function [ret,x0,str,ts,xts]=tstswitc(t,x,u,flag);
%TSTSWITC is the M-file description of the SIMULINK system named TSTSWITC.
% The block-diagram can be displayed by typing: TSTSWITC.
%
% SYS=TSTS
cy3662.opj
(ExpressProject ""
(ProjectType "UNKNOWN")
(Folder "Design Resources"
(Folder "Library")
(File ".\cy3662.dsn"
(Type "Schematic Design"))
(BuildFileAddedOrDeleted "x")
makefile
#
# This material contains proprietary software of Entropic Speech, Inc.
# Any reproduction, distribution, or publication without the the prior
# written permission of Entropic Speech, Inc.
dl-debug.h
/* vi: set sw=8 ts=8: */
/*
* ldso/ldso/sh64/elfinterp.c
*
* SuperH (sh64) ELF shared library loader suppport
*
* Copyright (C) 2003, 2004, 2005 Paul Mundt
*
* All rights
20011109-1.c
void fail1(void)
{
abort ();
}
void fail2(void)
{
abort ();
}
void fail3(void)
{
abort ();
}
void fail4(void)
{
abort ();
}
void foo(long x)
{
switch (x)
{
case -6:
fail1 ()
pr8788-1.c
/* PR inline-asm/8788 */
/* { dg-do compile } */
/* { dg-options "-O2" } */
typedef struct {
long x[6];
} myjmp_buf;
typedef struct {
myjmp_buf regs;
} my_stack;
void switch_to_stack (my_st