| /NextBSD/contrib/gcc/ |
| HD | gthr-single.h | 40 #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 …]
|
| HD | gthr-gnat.c | 36 #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()
|
| HD | gthr-solaris.h | 43 #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/ |
| HD | atomic.h | 42 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/ |
| HD | atomic.h | 115 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/ |
| HD | hash_test.c | 98 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 …]
|
| HD | task_test.c | 45 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()
|
| HD | taskpool_test.c | 45 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()
|
| HD | symtab_test.c | 34 UNUSED(arg); in undefine() 56 UNUSED(tc); in ATF_TC_BODY()
|
| /NextBSD/contrib/libxo/xo/ |
| HD | xo.c | 21 #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/ |
| HD | calc2.y | 91 #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()
|
| HD | calc3.y | 94 #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()
|
| HD | err_syntax27.y | 94 #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()
|
| HD | ok_syntax1.y | 122 #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/ |
| HD | stats.c | 220 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()
|
| HD | socket_api.c | 193 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/ |
| HD | xo_syslog.c | 103 #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/ |
| HD | jemalloc_internal_macros.h | 36 # define UNUSED JEMALLOC_ATTR(unused) macro 38 # define UNUSED macro
|
| /NextBSD/contrib/libxo/xopo/ |
| HD | xopo.c | 24 #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/ |
| HD | sanitizer_test_utils.h | 41 # define UNUSED __attribute__((unused)) macro 44 # define UNUSED macro
|
| /NextBSD/contrib/apr/strings/ |
| HD | apr_strnatcmp.c | 29 # define UNUSED __attribute__((__unused__)) macro 31 # define UNUSED macro
|
| /NextBSD/lib/libc/isc/ |
| HD | ev_timers.c | 283 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()
|
| HD | ev_streams.c | 137 UNUSED(opaqueCtx); in evTimeRW() 148 UNUSED(opaqueCtx); in evUntimeRW() 273 UNUSED(evmask); in writable() 296 UNUSED(evmask); in readable()
|
| /NextBSD/contrib/elftoolchain/nm/ |
| HD | nm.c | 174 #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/ |
| HD | uni_ie.c | 50 #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 …]
|