Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 97) sorted by relevance

1234

/NextBSD/contrib/gcc/
HDgthr-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)) in __gthread_objc_thread_detach()
80 __gthread_objc_thread_set_priority (int UNUSED(priority)) in __gthread_objc_thread_set_priority()
137 __gthread_objc_mutex_allocate (objc_mutex_t UNUSED(mutex)) in __gthread_objc_mutex_allocate()
144 __gthread_objc_mutex_deallocate (objc_mutex_t UNUSED(mutex)) in __gthread_objc_mutex_deallocate()
151 __gthread_objc_mutex_lock (objc_mutex_t UNUSED(mutex)) in __gthread_objc_mutex_lock()
159 __gthread_objc_mutex_trylock (objc_mutex_t UNUSED(mutex)) in __gthread_objc_mutex_trylock()
167 __gthread_objc_mutex_unlock (objc_mutex_t UNUSED(mutex)) in __gthread_objc_mutex_unlock()
176 __gthread_objc_condition_allocate (objc_condition_t UNUSED(condition)) in __gthread_objc_condition_allocate()
[all …]
HDgthr-gnat.c36 #define UNUSED(x) macro
38 #define UNUSED(x) x __attribute__((unused)) macro
73 __gthread_mutex_lock (__gthread_mutex_t * UNUSED (mutex)) in __gthread_mutex_lock()
80 __gthread_mutex_unlock (__gthread_mutex_t * UNUSED (mutex)) in __gthread_mutex_unlock()
HDgthr-solaris.h43 #define UNUSED(x) macro
45 #define UNUSED(x) x __attribute__((unused)) macro
442 __gthread_key_delete (__gthread_key_t UNUSED (key)) in __gthread_key_delete()
552 #undef UNUSED
/NextBSD/contrib/ntp/lib/isc/x86_64/include/isc/
HDatomic.h42 UNUSED(p); in isc_atomic_xadd()
43 UNUSED(val); in isc_atomic_xadd()
61 UNUSED(p); in isc_atomic_xaddq()
62 UNUSED(val); in isc_atomic_xaddq()
80 UNUSED(p); in isc_atomic_store()
81 UNUSED(val); in isc_atomic_store()
98 UNUSED(p); in isc_atomic_cmpxchg()
99 UNUSED(cmpval); in isc_atomic_cmpxchg()
100 UNUSED(val); in isc_atomic_cmpxchg()
/NextBSD/contrib/ntp/lib/isc/x86_32/include/isc/
HDatomic.h115 UNUSED(p); in isc_atomic_xadd()
116 UNUSED(val); in isc_atomic_xadd()
137 UNUSED(p); in isc_atomic_store()
138 UNUSED(val); in isc_atomic_store()
152 UNUSED(p); in isc_atomic_cmpxchg()
153 UNUSED(cmpval); in isc_atomic_cmpxchg()
154 UNUSED(val); in isc_atomic_cmpxchg()
/NextBSD/contrib/ntp/lib/isc/tests/
HDhash_test.c98 UNUSED(tc); in ATF_TC_BODY()
227 UNUSED(tc); in ATF_TC_BODY()
360 UNUSED(tc); in ATF_TC_BODY()
492 UNUSED(tc); in ATF_TC_BODY()
638 UNUSED(tc); in ATF_TC_BODY()
785 UNUSED(tc); in ATF_TC_BODY()
858 UNUSED(tc); in ATF_TC_BODY()
988 UNUSED(tc); in ATF_TC_BODY()
1151 UNUSED(tc); in ATF_TC_BODY()
1314 UNUSED(tc); in ATF_TC_BODY()
[all …]
HDtask_test.c45 UNUSED(task); in set()
57 UNUSED(task); in set_and_drop()
80 UNUSED(tc); in ATF_TC_BODY()
106 UNUSED(tc); in ATF_TC_BODY()
163 UNUSED(tc); in ATF_TC_BODY()
292 UNUSED(tc); in ATF_TC_BODY()
HDtaskpool_test.c45 UNUSED(tc); in ATF_TC_BODY()
69 UNUSED(tc); in ATF_TC_BODY()
122 UNUSED(tc); in ATF_TC_BODY()
161 UNUSED(tc); in ATF_TC_BODY()
HDsymtab_test.c34 UNUSED(arg); in undefine()
56 UNUSED(tc); in ATF_TC_BODY()
/NextBSD/contrib/libxo/xo/
HDxo.c21 #ifndef UNUSED
22 #define UNUSED __attribute__ ((__unused__)) macro
80 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint() argument
95 const char *fmt, va_list vap UNUSED) in formatter() argument
97 int lflag UNUSED = 0; /* Parse long flag, though currently ignored */ in formatter() local
250 main (int argc UNUSED, char **argv) in main() argument
/NextBSD/contrib/byacc/test/
HDcalc2.y91 #define UNUSED(x) ((void)(x)) macro
96 UNUSED(regs); /* %parse-param regs is not actually used here */ in YYERROR_DECL()
97 UNUSED(base); /* %parse-param base is not actually used here */ in YYERROR_DECL()
HDcalc3.y94 #define UNUSED(x) ((void)(x)) macro
99 UNUSED(regs); /* %parse-param regs is not actually used here */ in YYERROR_DECL()
100 UNUSED(base); /* %parse-param base is not actually used here */ in YYERROR_DECL()
HDerr_syntax27.y94 #define UNUSED(x) ((void)(x)) macro
99 UNUSED(regs); /* %parse-param regs is not actually used here */ in YYERROR_DECL()
100 UNUSED(base); /* %parse-param base is not actually used here */ in YYERROR_DECL()
HDok_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 */
/NextBSD/contrib/ntp/lib/isc/
HDstats.c220 UNUSED(prev); in incrementcounter()
223 UNUSED(prev); in incrementcounter()
246 UNUSED(prev); in decrementcounter()
249 UNUSED(prev); in decrementcounter()
277 UNUSED(i); in copy_counters()
HDsocket_api.c193 UNUSED(socket); /* in case REQUIRE() is empty */ in isc_socket_setname()
194 UNUSED(name); in isc_socket_setname()
195 UNUSED(tag); in isc_socket_setname()
/NextBSD/contrib/libxo/libxo/
HDxo_syslog.c103 #ifndef UNUSED
104 #define UNUSED __attribute__ ((__unused__)) macro
114 static pthread_mutex_t xo_syslog_mutex UNUSED = PTHREAD_MUTEX_INITIALIZER; variable
467 xo_syslog_handle_close (void *opaque UNUSED) in xo_syslog_handle_close() argument
472 xo_syslog_handle_flush (void *opaque UNUSED) in xo_syslog_handle_flush() argument
604 char *buf UNUSED = NULL; in xo_vsyslog() local
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_macros.h36 # define UNUSED JEMALLOC_ATTR(unused) macro
38 # define UNUSED macro
/NextBSD/contrib/libxo/xopo/
HDxopo.c24 #ifndef UNUSED
25 #define UNUSED __attribute__ ((__unused__)) macro
115 main (int argc UNUSED, char **argv) in main() argument
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/
HDsanitizer_test_utils.h41 # define UNUSED __attribute__((unused)) macro
44 # define UNUSED macro
/NextBSD/contrib/apr/strings/
HDapr_strnatcmp.c29 # define UNUSED __attribute__((__unused__)) macro
31 # define UNUSED macro
/NextBSD/lib/libc/isc/
HDev_timers.c283 UNUSED(value); in evConfigTimer()
433 UNUSED(ctx); in evCreateTimers()
467 UNUSED(uap); in free_timer()
495 UNUSED(due); in idle_timeout()
496 UNUSED(inter); in idle_timeout()
HDev_streams.c137 UNUSED(opaqueCtx); in evTimeRW()
148 UNUSED(opaqueCtx); in evUntimeRW()
273 UNUSED(evmask); in writable()
296 UNUSED(evmask); in readable()
/NextBSD/contrib/elftoolchain/nm/
HDnm.c174 #define UNUSED(p) ((void)p) macro
321 UNUSED(l); in cmp_none()
322 UNUSED(r); in cmp_none()
1735 UNUSED(sym); in sym_elem_def()
1736 UNUSED(name); in sym_elem_def()
1747 UNUSED(sym); in sym_elem_global()
1748 UNUSED(name); in sym_elem_global()
1761 UNUSED(type); in sym_elem_global_static()
1762 UNUSED(name); in sym_elem_global_static()
1777 UNUSED(type); in sym_elem_nondebug()
[all …]
/NextBSD/sys/contrib/ngatm/netnatm/msg/
HDuni_ie.c50 #define UNUSED(_p) do { (void)(_p); } while (0) macro
1326 UNUSED(cx); in check_cause()
1661 UNUSED(cx); in DEF_IE_CHECK()
1747 UNUSED(cx); in DEF_IE_CHECK()
1816 UNUSED(cx); in DEF_IE_CHECK()
1909 UNUSED(cx); in DEF_IE_CHECK()
2303 UNUSED(cx); in DEF_IE_CHECK()
2350 UNUSED(cx); in DEF_IE_CHECK()
2401 UNUSED(cx); in DEF_IE_CHECK()
2464 UNUSED(cx); in DEF_IE_CHECK()
[all …]

1234