Searched refs:UNUSED (Results 26 - 50 of 127) sorted by relevance

123456

/freebsd-11-stable/contrib/ntp/lib/isc/tests/
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);
H A Dqueue_test.c60 UNUSED(tc);
/freebsd-11-stable/contrib/gcc/
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-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c106 #ifndef UNUSED
107 #define UNUSED __attribute__ ((__unused__)) macro
108 #endif /* UNUSED */
117 static pthread_mutex_t xo_syslog_mutex UNUSED = PTHREAD_MUTEX_INITIALIZER; variable
472 xo_syslog_handle_close (void *opaque UNUSED) argument
477 xo_syslog_handle_flush (void *opaque UNUSED) argument
609 char *buf UNUSED = NULL; local
/freebsd-11-stable/contrib/lua/src/
H A Dllimits.h107 #if !defined(UNUSED)
108 #define UNUSED(x) ((void)(x)) macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h41 #define UNUSED macro
46 #define UNUSED __attribute__((unused)) macro
/freebsd-11-stable/lib/libc/isc/
H A Dev_streams.c137 UNUSED(opaqueCtx);
148 UNUSED(opaqueCtx);
273 UNUSED(evmask);
296 UNUSED(evmask);
H A Dev_timers.c283 UNUSED(value);
433 UNUSED(ctx);
467 UNUSED(uap);
495 UNUSED(due);
496 UNUSED(inter);
/freebsd-11-stable/usr.sbin/acpi/acpidump/
H A Dacpidump.h96 UNUSED, enumerator in enum:TCPAevent_types
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsocket_api.c193 UNUSED(socket); /* in case REQUIRE() is empty */
194 UNUSED(name);
195 UNUSED(tag);
H A Dmem_api.c213 UNUSED(name);
214 UNUSED(tag);
H A Dbacktrace.c207 UNUSED(maxaddrs);
H A Drwlock.c667 UNUSED(type);
730 UNUSED(read_quota);
731 UNUSED(write_quota);
794 UNUSED(type);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp126 thread_local bool UNUSED TOnce = [] {
372 XRayLogInitStatus basicLoggingInit(UNUSED size_t BufferSize,
373 UNUSED size_t BufferMax, void *Options,
515 static auto UNUSED Unused = __xray::basicLogDynamicInitializer();
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c174 #define UNUSED(p) ((void)p) macro
321 UNUSED(l);
322 UNUSED(r);
1740 UNUSED(sym);
1741 UNUSED(name);
1752 UNUSED(sym);
1753 UNUSED(name);
1766 UNUSED(type);
1767 UNUSED(name);
1782 UNUSED(typ
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/
H A Dmutex.c189 UNUSED(file);
190 UNUSED(line);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllimits.h86 #if !defined(UNUSED)
87 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp138 void releasePagesToOS(UNUSED uptr BaseAddress, uptr Offset, uptr Size,
173 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) {
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c192 UNUSED(arg);
198 UNUSED(arg);
530 UNUSED(cp);
531 UNUSED(mp);
555 UNUSED(cp);
/freebsd-11-stable/contrib/byacc/test/yacc/
H A Dcalc3.tab.c330 #define UNUSED(x) ((void)(x)) macro
335 UNUSED(regs); /* %parse-param regs is not actually used here */
336 UNUSED(base); /* %parse-param base is not actually used here */
H A Dcalc2.tab.c332 #define UNUSED(x) ((void)(x)) macro
337 UNUSED(regs); /* %parse-param regs is not actually used here */
338 UNUSED(base); /* %parse-param base is not actually used here */
H A Dok_syntax1.tab.c354 #define UNUSED(x) ((void)(x)) macro
359 UNUSED(regs); /* %parse-param regs is not actually used here */
360 UNUSED(base); /* %parse-param base is not actually used here */
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c50 #define UNUSED(_p) do { (void)(_p); } while (0) macro
1326 UNUSED(cx);
1661 UNUSED(cx);
1747 UNUSED(cx);
1816 UNUSED(cx);
1909 UNUSED(cx);
2303 UNUSED(cx);
2350 UNUSED(cx);
2401 UNUSED(cx);
2464 UNUSED(c
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c194 UNUSED(cmode);
235 UNUSED(rcr);
402 UNUSED(mc);
426 UNUSED(mc);

Completed in 388 milliseconds

123456