/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 73 CloneArgsWithoutX(const std::vector<std::string> & Args,const char * X) CloneArgsWithoutX() argument 77 SplitBefore(std::string X,std::string S) SplitBefore() argument 93 Log(size_t X) Log() argument 100 uintptr_t X = reinterpret_cast<uintptr_t>(P); RoundUpByPage() local 106 uintptr_t X = reinterpret_cast<uintptr_t>(P); RoundDownByPage() local 113 HostToLE(T X) HostToLE() argument 115 HostToLE(T X) HostToLE() argument [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Debug.h | 64 #define DEBUG_WITH_TYPE(TYPE, X) \ argument 69 #define isCurrentDebugType(X) (false) argument 70 #define setCurrentDebugType(X) do { (void)(X); } while (false) argument 71 #define setCurrentDebugTypes(X, N) do { (void)(X); (voi argument 72 DEBUG_WITH_TYPE(TYPE,X) global() argument 101 LLVM_DEBUG(X) global() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | TokenKinds.cpp | 18 #define TOK(X) #X, argument 19 #define KEYWORD(X,Y) #X, argument 33 #define PUNCTUATOR(X,Y) case X: return Y; in getPunctuatorSpelling() argument 42 #define KEYWORD(X,Y) case kw_ ## X: return #X; in getKeywordSpelling() argument 60 #define ANNOTATION(X) case annot_ ## X: return true; in isAnnotation() argument 70 #define PRAGMA_ANNOTATION(X) case annot_ ## X: return true; in isPragmaAnnotation() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 127 PPC_REGS0_7(X) global() argument 132 PPC_REGS0_31(X) global() argument 139 PPC_REGS_EVEN0_30(X) global() argument 145 PPC_REGS0_63(X) global() argument 156 PPC_REGS_NO0_31(Z,X) global() argument 175 PPC_REGS0_7(X) global() argument 180 PPC_REGS0_3(X) global() argument [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 31 inline constexpr bool isPowerOfTwo(uptr X) { in isPowerOfTwo() 37 inline constexpr uptr roundUp(uptr X, uptr Boundary) { in roundUp() 41 inline constexpr uptr roundUpSlow(uptr X, uptr Boundary) { in roundUpSlow() 45 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDown() 49 inline constexpr uptr roundDownSlow(uptr X, uptr Boundary) { in roundDownSlow() 53 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() 57 inline constexpr bool isAlignedSlow(uptr X, uptr Alignment) { in isAlignedSlow() 71 inline uptr getMostSignificantSetBitIndex(uptr X) { in getMostSignificantSetBitIndex() 86 inline uptr getLeastSignificantSetBitIndex(uptr X) { in getLeastSignificantSetBitIndex() 91 inline uptr getLog2(uptr X) { in getLog2()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | smmintrin.h | 56 #define _mm_ceil_ps(X) _mm_round_ps((X), _MM_FROUND_CEIL) argument 73 #define _mm_ceil_pd(X) _mm_round_pd((X), _MM_FROUND_CEIL) argument 98 #define _mm_ceil_ss(X, Y) _mm_round_ss((X), (Y), _MM_FROUND_CEIL) argument 123 #define _mm_ceil_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_CEIL) argument 140 #define _mm_floor_ps(X) _mm_round_ps((X), _MM_FROUND_FLOOR) argument 157 #define _mm_floor_pd(X) _mm_round_pd((X), _MM_FROUND_FLOOR) argument 182 #define _mm_floor_ss(X, Y) _mm_round_ss((X), (Y), _MM_FROUND_FLOOR) argument 207 #define _mm_floor_sd(X, Y) _mm_round_sd((X), (Y), _MM_FROUND_FLOOR) argument 239 #define _mm_round_ps(X, M) \ argument 280 #define _mm_round_ss(X, Y, M) \ argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | TrackingMDRef.h | 32 TrackingMDRef(TrackingMDRef &&X) : MD(X.MD) { retrack(X); } in TrackingMDRef() function 33 TrackingMDRef(const TrackingMDRef &X) : MD(X.MD) { track(); } in TrackingMDRef() 93 void retrack(TrackingMDRef &X) { in retrack() 113 TypedTrackingMDRef(TypedTrackingMDRef &&X) : Ref(std::move(X.Ref)) {} in TypedTrackingMDRef() function 114 TypedTrackingMDRef(const TypedTrackingMDRef &X) : Ref(X.Ref) {} in TypedTrackingMDRef()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.h | 26 #define TOK(X) X, argument 34 #define PPKEYWORD(X) pp_##X, argument 42 #define OBJC_AT_KEYWORD(X) objc_##X, argument 50 #define NOTABLE_IDENTIFIER(X) X, argument 112 #define KEYWORD_ATTRIBUTE(X, ...) || (K == tok::kw_##X) in isRegularKeywordAttribute() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | debug.h | 32 #define ORC_RT_DEBUG_WITH_TYPE(TYPE, X) \ argument 48 #define ORC_RT_DEBUG_WITH_TYPE(TYPE, X) \ argument 54 #define ORC_RT_DEBUG(X) ORC_RT_DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5-private.h | 13 #define KRB5_DEPRECATED_FUNCTION(X) __attribute__((__deprecated__)) argument 15 #define KRB5_DEPRECATED_FUNCTION(X) argument 591 #define KRB5_DEPRECATED_FUNCTION(X) argument
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 8 #define COMPILER_ASSERT(X) (void) sizeof(char[(X) ? 1 : -1]) argument 18 #define ROTL32(X, B) rotl32((X), (B)) argument 25 #define ROTL64(X, B) rotl64((X), (B)) argument 32 #define ROTR32(X, B) rotr32((X), (B)) argument 39 #define ROTR64(X, B) rotr64((X), (B)) argument 239 # define POISON(X, L) ct_poison((X), (L)) argument 240 # define UNPOISON(X, L) ct_unpoison((X), (L)) argument 242 # define POISON(X, L) (void) 0 argument 243 # define UNPOISON(X, L) (void) 0 argument
|
/freebsd/sys/fs/autofs/ |
H A D | autofs.h | 60 #define AUTOFS_SLOCK(X) sx_slock(&X->am_lock) argument 61 #define AUTOFS_XLOCK(X) sx_xlock(&X->am_lock) argument 62 #define AUTOFS_SUNLOCK(X) sx_sunlock(&X argument 44 AUTOFS_DEBUG(X,...) global() argument 50 AUTOFS_WARN(X,...) global() argument 58 AUTOFS_SLOCK(X) global() argument 59 AUTOFS_XLOCK(X) global() argument 63 AUTOFS_ASSERT_XLOCKED(X) global() argument 64 AUTOFS_ASSERT_UNLOCKED(X) global() argument [all...] |
/freebsd/sys/crypto/skein/ |
H A D | skein_debug.c | 19 static void Show64_step(size_t cnt,const u64b_t *X,size_t step) in Show64_step() 31 #define Show64(cnt,X) Show64_step(cnt,X,1) argument 33 static void Show64_flag(size_t cnt,const u64b_t *X) in Show64_flag() 89 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X) in Skein_Show_Round() 165 u64b_t X[SKEIN_MAX_STATE_WORDS]; in Skein_Show_R_Ptr() local 174 void Skein_Show_Block(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u64b_t *X,const u08b_t *blkPtr, in Skein_Show_Block()
|
/freebsd/contrib/ntp/util/ |
H A D | timetrim.c | 38 #define abs(X) (((X) < 0) ? -(X) : (X)) argument 40 #define SGITONTP(X) ((double)(X) * 1048576.0/1.0e9) argument 41 #define NTPTOSGI(X) ((long)((X) * 1.0e9/1048576.0)) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 147 Value *X = Mul.getOperand(0), *Y = Mul.getOperand(1); in foldMulShl1() local 205 if (Instruction *X = foldVectorBinop(I)) in visitMul() local 283 Value *X; in visitMul() local 307 Value *X; in visitMul() local 328 Value *X; in visitMul() local 409 Value *X = Div->getOperand(0), *DivOp1 = Div->getOperand(1); in visitMul() local 577 Value *X, *Y; in foldFPSignBitOps() local 615 Value *X, *Y, *Z; in foldPowiReassoc() 678 Value *X, *Y; in foldFMulReassoc() local 865 if (Instruction *X = foldVectorBinop(I)) in visitFMul() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmYAML.cpp | 283 #define ECase(X) IO.enumCase(Type, #X, wasm::WASM_SEC_##X); in enumeration() argument 343 #define ECase(X) IO.enumCase(Kind, #X, wasm::WASM_FEATURE_PREFIX_##X); in enumeration() argument 488 #define ECase(X) IO.enumCase(Kind, #X, wasm::WASM_COMDAT_##X); in enumeration() argument 552 #define BCase(X) IO.bitSetCase(Value, #X, wasm::WASM_LIMITS_FLAG_##X) in bitset() argument 561 #define BCase(X) IO.bitSetCase(Value, #X, wasm::WASM_SEG_FLAG_##X) in bitset() argument 570 #define BCaseMask(M, X) \ in bitset() argument 588 #define ECase(X) IO.enumCase(Kind, #X, wasm::WASM_SYMBOL_TYPE_##X); in enumeration() argument 600 #define CONCAT(X) (uint32_t) wasm::ValType::X in enumeration() argument 601 #define ECase(X) IO.enumCase(Type, #X, CONCAT(X)); in enumeration() argument 616 #define ECase(X) IO.enumCase(Kind, #X, wasm::WASM_EXTERNAL_##X); in enumeration() argument [all …]
|
H A D | XCOFFYAML.cpp | 30 #define ECase(X) IO.bitSetCase(Value, #X, XCOFF::X) in bitset() argument 49 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration() argument 67 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration() argument 123 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration() argument 150 #define ECase(X) IO.enumCase(Value, #X, XCOFF::X) in enumeration() argument 161 #define ECase(X) IO.enumCase(Type, #X, XCOFFYAML::X) in enumeration() argument 174 #define ECase(X) IO.enumCase(Type, #X, XCOFF::X) in enumeration() argument
|
/freebsd/contrib/tcp_wrappers/ |
H A D | tli-sequent.h | 2 #define __P(X) X argument 4 #define __P(X) () argument
|
/freebsd/crypto/openssl/crypto/sm3/ |
H A D | sm3_local.h | 42 #define P0(X) (X ^ ROTATE(X, 9) ^ ROTATE(X, 17)) argument 43 #define P1(X) (X ^ ROTATE(X, 15) ^ ROTATE(X, 23)) argument 45 #define FF0(X,Y,Z) (X ^ Y ^ Z) argument 46 #define GG0(X,Y,Z) (X ^ Y ^ Z) argument 48 #define FF1(X,Y,Z) ((X & Y) | ((X | Y) & Z)) argument 49 #define GG1(X,Y,Z) ((Z ^ (X & (Y ^ Z)))) argument
|
/freebsd/crypto/heimdal/kdc/ |
H A D | headers.h | 110 #define ALLOC(X) ((X) = calloc(1, sizeof(*(X)))) argument 112 #define ALLOC_SEQ(X, N) do { (X)->len = (N); \ argument
|
/freebsd/sys/dev/iscsi/ |
H A D | icl.h | 48 #define ICL_DEBUG(X, ...) \ argument 54 #define ICL_WARN(X, ...) \ argument 121 #define ICL_CONN_LOCK(X) mtx_lock(X->ic_lock) argument 122 #define ICL_CONN_UNLOCK(X) mtx_unlock(X->ic_lock) argument 123 #define ICL_CONN_LOCK_ASSERT(X) mtx_assert(X->ic_lock, MA_OWNED) argument 124 #define ICL_CONN_LOCK_ASSERT_NOT(X) mtx_assert(X->ic_lock, MA_NOTOWNED) argument
|
/freebsd/sys/sys/ |
H A D | racct.h | 100 #define RACCT_IS_IN_MILLIONS(X) \ argument 108 #define RACCT_IS_RECLAIMABLE(X) (racct_types[X] & RACCT_RECLAIMABLE) argument 113 #define RACCT_IS_INHERITABLE(X) (racct_types[X] & RACCT_INHERITABLE) argument 120 #define RACCT_IS_DENIABLE(X) (racct_types[X] & RACCT_DENIABLE) argument 127 #define RACCT_IS_SLOPPY(X) (racct_types[X] & RACCT_SLOPPY) argument 135 #define RACCT_IS_DECAYING(X) (racct_types[X] & RACCT_DECAYING) argument 140 #define RACCT_CAN_DROP(X) (RACCT_IS_RECLAIMABLE(X) | RACCT_IS_DECAYING(X)) argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILIntrinsicExpansion.cpp | 53 Value *X = Orig->getOperand(0); in expandAbs() local 104 Value *X = Orig->getOperand(0); in expandExpIntrinsic() local 126 Value *X = Orig->getOperand(0); in expandAnyIntrinsic() local 161 Value *X = Orig->getOperand(0); in expandLerpIntrinsic() local 176 Value *X = Orig->getOperand(0); in expandLogIntrinsic() local 202 Value *X = Orig->getOperand(0); in expandPowIntrinsic() local 247 Value *X = Orig->getOperand(0); in expandClampIntrinsic() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 95 #define X(type, name) type m_##name; macro 103 #define X(type, name) K_##name, macro 143 #define X(type, name) \ macro 167 #define X(type, name) \ in as() macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCTargetDesc.cpp | 36 MCInstrInfo *X = new MCInstrInfo(); in createNVPTXMCInstrInfo() local 42 MCRegisterInfo *X = new MCRegisterInfo(); in createNVPTXMCRegisterInfo() local 77 RegisterMCAsmInfo<NVPTXMCAsmInfo> X(*T); in LLVMInitializeNVPTXTargetMC() local
|