代码搜索结果

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

csb226.c

/* * (C) Copyright 2002 * Robert Schwebel, Pengutronix, r.schwebel@pengutronix.de * Kyle Harris, Nexus Technologies, Inc., kharris@nexus-tech.net * Marius Groeger, Sysgo Real-Time Solutions GmbH,

getcl_defs.fh,v

head 1.1; access; symbols; locks; strict; comment @* @; 1.1 date 96.02.07.14.46.51; author jaf; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @* $Log$ integer FLEN, SLEN

dl-debug.h

/* vi: set sw=4 ts=4: */ /* SuperH ELF shared library loader suppport * * Copyright (C) 2002, Stefan Allius and * Eddie C. Dost * * All ri

cb1004a.ada

-- CB1004A.ADA -- Grant of Unlimited Rights -- -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687, -- F08630-91-C-0015, and DCA100-97-D-0025,

20030323-1.c

/* PR opt/10116 */ /* Removed tablejump while label still in use; this is really a link test. */ void *NSReturnAddress(int offset) { switch (offset) { case 0: return __builtin_return_address(0 +

pr21356.c

int a; void* p; void foo (void) { switch (a) { a0: case 0: p = &&a1; a1: case 1: p = &&a2; a2: default: p = &&a1; } goto *p; }

980821-1.c

typedef int __int32_t; int __kernel_rem_pio2(int prec) { __int32_t i, jz; double fw, fq[20]; switch(prec) { case 2: fw = 0.0; case 3: for (i=jz;i>0;i--) { fw = fq[i-1] +f

20050217-1.c

/* PR c++/20023 */ void f (void); typedef __SIZE_TYPE__ size_t; void g (void *a) { size_t b = (size_t) a; switch (b) { case 1: f (); break; } }

nested-func-1.c

/* Test for proper errors for break and continue in nested functions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ void foo (int a) { switch

set_fields.m

function CPD = set_fields(CPD, varargin) % SET_PARAMS Set the parameters (fields) for a tabular_CPD object % CPD = set_params(CPD, name/value pairs) % % The following optional arguments can be spe