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

1234567891011>>

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/absolute-symbol/
H A Dabs.s2 .global _myAbs1
7 .global _myAbs2
/macosx-10.10/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.10/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.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/vax/
H A Dentrymask.s3 .global label1
7 .global label2
/macosx-10.10/libclosure-65/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.10/tcl-105/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.10/tcl-105/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.10/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.10/syslog-267/syslogd.tproj/
H A Dsyslogd.c77 /* global */
78 struct global_s global; variable in typeref:struct:global_s
164 global.bsd_out_enabled = 1;
234 /* save modules in global.module array */
236 global.module_count = 2;
238 global.module_count = 6;
240 global.module = (module_t **)calloc(global.module_count, sizeof(module_t *));
241 if (global.module == NULL)
247 global
[all...]
H A Ddbserver.c107 if ((dbtype & DB_TYPE_FILE) && (global.file_db == NULL))
138 status = asl_store_open_write(NULL, &(global.file_db));
145 if (global.db_file_max != 0) asl_store_max_file_size(global.file_db, global.db_file_max);
150 if ((dbtype & DB_TYPE_MEMORY) && (global.memory_db == NULL))
152 status = asl_memory_open(global.db_memory_max, global.db_memory_str_max, &(global.memory_db));
168 if (global
[all...]
H A Ddaemon.c118 if (global.mps_limit == 0) return VERIFY_STATUS_OK;
122 kern_quota = global.mps_limit;
136 asprintf(&str, QUOTA_KERN_EXCEEDED_MESSAGE, global.mps_limit);
187 if (global.client_count == 0) vproc_trans = vproc_transaction_begin(NULL);
189 global.client_count++;
199 if (global.client_count > 0) global.client_count--;
201 if (global.client_count == 0) vproc_transaction_end(NULL, vproc_trans);
264 if ((pid == 0) && (global.mps_limit > 0) && (global
[all...]
/macosx-10.10/Heimdal-398.1.2/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.10/apr-32/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,
119 apr_pool_t *global; local
131 global = apr_hash_pool_get(dsos);
164 rv = apr_dso_load(&dlhandle, path, global);
[all...]
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotifyd.c184 if (global.shared_memory_refcount[n->slot] != -1) fprintf(f, " = %u", global.shared_memory_base[n->slot]);
223 if (global.shared_memory_refcount[n->slot] != -1)
224 fprintf(f, " = %u (%u)", global.shared_memory_base[n->slot], global.shared_memory_refcount[n->slot]);
280 tt = _nc_table_traverse_start(global.notify_state->name_table);
284 n = _nc_table_traverse(global.notify_state->name_table, tt);
289 _nc_table_traverse_end(global.notify_state->name_table, tt);
312 fprintf(f, "%u slots (current id %u)\n", global.nslots, global
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dnamespace.sh40 print global fn $foo
44 print global fun $foo
46 mkdir -p $tmp/global/bin $tmp/local/bin
47 cat > $tmp/global/xfun <<- \EOF
50 print xfun global $foo
59 chmod +x "$tmp/global/xfun" "$tmp/local/xfun"
61 print 'print global prog $1' > $tmp/global/bin/run
62 chmod +x "$tmp/local/bin/run" "$tmp/global/bin/run"
63 PATH=$tmp/global/bi
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dia64.s21 .global rb_ia64_flushrs#
32 .global rb_ia64_bsp#
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dall18 global TEST_ABS_TOL TEST_REL_TOL
/macosx-10.10/dyld-353.2.1/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

Completed in 308 milliseconds

1234567891011>>