代码搜索结果

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

image.c

/*=========================================================================== FILE: image.c ===========================================================================*/ /*=================

dcmodbus.cpp

#include "modbus.h" #define READWORD 0x03 // modbus command don't modify void CDCModbus::initial(INT8U portno) { int i; for(i = 0; i

dc.cpp

#include "modbus.h" #define READWORD 0x03 // modbus command don't modify void CDC::initial(INT8U portno) { int i; myportno = portno; start_add = port_set[myportno].start_addr; end_add =

fpu.asm

; ; FPU.ASM (c) Rainer Schnitker 92,93 ; ; ; 387 utils ; .286 .model SMALL, C .data extrn emu_entry:PWORD extrn emu_sel:WORD extrn emu_esp:DWORD havei387 dw 0 .co

fpu.asm

; ; FPU.ASM (c) Rainer Schnitker 92,93 ; ; ; 387 utils ; .286 .model SMALL, C .data extrn emu_entry:PWORD extrn emu_sel:WORD extrn emu_esp:DWORD havei387 dw 0 .co

gcov-4.c

/* Check that execution counts for various C constructs are reported correctly by gcov. */ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target native } } */ extern void

bprob-1.c

/* Check that various C constructs are handled correctly by profile-directed block ordering. This test is the same as gcov-4.c. The "count" comments are left in to make comparisons easier

wbxml.java

package org.kxml.wap; /** contains the WBXML constants */ public class Wbxml { static public final int SWITCH_PAGE = 0; static public final int END = 1; static public final int ENTIT

entry.s

/* * alpha/entry.S * * kernel entry-points */ #include #include #include #define SIGCHLD 20 #define NR_SYSCALLS 382 /* * These offsets must match

cmdline.h

boolean cl_init(); char *cl_option(); char *cl_noption(); boolean cl_switch(); char *cl_nswitch(); char *cl_arg();