Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp35 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 Dlinux.cpp48 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 Dfuchsia.cpp167 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 Dsecondary.h91 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 Dcondition_variable.h26 void notifyAllImpl(UNUSED HybridMutex &M) REQUIRES(M) {} in notifyAllImpl()
28 void waitImpl(UNUSED HybridMutex &M) REQUIRES(M) { in waitImpl()
H A Dmem_map_fuchsia.cpp105 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 Ddebug_ext.h111 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 Denc_csv.c64 #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 Dfm_macsec_secy.c55 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 Dstreaming_parser.c13 #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 Dcalc2.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()
H A Dcalc3.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()
H A Derr_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()
H A Dok_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 */
/freebsd/contrib/libxo/xo/
H A Dxo.c22 #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 Dxo_syslog.c106 #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 Dxopo.c24 #ifndef UNUSED
25 #define UNUSED __attribute__ ((__unused__)) macro
115 main (int argc UNUSED, char **argv) in main() argument
/freebsd/lib/libc/isc/
H A Dev_timers.c279 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 Dev_streams.c133 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 Dnm.c180 #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 Dtsan_shadow.h65 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 Dmdef.h39 # define UNUSED __attribute__((__unused__)) macro
41 # define UNUSED macro
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp62 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 Dxray_basic_logging.cpp126 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 Dmath_config.h74 # 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

123456