/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 35 UNUSED MapPlatformData *Data) { in map() 62 void unmap(UNUSED void *Addr, UNUSED uptr Size, UNUSED uptr Flags, in unmap() 63 UNUSED MapPlatformData *Data) { in unmap() 68 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, 69 UNUSED MapPlatformData *Data) {} in releasePagesToOS() 71 void releasePagesToOS(UNUSED upt in releasePagesToOS() [all...] |
H A D | linux.cpp | 48 void *map(void *Addr, uptr Size, UNUSED const char *Name, uptr Flags, in map() 49 UNUSED MapPlatformData *Data) { in map() 81 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() 82 UNUSED MapPlatformData *Data) { in unmap() 89 UNUSED MapPlatformData *Data) { in setMemoryPermission() 97 UNUSED MapPlatformData *Data) { in releasePagesToOS() 179 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
H A D | fuchsia.cpp | 167 void setMemoryPermission(UNUSED uptr Addr, UNUSED uptr Size, UNUSED uptr Flags, in setMemoryPermission() 168 UNUSED MapPlatformData *Data) { in setMemoryPermission() 178 void releasePagesToOS(UNUSED uptr BaseAddress, uptr Offset, uptr Size, in releasePagesToOS() 220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom()
|
H A D | secondary.h | 91 void init(UNUSED s32 ReleaseToOsInterval) {} in init() 92 bool retrieve(UNUSED Options Options, UNUSED uptr Size, UNUSED uptr Alignment, in retrieve() 93 UNUSED uptr HeadersSize, UNUSED LargeBlock::Header **H, in retrieve() 94 UNUSED bool *Zeroed) { in retrieve() 97 void store(UNUSED Options Options, LargeBlock::Header *H) { unmap(H); } in store() 98 bool canCache(UNUSED uptr Size) { return false; } in canCache() 104 bool setOption(Option O, UNUSED sptr Value) { in setOption() 112 void getStats(UNUSED ScopedString *Str) { in getStats() 171 T &operator[](uptr UNUSED Idx) { UNREACHABLE("Unsupported!"); }
|
H A D | condition_variable.h | 26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl() 28 void waitImpl(UNUSED HybridMutex &M) REQUIRES(M) { in waitImpl()
|
H A D | mem_map_fuchsia.cpp | 105 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, in mapImpl() 232 bool ReservedMemoryFuchsia::createImpl(UNUSED uptr Addr, uptr Size, in createImpl() 233 UNUSED const char *Name, uptr Flags) { in createImpl()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A 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/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 64 #ifndef UNUSED 65 #define UNUSED __attribute__ ((__unused__)) macro 164 csv_dbg (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_dbg() argument 205 csv_destroy (xo_handle_t *xop UNUSED, csv_private_t *csv) in csv_destroy() argument 243 csv_stack_push (csv_private_t *csv UNUSED, const char *name UNUSED) in csv_stack_push() argument 254 csv_stack_pop (csv_private_t *csv UNUSED, const char *name UNUSED) in csv_stack_pop() argument 271 csv_quote_flags (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_quote_flags() argument 421 csv_open_level (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_open_level() argument 463 csv_close_level (xo_handle_t *xop UNUSED, csv_private_t *csv, const char *name) in csv_close_level() argument 493 csv_leaf_num (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_leaf_num() argument [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
H A 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/contrib/libcbor/examples/ |
H A D | streaming_parser.c | 13 #define UNUSED(x) __attribute__((__unused__)) x macro 15 #define UNUSED(x) x macro 33 void find_string(void* UNUSED(_ctx), cbor_data buffer, uint64_t len) { in find_string()
|
/freebsd/contrib/byacc/test/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A 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/contrib/libxo/xo/ |
H A D | xo.c | 22 #ifndef UNUSED 23 #define UNUSED __attribute__ ((__unused__)) macro 81 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint() argument 96 const char *fmt, va_list vap UNUSED) in formatter() argument 98 int lflag UNUSED = 0; /* Parse long flag, though currently ignored */ in formatter() local 271 main (int argc UNUSED, char **argv) in main() argument
|
/freebsd/contrib/libxo/libxo/ |
H A 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/contrib/libxo/xopo/ |
H A D | xopo.c | 24 #ifndef UNUSED 25 #define UNUSED __attribute__ ((__unused__)) macro 115 main (int argc UNUSED, char **argv) in main() argument
|
/freebsd/lib/libc/isc/ |
H A D | ev_timers.c | 279 UNUSED(value); in evConfigTimer() 429 UNUSED(ctx); in evCreateTimers() 463 UNUSED(uap); in free_timer() 491 UNUSED(due); in idle_timeout() 492 UNUSED(inter); in idle_timeout()
|
H A D | ev_streams.c | 133 UNUSED(opaqueCtx); in evTimeRW() 144 UNUSED(opaqueCtx); in evUntimeRW() 269 UNUSED(evmask); in writable() 292 UNUSED(evmask); in readable()
|
/freebsd/contrib/elftoolchain/nm/ |
H A D | nm.c | 180 #define UNUSED(p) ((void)p) macro 328 UNUSED(l); in cmp_none() 329 UNUSED(r); in cmp_none() 1778 UNUSED(sym); in sym_elem_def() 1779 UNUSED(name); in sym_elem_def() 1790 UNUSED(sym); in sym_elem_global() 1791 UNUSED(name); in sym_elem_global() 1804 UNUSED(type); in sym_elem_global_static() 1805 UNUSED(name); in sym_elem_global_static() 1820 UNUSED(type); in sym_elem_nondebug() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_shadow.h | 65 UNUSED Sid sid0 = part_.sid_; in Shadow() 66 UNUSED u16 epoch0 = part_.epoch_; in Shadow() 115 UNUSED u32 res0 = in IsRWWeakerOrEqual()
|
/freebsd/usr.bin/m4/ |
H A D | mdef.h | 39 # define UNUSED __attribute__((__unused__)) macro 41 # define UNUSED macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | NVPTX.cpp | 62 GPU = OffloadArch::UNUSED; in NVPTXTargetInfo() 178 if (GPU == OffloadArch::UNUSED && !HostTarget) in getTargetDefines() 242 case OffloadArch::UNUSED: in getTargetDefines()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A 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();
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 74 # define UNUSED __attribute__ ((unused)) macro 90 # define UNUSED macro 307 volatile float y UNUSED = x; in force_eval_float() local 312 volatile double y UNUSED = x; in force_eval_double() local
|