/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_access.cpp | 20 AccessType typ) { in TryTraceMemoryAccess() argument 58 AccessType typ) { in TryTraceMemoryAccessRange() argument 79 AccessType typ) { in TraceMemoryAccessRange() argument 150 DoReportRace(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,Shadow old,AccessType typ) DoReportRace() argument 174 ContainsSameAccess(RawShadow * s,Shadow cur,int unused0,int unused1,AccessType typ) ContainsSameAccess() argument 196 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,int unused0,int unused1,AccessType typ) CheckRaces() argument 240 ContainsSameAccess(RawShadow * unused0,Shadow unused1,m128 shadow,m128 access,AccessType typ) ContainsSameAccess() argument 275 DoReportRaceV(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,u32 race_mask,m128 shadow,AccessType typ) DoReportRaceV() argument 306 CheckRaces(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,m128 shadow,m128 access,AccessType typ) CheckRaces() argument 395 AccessType typ; DumpShadow() local 415 TraceRestartMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) TraceRestartMemoryAccess() argument 421 MemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) MemoryAccess() argument 449 RestartMemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) RestartMemoryAccess16() argument 455 MemoryAccess16(ThreadState * thr,uptr pc,uptr addr,AccessType typ) MemoryAccess16() argument 485 RestartUnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) RestartUnalignedMemoryAccess() argument 492 UnalignedMemoryAccess(ThreadState * thr,uptr pc,uptr addr,uptr size,AccessType typ) UnalignedMemoryAccess() argument 605 const AccessType typ = kAccessWrite | kAccessFree | kAccessSlotLocked | MemoryRangeFreed() local 651 MemoryAccessRangeOne(ThreadState * thr,RawShadow * shadow_mem,Shadow cur,AccessType typ) MemoryAccessRangeOne() argument 667 const AccessType typ = MemoryAccessRangeT() local [all...] |
H A D | tsan_suppressions.cpp | 68 static const char *conv(ReportType typ) { in conv() argument 108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() argument 127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() argument
|
H A D | tsan_shadow.h | 61 Shadow(FastState state, u32 addr, u32 size, AccessType typ) { in Shadow() 84 void GetAccess(uptr *addr, uptr *size, AccessType *typ) const { in GetAccess() 101 bool IsBothReadsOrAtomic(AccessType typ) const { in IsBothReadsOrAtomic() 112 bool IsRWWeakerOrEqual(AccessType typ) const { in IsRWWeakerOrEqual()
|
H A D | tsan_rtl_report.cpp | 130 bool ShouldReport(ThreadState *thr, ReportType typ) { in ShouldReport() 158 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) { in ScopedReportBase() 181 AccessType typ; in AddMemoryAccess() local 346 ScopedReport::ScopedReport(ReportType typ, uptr tag) in ScopedReport() 433 AccessType typ, Tid *ptid, VarSizeStackTrace *pstk, in RestoreStack()
|
H A D | tsan_debugging.cpp | 21 static const char *ReportTypeDescription(ReportType typ) { in ReportTypeDescription() 45 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
|
H A D | tsan_external.cpp | 68 void *tag, AccessType typ) { in ExternalAccess()
|
/freebsd-src/contrib/ncurses/form/ |
H A D | frm_hook.c | 39 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument 49 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
|
H A D | fld_def.c | 86 _nc_Make_Argument(const FIELDTYPE *typ, va_list *ap, int *err) in _nc_Make_Argument() 133 _nc_Copy_Argument(const FIELDTYPE *typ, const TypeArgument *argp, int *err) in _nc_Copy_Argument() 181 _nc_Free_Argument(const FIELDTYPE *typ, TypeArgument *argp) in _nc_Free_Argument()
|
H A D | fld_newftyp.c | 125 free_fieldtype(FIELDTYPE *typ) in free_fieldtype()
|
H A D | fty_generic.c | 168 GenericArgument(const FIELDTYPE *typ, in GenericArgument()
|
/freebsd-src/contrib/ncurses/menu/ |
H A D | m_hook.c | 44 #define GEN_HOOK_SET_FUNCTION( typ, name ) \ argument 54 #define GEN_HOOK_GET_FUNCTION( typ, name ) \ argument
|
/freebsd-src/sys/dev/mlx5/ |
H A D | device.h | 47 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument 48 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 49 #define __mlx5_bit_off(typ, fld) __offsetof(struct mlx5_ifc_##typ##_bits, fld) argument 50 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 51 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fl argument 52 __mlx5_64_off(typ,fld) global() argument 53 __mlx5_16_bit_off(typ,fld) global() argument 54 __mlx5_dw_bit_off(typ,fld) global() argument 55 __mlx5_mask(typ,fld) global() argument 56 __mlx5_dw_mask(typ,fld) global() argument 57 __mlx5_mask16(typ,fld) global() argument 58 __mlx5_16_mask(typ,fld) global() argument 59 __mlx5_st_sz_bits(typ) global() argument 61 MLX5_FLD_SZ_BYTES(typ,fld) global() argument 62 MLX5_ST_SZ_BYTES(typ) global() argument 63 MLX5_ST_SZ_DW(typ) global() argument 64 MLX5_ST_SZ_QW(typ) global() argument 65 MLX5_UN_SZ_BYTES(typ) global() argument 66 MLX5_UN_SZ_DW(typ) global() argument 67 MLX5_BYTE_OFF(typ,fld) global() argument 68 MLX5_ADDR_OF(typ,p,fld) global() argument 71 MLX5_SET(typ,p,fld,v) global() argument 80 MLX5_SET_TO_ONES(typ,p,fld) global() argument 89 MLX5_GET(typ,p,fld) global() argument 93 MLX5_GET_PR(typ,p,fld) global() argument 99 __MLX5_SET64(typ,p,fld,v) global() argument 104 MLX5_SET64(typ,p,fld,v) global() argument 109 MLX5_ARRAY_SET64(typ,p,fld,idx,v) global() argument 114 MLX5_GET64(typ,p,fld) global() argument 116 MLX5_GET16(typ,p,fld) global() argument 120 MLX5_SET16(typ,p,fld,v) global() argument 129 MLX5_GET64_BE(typ,p,fld) global() argument 132 MLX5_GET_BE(type_t,typ,p,fld) global() argument 159 MLX5_VSC_SET(typ,p,fld,v) global() argument 168 MLX5_VSC_GET(typ,p,fld) global() argument 172 MLX5_VSC_GET_PR(typ,p,fld) global() argument [all...] |
/freebsd-src/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_cts.h | 14 blkbits, ivbits, typ) \ argument
|
H A D | cipher_rc4.c | 73 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ argument
|
H A D | cipher_rc5.c | 133 blkbits, ivbits, typ) \ argument
|
H A D | cipher_rc2.c | 223 ivbits, typ) \ argument
|
/freebsd-src/crypto/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 131 blkbits, ivbits, typ) \ argument 158 kbits, blkbits, ivbits, typ) \ argument 186 kbits, blkbits, ivbits, typ) \ argument 208 blkbits, ivbits, typ) \ argument 215 blkbits, ivbits, typ) \ argument
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | sppctl.h | 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
|
/freebsd-src/crypto/openssl/providers/implementations/digests/ |
H A D | sha3_prov.c | 192 # define SHA3_SET_MD(uname, typ) \ argument 200 # define SHA3_SET_MD(uname, typ) ctx->meth = sha3_generic_md; argument 203 #define SHA3_newctx(typ, uname, name, bitlen, pad) \ argument
|
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 167 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; ossl_asn1_primitive_free() local
|
H A D | tasn_new.c | 264 ASN1_TYPE *typ; in asn1_primitive_new() local
|
/freebsd-src/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_qp.c | 212 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument 215 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument 222 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument
|
/freebsd-src/sbin/init/ |
H A D | init.c | 855 struct ttyent *typ; in single_user() local 1296 new_session(session_t *sprev, struct ttyent *typ) in new_session() 1339 setupargv(session_t *sp, struct ttyent *typ) in setupargv() 1391 struct ttyent *typ; in read_ttys() local 1754 struct ttyent *typ; in clean_ttys() local
|
/freebsd-src/contrib/ntp/sntp/libopts/ |
H A D | configfile.c | 1239 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ) in parse_keyword() 1258 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ) in parse_set_mem() 1275 parse_value(char const * txt, tOptionValue * typ) in parse_value()
|
/freebsd-src/crypto/openssl/apps/ |
H A D | asn1parse.c | 234 int typ; in asn1parse_main() local
|