| /freebsd-12-stable/contrib/gcc/ |
| D | 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 …]
|
| D | 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()
|
| D | 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
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | trusty.cpp | 33 void *map(UNUSED void *Addr, uptr Size, UNUSED const char *Name, uptr Flags, in map() 34 UNUSED MapPlatformData *Data) { in map() 60 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() 61 UNUSED MapPlatformData *Data) {} in unmap() 63 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, in setMemoryPermission() 64 UNUSED MapPlatformData *Data) {} in setMemoryPermission() 66 void releasePagesToOS(UNUSED uptr BaseAddress, UNUSED uptr Offset, in releasePagesToOS() 67 UNUSED uptr Size, UNUSED MapPlatformData *Data) {} in releasePagesToOS() 90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() 96 void setAbortMessage(UNUSED const char *Message) {} in setAbortMessage()
|
| D | linux.cpp | 44 void *map(void *Addr, uptr Size, UNUSED const char *Name, uptr Flags, in map() 45 UNUSED MapPlatformData *Data) { in map() 76 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() 77 UNUSED MapPlatformData *Data) { in unmap() 83 UNUSED MapPlatformData *Data) { in setMemoryPermission() 90 UNUSED MapPlatformData *Data) { in releasePagesToOS() 155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
| D | fuchsia.cpp | 139 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, in setMemoryPermission() 140 UNUSED MapPlatformData *Data) { in setMemoryPermission() 149 void releasePagesToOS(UNUSED uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS() 186 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
| D | secondary.h | 74 void init(UNUSED s32 ReleaseToOsInterval) {} in init() 75 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() 76 UNUSED LargeBlock::Header **H, UNUSED bool *Zeroed) { in retrieve() 79 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 80 bool canCache(UNUSED uptr Size) { return false; } in canCache() 86 bool setOption(Option O, UNUSED sptr Value) { in setOption()
|
| /freebsd-12-stable/sys/contrib/ncsw/inc/ |
| D | debug_ext.h | 111 UNUSED(dumpIdxStr[0][0]); \ 112 UNUSED(dumpSubStr[0]); \ 113 UNUSED(dumpTmpStr[0]); \ 114 UNUSED(p_DumpToken); \ 115 UNUSED(dumpArrIdx); \ 116 UNUSED(dumpArrSize); \ 117 UNUSED(dumpLevel); \ 118 UNUSED(dumpTmpLevel); \ 119 UNUSED(dumpIsArr[0]);
|
| /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
| D | fm_macsec_secy.c | 55 UNUSED(id); in FmMacsecSecYExceptionsIsr() 66 UNUSED(id); in FmMacsecSecYEventsIsr() 819 UNUSED(h_FmMacsecSecY); in FM_MACSEC_SECY_GetRxScPhysId() 844 UNUSED(h_FmMacsecSecY);UNUSED(exception);UNUSED(enable); in FM_MACSEC_SECY_SetException() 850 UNUSED(h_FmMacsecSecY);UNUSED(event);UNUSED(enable); in FM_MACSEC_SECY_SetEvent() 856 UNUSED(h_FmMacsecSecY);UNUSED(p_Statistics); in FM_MACSEC_SECY_GetStatistics() 862 UNUSED(h_FmMacsecSecY);UNUSED(h_Sc);UNUSED(p_Statistics); in FM_MACSEC_SECY_RxScGetStatistics() 868 UNUSED(h_FmMacsecSecY);UNUSED(h_Sc);UNUSED(an);UNUSED(p_Statistics); in FM_MACSEC_SECY_RxSaGetStatistics() 874 UNUSED(h_FmMacsecSecY);UNUSED(p_Statistics); in FM_MACSEC_SECY_TxScGetStatistics() 880 UNUSED(h_FmMacsecSecY);UNUSED(an);UNUSED(p_Statistics); in FM_MACSEC_SECY_TxSaGetStatistics()
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | rtree.h | 211 rtree_leaf_elm_extent_read(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_extent_read() 224 rtree_leaf_elm_szind_read(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_szind_read() 236 rtree_leaf_elm_slab_read(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_slab_read() 248 rtree_leaf_elm_extent_write(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_extent_write() 262 rtree_leaf_elm_szind_write(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_szind_write() 280 rtree_leaf_elm_slab_write(UNUSED tsdn_t *tsdn, UNUSED rtree_t *rtree, in rtree_leaf_elm_slab_write()
|
| D | arena_stats.h | 98 arena_stats_init(UNUSED tsdn_t *tsdn, arena_stats_t *arena_stats) { in arena_stats_init() 150 UNUSED static inline void 154 UNUSED uint64_t r = atomic_fetch_sub_u64(p, x, ATOMIC_RELAXED); in arena_stats_sub_u64() 204 UNUSED size_t r = atomic_fetch_sub_zu(p, x, ATOMIC_RELAXED); in arena_stats_sub_zu()
|
| /freebsd-12-stable/contrib/libxo/xo/ |
| D | 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
|
| /freebsd-12-stable/contrib/byacc/test/ |
| D | 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()
|
| D | 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()
|
| D | 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()
|
| D | 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 */
|
| /freebsd-12-stable/contrib/libxo/libxo/ |
| D | xo_syslog.c | 106 #ifndef UNUSED 107 #define UNUSED __attribute__ ((__unused__)) macro 117 static pthread_mutex_t xo_syslog_mutex UNUSED = PTHREAD_MUTEX_INITIALIZER; variable 472 xo_syslog_handle_close (void *opaque UNUSED) in xo_syslog_handle_close() argument 477 xo_syslog_handle_flush (void *opaque UNUSED) in xo_syslog_handle_flush() argument 609 char *buf UNUSED = NULL; in xo_vsyslog() local
|
| /freebsd-12-stable/contrib/libxo/xopo/ |
| D | xopo.c | 24 #ifndef UNUSED 25 #define UNUSED __attribute__ ((__unused__)) macro 115 main (int argc UNUSED, char **argv) in main() argument
|
| /freebsd-12-stable/contrib/apr/strings/ |
| D | apr_strnatcmp.c | 29 # define UNUSED __attribute__((__unused__)) macro 31 # define UNUSED macro
|
| /freebsd-12-stable/lib/libc/isc/ |
| D | ev_timers.c | 285 UNUSED(value); in evConfigTimer() 435 UNUSED(ctx); in evCreateTimers() 469 UNUSED(uap); in free_timer() 497 UNUSED(due); in idle_timeout() 498 UNUSED(inter); in idle_timeout()
|
| D | ev_streams.c | 139 UNUSED(opaqueCtx); in evTimeRW() 150 UNUSED(opaqueCtx); in evUntimeRW() 275 UNUSED(evmask); in writable() 298 UNUSED(evmask); in readable()
|
| /freebsd-12-stable/contrib/elftoolchain/nm/ |
| D | nm.c | 174 #define UNUSED(p) ((void)p) macro 321 UNUSED(l); in cmp_none() 322 UNUSED(r); in cmp_none() 1740 UNUSED(sym); in sym_elem_def() 1741 UNUSED(name); in sym_elem_def() 1752 UNUSED(sym); in sym_elem_global() 1753 UNUSED(name); in sym_elem_global() 1766 UNUSED(type); in sym_elem_global_static() 1767 UNUSED(name); in sym_elem_global_static() 1782 UNUSED(type); in sym_elem_nondebug() [all …]
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/msg/ |
| D | uni_ie.c | 50 #define UNUSED(_p) do { (void)(_p); } while (0) macro 1328 UNUSED(cx); in check_cause() 1663 UNUSED(cx); in DEF_IE_CHECK() 1749 UNUSED(cx); in DEF_IE_CHECK() 1818 UNUSED(cx); in DEF_IE_CHECK() 1911 UNUSED(cx); in DEF_IE_CHECK() 2305 UNUSED(cx); in DEF_IE_CHECK() 2352 UNUSED(cx); in DEF_IE_CHECK() 2403 UNUSED(cx); in DEF_IE_CHECK() 2466 UNUSED(cx); in DEF_IE_CHECK() [all …]
|
| /freebsd-12-stable/usr.bin/m4/ |
| D | mdef.h | 42 # define UNUSED __attribute__((__unused__)) macro 44 # define UNUSED macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/ |
| D | xray_basic_logging.cpp | 126 thread_local bool UNUSED TOnce = [] { in getThreadLocalData() 372 XRayLogInitStatus basicLoggingInit(UNUSED size_t BufferSize, in basicLoggingInit() 373 UNUSED size_t BufferMax, void *Options, in basicLoggingInit() 515 static auto UNUSED Unused = __xray::basicLogDynamicInitializer();
|