| /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 | 51 void *map(void *Addr, uptr Size, UNUSED const char *Name, uptr Flags, in map() 52 UNUSED MapPlatformData *Data) { in map() 84 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, in unmap() 85 UNUSED MapPlatformData *Data) { in unmap() 92 UNUSED MapPlatformData *Data) { in setMemoryPermission() 100 UNUSED MapPlatformData *Data) { in releasePagesToOS() 182 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 | 104 void init(UNUSED s32 ReleaseToOsInterval) {} in init() 105 CachedBlock retrieve(UNUSED uptr MaxAllowedFragmentedBytes, UNUSED uptr Size, in retrieve() 106 UNUSED uptr Alignment, UNUSED uptr HeadersSize, in retrieve() 107 UNUSED uptr &EntryHeaderPos) { in retrieve() 110 void store(UNUSED Options Options, UNUSED uptr CommitBase, in store() 111 UNUSED uptr CommitSize, UNUSED uptr BlockBegin, in store() 112 UNUSED MemMapT MemMap) { in store() 118 bool canCache(UNUSED uptr Size) { return false; } in canCache() 124 bool setOption(Option O, UNUSED sptr Value) { in setOption() 132 void getStats(UNUSED ScopedString *Str) { in getStats() [all …]
|
| 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()
|
| /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/pam-krb5/portable/ |
| H A D | krb5-extra.c | 48 #define UNUSED __attribute__((__unused__)) macro 97 krb5_get_error_message(krb5_context ctx UNUSED, krb5_error_code code UNUSED) in krb5_get_error_message() argument 128 krb5_free_error_message(krb5_context ctx UNUSED, const char *msg) in krb5_free_error_message() argument 147 krb5_get_init_creds_opt_alloc(krb5_context ctx UNUSED, in krb5_get_init_creds_opt_alloc() argument 164 krb5_principal_get_realm(krb5_context ctx UNUSED, krb5_const_principal princ) in krb5_principal_get_realm() argument
|
| /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/libsamplerate/ |
| H A D | common.h | 46 #ifdef UNUSED 48 # define UNUSED(x) UNUSED_ ## x __attribute__ ((unused)) macro 50 # define UNUSED(x) /*@unused@*/ x macro 52 # define UNUSED(x) x macro
|
| /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/pam-krb5/module/ |
| H A D | fast.c | 37 cache_init_anonymous(struct pam_args *args, krb5_ccache *ccache UNUSED) in cache_init_anonymous() argument 158 UNUSED static char * 204 UNUSED static char * 258 pamk5_fast_setup(struct pam_args *args UNUSED, in pamk5_fast_setup() argument 259 krb5_get_init_creds_opt *opts UNUSED) in pamk5_fast_setup() argument
|
| /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/pam-krb5/tests/tap/ |
| H A D | kadmin.c | 51 #define UNUSED __attribute__((__unused__)) macro 134 kerberos_expire_password(const char *principal UNUSED, time_t expires UNUSED) in kerberos_expire_password() argument
|
| /freebsd/contrib/pam-krb5/tests/fakepam/ |
| H A D | logging.c | 48 #define UNUSED __attribute__((__unused__)) macro 100 pam_strerror(PAM_STRERROR_CONST pam_handle_t *pamh UNUSED, int code) in pam_strerror() argument 139 pam_vsyslog(const pam_handle_t *pamh UNUSED, int priority, const char *format, in pam_vsyslog() argument
|
| H A D | general.c | 48 #define UNUSED __attribute__((__unused__)) macro 131 pam_modutil_getpwnam(pam_handle_t *pamh UNUSED, const char *name) in pam_modutil_getpwnam() 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()
|