Searched refs:UNUSED (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-10-stable/contrib/gcc/
H A Dgthr-single.h40 #define UNUSED(x) macro
42 #define UNUSED(x) x __attribute__((unused)) macro
72 __gthread_objc_thread_detach (void (* func)(void *), void * UNUSED(arg)) argument
80 __gthread_objc_thread_set_priority (int UNUSED(priority)) argument
137 __gthread_objc_mutex_allocate (objc_mutex_t UNUSED(mutex)) function
144 __gthread_objc_mutex_deallocate (objc_mutex_t UNUSED(mutex)) function
151 __gthread_objc_mutex_lock (objc_mutex_t UNUSED(mutex)) function
159 __gthread_objc_mutex_trylock (objc_mutex_t UNUSED(mutex)) function
167 __gthread_objc_mutex_unlock (objc_mutex_t UNUSED(mutex)) function
176 __gthread_objc_condition_allocate (objc_condition_t UNUSED(conditio function
183 __gthread_objc_condition_deallocate (objc_condition_t UNUSED(condition)) function
191 objc_mutex_t UNUSED(mutex)) function
198 __gthread_objc_condition_broadcast (objc_condition_t UNUSED(condition)) function
205 __gthread_objc_condition_signal (objc_condition_t UNUSED(condition)) function
219 __gthread_mutex_lock (__gthread_mutex_t * UNUSED(mutex)) function
225 __gthread_mutex_trylock (__gthread_mutex_t * UNUSED(mutex)) function
231 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED(mutex)) function
256 #undef UNUSED macro
[all...]
H A Dgthr-gnat.c36 #define UNUSED(x) macro
38 #define UNUSED(x) x __attribute__((unused)) macro
73 __gthread_mutex_lock (__gthread_mutex_t * UNUSED (mutex)) function
80 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED (mutex)) function
H A Dreg-notes.def83 REG_NOTE (UNUSED)
H A Dgthr-solaris.h43 #define UNUSED(x) macro
45 #define UNUSED(x) x __attribute__((unused)) macro
442 __gthread_key_delete (__gthread_key_t UNUSED (key)) function
552 #undef UNUSED macro
/freebsd-10-stable/contrib/ntp/lib/isc/x86_64/include/isc/
H A Datomic.h38 #include <isc/util.h> /* for 'UNUSED' macro */
42 UNUSED(p);
43 UNUSED(val);
61 UNUSED(p);
62 UNUSED(val);
80 UNUSED(p);
81 UNUSED(val);
98 UNUSED(p);
99 UNUSED(cmpval);
100 UNUSED(va
[all...]
/freebsd-10-stable/share/examples/ses/
H A DMakefile35 UNUSED = getobjmap getnobj getobjstat macro
/freebsd-10-stable/contrib/ntp/lib/isc/nothreads/
H A Dthread.c27 UNUSED(level);
/freebsd-10-stable/contrib/ntp/lib/isc/x86_32/include/isc/
H A Datomic.h111 #include <isc/util.h> /* for 'UNUSED' macro */
115 UNUSED(p);
116 UNUSED(val);
137 UNUSED(p);
138 UNUSED(val);
152 UNUSED(p);
153 UNUSED(cmpval);
154 UNUSED(val);
/freebsd-10-stable/lib/libc/include/
H A Dport_before.h21 #define UNUSED(x) (void)(x) macro
/freebsd-10-stable/usr.bin/m4/
H A Dmdef.h40 # define UNUSED __attribute__((__unused__)) macro
42 # define UNUSED macro
/freebsd-10-stable/contrib/byacc/test/
H A Dcalc2.y91 #define UNUSED(x) ((void)(x))
96 UNUSED(regs); /* %parse-param regs is not actually used here */
97 UNUSED(base); /* %parse-param base is not actually used here */
H A Dcalc3.y94 #define UNUSED(x) ((void)(x))
99 UNUSED(regs); /* %parse-param regs is not actually used here */
100 UNUSED(base); /* %parse-param base is not actually used here */
H A Derr_syntax27.y94 #define UNUSED(x) ((void)(x))
99 UNUSED(regs); /* %parse-param regs is not actually used here */
100 UNUSED(base); /* %parse-param base is not actually used here */
H A Dok_syntax1.y122 #define UNUSED(x) ((void)(x))
127 UNUSED(regs); /* %parse-param regs is not actually used here */
128 UNUSED(base); /* %parse-param base is not actually used here */
/freebsd-10-stable/contrib/ntp/lib/isc/pthreads/
H A Dthread.c74 UNUSED(level);
/freebsd-10-stable/contrib/apr/strings/
H A Dapr_strnatcmp.c29 # define UNUSED __attribute__((__unused__)) macro
31 # define UNUSED macro
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dstats.c220 UNUSED(prev);
223 UNUSED(prev);
246 UNUSED(prev);
249 UNUSED(prev);
277 UNUSED(i);
H A Dsocket_api.c193 UNUSED(socket); /* in case REQUIRE() is empty */
194 UNUSED(name);
195 UNUSED(tag);
/freebsd-10-stable/contrib/ntp/lib/isc/tests/
H A Dhash_test.c98 UNUSED(tc);
227 UNUSED(tc);
360 UNUSED(tc);
492 UNUSED(tc);
638 UNUSED(tc);
785 UNUSED(tc);
858 UNUSED(tc);
988 UNUSED(tc);
1151 UNUSED(tc);
1314 UNUSED(t
[all...]
H A Dtask_test.c45 UNUSED(task);
57 UNUSED(task);
80 UNUSED(tc);
106 UNUSED(tc);
163 UNUSED(tc);
292 UNUSED(tc);
H A Dsymtab_test.c34 UNUSED(arg);
56 UNUSED(tc);
H A Dtaskpool_test.c45 UNUSED(tc);
69 UNUSED(tc);
122 UNUSED(tc);
161 UNUSED(tc);
H A Dsocket_test.c51 UNUSED(task);
93 UNUSED(tc);
164 UNUSED(tc);
/freebsd-10-stable/lib/libc/isc/
H A Dev_streams.c137 UNUSED(opaqueCtx);
148 UNUSED(opaqueCtx);
273 UNUSED(evmask);
296 UNUSED(evmask);
/freebsd-10-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h94 UNUSED, enumerator in enum:TCPAevent_types

Completed in 212 milliseconds

1234