代码搜索:Variable

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

代码结果 10,000
www.eeworm.com/read/162614/5528113

c 20020129-1.c

/* Test call to static variable. */ typedef struct { long long a[10]; } A; void bar (A *); typedef int (*B)(int); void foo (void) { static A a; bar (&a); (*(B)&a) (1); }
www.eeworm.com/read/162614/5528548

c 20010112-1.c

/* Test that putting an initialized variable in a register works. */ #ifdef __i386__ #define REGISTER asm ("eax") #elif defined (__arm__) #define REGISTER asm ("r0") #else /* Put examples for other a
www.eeworm.com/read/162614/5529715

c scalar-by-value-2_main.c

/* Test passing scalars by value. This test includes scalar types that are not supported by va_arg; since they require casts to pass to a function with a variable argument list, testing them wi
www.eeworm.com/read/161438/5553134

cpp stat_fun.cpp

#include class shared { static int a; int b; public: void set(int i, int j) { a=i; b=j; } static void show(); }; int shared::a;
www.eeworm.com/read/161438/5553302

c longjmp.c

#include #include #include jmp_buf location; // Global variable void function(void) { printf("About to longjmp\n"); longjmp(location, 1); // Return
www.eeworm.com/read/161121/5555544

c cmdline.c

/* * Copyright (C) 2000, 2001 Broadcom Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published b
www.eeworm.com/read/160957/5564556

bpel complexinvoke.bpel

www.eeworm.com/read/160957/5564577

bpel loanapproval.bpel

www.eeworm.com/read/160391/5571176

bif sprinkler.bif

network Grass {} variable Cloudy { type discrete[2] {false true}; } variable Sprinkler { type discrete[2] {false true}; } variable Rain { type discrete[2] {false true}; } varia
www.eeworm.com/read/160303/5573217

5 klipsdebug.5

.TH IPSEC_KLIPSDEBUG 5 "26 Jun 2000" .\" .\" RCSID $Id: klipsdebug.5,v 1.5 2002/04/24 07:35:38 mcr Exp $ .\" .SH NAME ipsec_klipsdebug \- list KLIPS (kernel IPSEC support) debug features and level .SH