Searched refs:global (Results 1 - 25 of 516) sorted by relevance

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/absolute-symbol/
H A Dabs.s2 .global _myAbs1
7 .global _myAbs2
/macosx-10.9.5/libunwind-35.3/testsuite/
H A Dexception_missing_eh2.c8 int global; variable
12 ++global; // to prevent tail call optimization
H A Dexception_rethrow.cxx10 int global = 0; variable
14 global = 1;
26 global = 2;
49 if ( (state == 4) && (global == 2) )
H A Dexception_catch_and_throw.cxx10 int global = 0; variable
14 global = 1;
26 global = 2;
49 if ( (state == 4) && (global == 2) )
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dunknown.s2 .global _start
H A Dgroup.s2 .global foo
6 .global bar
H A Dtestprog.c7 int global = 1; variable
21 || global != 1
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dentrymask.s3 .global label1
7 .global label2
/macosx-10.9.5/libclosure-63/objectTests/
H A Dglobalexpression.c13 int global; variable
15 void (^gblock)(int) = ^(int x){ global = x; };
19 if (global != 1) {
20 fail("did not set global to 1");
24 fail("global copy %p not a no-op %p", (void *)gblockcopy, (void *)gblock);
28 if (global != 3) {
29 fail("did not set global to 3");
33 if (global != 5) {
34 fail("did not set global to 5");
H A Dlocalisglobal.c21 void (^global)(void) = ^{ printf("hello world\n"); };
34 fail("local block could be global, but isn't");
36 if (!aresame(global, localisglobal)) {
37 fail("local block is not global, not stack, what is it??");
H A Dsignature.c21 void* (^global)(void) = ^{ return malloc(sizeof(struct bigbig)); };
32 testassert(_Block_has_signature(global));
41 testassert(0 == strcmp(_Block_signature(global), "^v"P"@?0"));
46 testassert(!_Block_has_signature(global));
50 testassert(!_Block_signature(global));
57 testassert(! _Block_use_stret(global));
H A Dsimplerelease.m16 int global = 0;
22 global = 1;
44 if (global != 1) {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dmkitclman26 global _className
27 global _inheritClass
28 global _publicMethod
29 global _publicVariable
30 global _protectedMethod
31 global _protectedVariable
32 global _privateMethod
33 global _privateVariable
34 global _options
41 global _classNam
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dprofile.test95 # entry upto but not including the "<global>" entry are dropped from each
102 # global.
109 # Delete elements Test upto <global> .
112 set foundGlobal 0 ;# Used we catch garbage after global
115 if {$foundGlobal || [cequal $elem {<global>}]} {
136 # the "<global>" entry are dropped from each record. This allows for
175 } [list {<global> 1} {<global> 1} \
176 {{::ProcA2 <global>} 1} \
177 {{::ProcB2 ::ProcA2 <global>}
[all...]
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dlibxslt.syms10 # run with old libxslt.so not providing foo() - the global
16 global:
216 global:
224 global:
232 global:
239 global:
246 global:
256 global:
285 global:
321 global
[all...]
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dsyslogd.c78 /* global */
79 struct global_s global; variable in typeref:struct:global_s
165 global.bsd_out_enabled = 1;
235 /* save modules in global.module array */
237 global.module_count = 2;
239 global.module_count = 6;
241 global.module = (module_t **)calloc(global.module_count, sizeof(module_t *));
242 if (global.module == NULL)
248 global
[all...]
H A Ddbserver.c108 if ((dbtype & DB_TYPE_FILE) && (global.file_db == NULL))
149 status = asl_store_open_write(NULL, &(global.file_db));
156 if (global.db_file_max != 0) asl_store_max_file_size(global.file_db, global.db_file_max);
161 if ((dbtype & DB_TYPE_MEMORY) && (global.memory_db == NULL))
163 status = asl_memory_open(global.db_memory_max, &(global.memory_db));
170 if ((dbtype & DB_TYPE_MINI) && (global.mini_db == NULL))
172 status = asl_mini_memory_open(global
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/etc/
H A Dtimer.asm11 [global t_start]
14 [global _t_start]
27 [global t_read]
30 [global _t_read]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/misc/
H A Dapu_dso.c78 apr_pool_t *global; local
91 for (parent = global = pool; parent; parent = apr_pool_parent_get(global))
92 global = parent;
94 dsos = apr_hash_make(global);
97 ret = apr_thread_mutex_create(&mutex, APR_THREAD_MUTEX_DEFAULT, global);
101 apr_pool_cleanup_register(global, NULL, apu_dso_term,
119 apr_pool_t *global; local
131 global = apr_hash_pool_get(dsos);
164 rv = apr_dso_load(&dlhandle, path, global);
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/misc/
H A Dapu_dso.c78 apr_pool_t *global; local
91 for (parent = global = pool; parent; parent = apr_pool_parent_get(global))
92 global = parent;
94 dsos = apr_hash_make(global);
97 ret = apr_thread_mutex_create(&mutex, APR_THREAD_MUTEX_DEFAULT, global);
101 apr_pool_cleanup_register(global, NULL, apu_dso_term,
118 apr_pool_t *global; local
130 global = apr_hash_pool_get(dsos);
163 rv = apr_dso_load(&dlhandle, path, global);
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.c175 if (global.shared_memory_refcount[n->slot] != -1) fprintf(f, " = %u", global.shared_memory_base[n->slot]);
214 if (global.shared_memory_refcount[n->slot] != -1)
215 fprintf(f, " = %u (%u)", global.shared_memory_base[n->slot], global.shared_memory_refcount[n->slot]);
271 tt = _nc_table_traverse_start(global.notify_state->name_table);
275 n = _nc_table_traverse(global.notify_state->name_table, tt);
280 _nc_table_traverse_end(global.notify_state->name_table, tt);
303 fprintf(f, "%u slots (current id %u)\n", global.nslots, global
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dia64.s21 .global rb_ia64_flushrs#
32 .global rb_ia64_bsp#
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall18 global TEST_ABS_TOL TEST_REL_TOL
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-local-and-global/
H A DMakefile30 ./main-global-first
32 all: main-local-first main-global-first foo.bundle foo.dylib
37 main-global-first : main.c
38 ${CC} ${CCFLAGS} -I${TESTROOT}/include main.c -o main-global-first
47 ${RM} ${RMFLAGS} *~ main foo.bundle foo.dylib main-global-first main-local-first
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dtocexpand23 global argv0
36 global argv0
45 global argv0 argv format in out
84 global in
99 global out
114 global format in

Completed in 216 milliseconds

1234567891011>>