/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtil.h | 75 const char *X) { in CloneArgsWithoutX() 79 inline std::pair<std::string, std::string> SplitBefore(std::string X, in SplitBefore() 95 inline size_t Log(size_t X) { in Log() 102 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundUpByPage() local 108 uintptr_t X = reinterpret_cast<uintptr_t>(P); in RoundDownByPage() local 115 template <typename T> T HostToLE(T X) { return X; } in HostToLE() 117 template <typename T> T HostToLE(T X) { return Bswap(X); } in HostToLE()
|
/freebsd-src/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); (void)(N); } while (false) argument 72 #define DEBUG_WITH_TYPE(TYPE, X) do { } while (false) argument 101 #define LLVM_DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) argument
|
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 31 inline constexpr bool isPowerOfTwo(uptr X) { in isPowerOfTwo() argument 37 inline constexpr uptr roundUp(uptr X, uptr Boundary) { in roundUpSlow() argument 41 inline constexpr uptr roundUpSlow(uptr X, uptr Boundary) { in roundDown() argument 45 inline constexpr uptr roundDown(uptr X, uptr Boundary) { in roundDownSlow() argument 33 roundUp(uptr X,uptr Boundary) roundUp() argument 49 isAligned(uptr X,uptr Alignment) isAligned() argument 53 isAlignedSlow(uptr X,uptr Alignment) isAlignedSlow() argument 67 getMostSignificantSetBitIndex(uptr X) getMostSignificantSetBitIndex() argument 82 getLeastSignificantSetBitIndex(uptr X) getLeastSignificantSetBitIndex() argument 87 getLog2(uptr X) getLog2() argument [all...] |
/freebsd-src/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 _mm_ceil_ss(X,Y) global() argument 123 _mm_ceil_sd(X,Y) global() argument 140 _mm_floor_ps(X) global() argument 157 _mm_floor_pd(X) global() argument 182 _mm_floor_ss(X,Y) global() argument 207 _mm_floor_sd(X,Y) global() argument 239 _mm_round_ps(X,M) global() argument 280 _mm_round_ss(X,Y,M) global() argument 314 _mm_round_pd(X,M) global() argument 355 _mm_round_sd(X,Y,M) global() argument 596 _mm_dp_ps(X,Y,M) global() argument 630 _mm_dp_pd(X,Y,M) global() argument 838 _mm_insert_ps(X,Y,N) global() argument 862 _mm_extract_ps(X,N) global() argument 868 _MM_EXTRACT_FLOAT(D,X,N) global() argument 875 _MM_MK_INSERTPS_NDX(X,Y,Z) global() argument 878 _MM_PICK_OUT_PS(X,N) global() argument 922 _mm_insert_epi8(X,I,N) global() argument 954 _mm_insert_epi32(X,I,N) global() argument 985 _mm_insert_epi64(X,I,N) global() argument 1028 _mm_extract_epi8(X,N) global() argument 1054 _mm_extract_epi32(X,N) global() argument 1077 _mm_extract_epi64(X,N) global() argument 1497 _mm_mpsadbw_epu8(X,Y,M) global() argument [all...] |
/freebsd-src/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 [all...] |
/freebsd-src/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-src/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-src/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
|
H A D | krb5-protos.h | 13 #define KRB5_DEPRECATED_FUNCTION(X) __attribute__((__deprecated__)) argument 15 #define KRB5_DEPRECATED_FUNCTION(X) argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 196 #define PPC_REGS0_7(X) \ argument 201 #define PPC_REGS0_31(X) \ argument 208 #define PPC_REGS_EVEN0_30(X) \ argument 214 #define PPC_REGS0_63(X) \ argument 225 #define PPC_REGS_NO0_31(Z, X) \ argument 244 #define PPC_REGS0_7(X) \ argument 249 #define PPC_REGS0_3(X) \ argument
|
/freebsd-src/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-src/sys/fs/autofs/ |
H A D | autofs.h | 46 #define AUTOFS_DEBUG(X, ...) \ argument 52 #define AUTOFS_WARN(X, ...) \ argument 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->am_lock) argument 63 #define AUTOFS_XUNLOCK(X) sx_xunlock(&X->am_lock) argument 64 #define AUTOFS_ASSERT_LOCKED(X) sx_assert(&X->am_lock, SA_LOCKED) argument 65 #define AUTOFS_ASSERT_XLOCKED(X) sx_assert(&X->am_lock, SA_XLOCKED) argument 66 #define AUTOFS_ASSERT_UNLOCKED(X) sx_assert(&X->am_lock, SA_UNLOCKED) argument
|
/freebsd-src/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-src/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-src/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 201 if (Instruction *X = foldVectorBinop(I)) visitMul() local 277 Value *X; visitMul() local 301 Value *X; visitMul() local 324 Value *X, *Y; visitMul() local 334 Value *X, *Y; visitMul() local 347 Value *X, *Y; visitMul() local 388 Value *X = Div->getOperand(0), *DivOp1 = Div->getOperand(1); visitMul() local 547 Value *X, *Y; foldFPSignBitOps() local 577 Value *X, *Y; foldFMulReassoc() local 757 if (Instruction *X = foldVectorBinop(I)) visitFMul() local 785 Value *X, *Y; visitFMul() local 953 Value *X, *Y, *Z; foldIDivShl() local 1057 Value *X; commonIDivTransforms() local 1162 Value *X, *Z; commonIDivTransforms() local 1286 Value *X, *Y; takeLog2() local 1342 Value *X, *Y; narrowUDivURem() local 1383 if (Instruction *X = foldVectorBinop(I)) visitUDiv() local 1391 Value *X; visitUDiv() local 1452 if (Instruction *X = foldVectorBinop(I)) visitSDiv() local 1461 Value *X; visitSDiv() local 1594 Value *X; foldFDivConstantDivisor() local 1637 Value *X; foldFDivConstantDividend() local 1718 if (Instruction *X = foldVectorBinop(I)) visitFDiv() local 1745 Value *X, *Y; visitFDiv() local 1771 Value *X; visitFDiv() local 1796 Value *X, *Y; visitFDiv() local 1853 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1), *X = nullptr; simplifyIRemMulShl() local 2013 if (Instruction *X = foldVectorBinop(I)) visitURem() local 2052 Value *X; visitURem() local 2079 if (Instruction *X = foldVectorBinop(I)) visitSRem() local 2095 Value *X, *Y; visitSRem() local 2152 if (Instruction *X = foldVectorBinop(I)) visitFRem() local [all...] |
/freebsd-src/contrib/tcp_wrappers/ |
H A D | tli-sequent.h | 2 #define __P(X) X argument 4 #define __P(X) () argument
|
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 94 #define X( global() macro 102 #define X( global() macro 142 #define X( global() macro 166 #define X( as() macro [all...] |
/freebsd-src/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-src/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 48 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration() argument 60 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration() argument 79 #define ECase(X) IO.enumCase(Value, #X, ELF::X) in enumeration() argument 195 #define ECase(X) I in enumeration() argument 365 ECase(X) enumeration() argument 375 ECase(X) enumeration() argument 386 ECase(X) enumeration() argument 420 BCase(X) bitset() argument 421 BCaseMask(X,M) bitset() argument 655 ECase(X) enumeration() argument 736 BCase(X) bitset() argument 745 BCase(X) bitset() argument 797 ECase(X) enumeration() argument 829 ECase(X) enumeration() argument 840 ECase(X) enumeration() argument 856 ECase(X) enumeration() argument 868 ELF_RELOC(X,Y) enumeration() argument 947 STRINGIFY(X) enumeration() argument 948 DYNAMIC_TAG(X,Y) enumeration() argument 1010 ECase(X) enumeration() argument 1020 ECase(X) enumeration() argument 1034 ECase(X) enumeration() argument 1072 BCase(X) bitset() argument 1093 BCase(X) bitset() argument [all...] |
/freebsd-src/sys/cam/ctl/ |
H A D | ctl_debug.h | 54 #define CTL_DEBUG_PRINT(X) \ argument 60 #define CTL_DEBUG_PRINT(X) argument
|