Home
last modified time | relevance | path

Searched +defs:A +defs:B (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp33 SlowDynamicAPInt &detail::operator+=(SlowDynamicAPInt &A, int64_t B) { in operator +=()
36 SlowDynamicAPInt &detail::operator-=(SlowDynamicAPInt &A, int64_t B) { in operator -=()
39 SlowDynamicAPInt &detail::operator*=(SlowDynamicAPInt &A, int64_t B) { in operator *=()
42 SlowDynamicAPInt &detail::operator/=(SlowDynamicAPInt &A, int64_t B) { in operator /=()
45 SlowDynamicAPInt &detail::operator%=(SlowDynamicAPInt &A, int64_t B) { in operator %=()
49 bool detail::operator==(const SlowDynamicAPInt &A, int64_t B) { in operator ==()
52 bool detail::operator!=(const SlowDynamicAPInt &A, int64_t B) { in operator !=()
55 bool detail::operator>(const SlowDynamicAPInt &A, int64_t B) { in operator >()
58 bool detail::operator<(const SlowDynamicAPInt &A, int64_t B) { in operator <()
61 bool detail::operator<=(const SlowDynamicAPInt &A, int64_t B) { in operator <=()
[all …]
H A DSHA1.cpp39 static inline void r0(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r0() argument
45 static inline void r1(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r1() argument
51 r2(uint32_t & A,uint32_t & B,uint32_t & C,uint32_t & D,uint32_t & E,int I,uint32_t * Buf) r2() argument
57 r3(uint32_t & A,uint32_t & B,uint32_t & C,uint32_t & D,uint32_t & E,int I,uint32_t * Buf) r3() argument
63 r4(uint32_t & A,uint32_t & B,uint32_t & C,uint32_t & D,uint32_t & E,int I,uint32_t * Buf) r4() argument
92 uint32_t A = InternalState.State[0]; hashBlock() local
93 uint32_t B = InternalState.State[1]; hashBlock() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) argument
36 #define FORMAT(F, A) __attribute__((format(printf, F, A))) argument
117 #define CHECK(A) CHECK_IMPL((A), !=, 0) argument
118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument
119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument
120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument
121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument
122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument
123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) argument
126 #define DCHECK(A) CHECK(A) argument
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc46 class A : public Test {}; class
47 TEST_F(A, A) {} in TEST_F() argument
48 TEST_F(A, B) {} in TEST_F() argument
50 TEST(ADeathTest, A) {} in TEST() argument
51 TEST(ADeathTest, B) {} in TEST() argument
54 TEST(B, A) {} in TEST() argument
55 TEST(B, B) {} in TEST() argument
56 TEST(B, C) {} in TEST() argument
57 TEST(B, DISABLED_D) {} in TEST() argument
58 TEST(B, DISABLED_E) {} in TEST() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fp16intrin.h279 #define _mm_comi_round_sh(A, B, P, R) \ argument
282 #define _mm_comi_sh(A, B, pred) \ argument
375 #define _mm512_add_round_ph(A, B, R) \ argument
379 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument
384 #define _mm512_maskz_add_round_ph(U, A, B, R) \ argument
407 #define _mm512_sub_round_ph(A, B, R) \ argument
411 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument
416 #define _mm512_maskz_sub_round_ph(U, A, B, R) \ argument
439 #define _mm512_mul_round_ph(A, B, R) \ argument
443 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument
[all …]
H A Dsm4intrin.h76 #define _mm_sm4key4_epi32(A, B) \ argument
138 #define _mm256_sm4key4_epi32(A, B) \ argument
202 #define _mm_sm4rnds4_epi32(A, B) \ argument
266 #define _mm256_sm4rnds4_epi32(A, B) \ argument
H A Dvpclmulqdqintrin.h17 #define _mm256_clmulepi64_epi128(A, B, I) \ argument
23 #define _mm512_clmulepi64_epi128(A, B, I) \ argument
H A Dsmmintrin.h1604 #define _mm_cmpistrm(A, B, M) \ argument
1658 #define _mm_cmpistri(A, B, M) \ argument
1718 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument
1777 #define _mm_cmpestri(A, LA, B, LB, M) \ argument
1829 #define _mm_cmpistra(A, B, M) \ argument
1878 #define _mm_cmpistrc(A, B, M) \ argument
1926 #define _mm_cmpistro(A, B, M) \ argument
1976 #define _mm_cmpistrs(A, B, M) \ argument
2026 #define _mm_cmpistrz(A, B, M) \ argument
2080 #define _mm_cmpestra(A, LA, B, LB, M) \ argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h187 static bool increment(IntegralAP A, IntegralAP *R) { in increment()
192 static bool decrement(IntegralAP A, IntegralAP *R) { in decrement()
197 static bool add(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in add()
201 static bool sub(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in sub()
205 static bool mul(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in mul()
209 static bool rem(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in rem()
217 static bool div(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in div()
225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd()
231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr()
237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor()
[all …]
H A DBoolean.h116 static bool increment(Boolean A, Boolean *R) { in increment()
121 static bool decrement(Boolean A, Boolean *R) { in decrement()
125 static bool add(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in add()
130 static bool sub(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in sub()
135 static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) { in mul()
140 static bool inv(Boolean A, Boolean *R) { in inv()
145 static bool neg(Boolean A, Boolean *R) { in neg()
H A DFloating.h168 static APFloat::opStatus add(const Floating &A, const Floating &B, in add()
174 static APFloat::opStatus increment(const Floating &A, llvm::RoundingMode RM, in increment()
181 static APFloat::opStatus sub(const Floating &A, const Floating &B, in sub()
187 static APFloat::opStatus decrement(const Floating &A, llvm::RoundingMode RM, in decrement()
194 static APFloat::opStatus mul(const Floating &A, const Floating &B, in mul()
200 static APFloat::opStatus div(const Floating &A, const Floating &B, in div()
206 static bool neg(const Floating &A, Floating *R) { in neg()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_osdep.h74 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
78 #define DEBUGOUT1(S,A) printf(S "\n",A) argument
79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
81 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument
82 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument
83 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument
84 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
104 #define DEBUGOUT1(S,A) argument
105 #define DEBUGOUT2(S,A,B) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp41 bool ProvenanceAnalysis::relatedSelect(const SelectInst *A, in relatedSelect()
42 const Value *B) { in relatedSelect()
54 bool ProvenanceAnalysis::relatedPHI(const PHINode *A, in relatedPHI()
55 const Value *B) { in relatedPHI()
112 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B) { in relatedCheck()
159 bool ProvenanceAnalysis::related(const Value *A, const Value *B) { in related()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h2 #define VEC8_ROT(A, IMM) \ argument
6 #define VEC8_QUARTERROUND_NAIVE(A, B, C, D) \ argument
22 #define VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument
38 #define VEC8_QUARTERROUND_SHUFFLE2(A, B, C, D) \ argument
52 #define VEC8_QUARTERROUND(A, B, C, D) VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) argument
54 #define VEC8_LINE1(A, B, C, D) \ argument
57 #define VEC8_LINE2(A, B, C, D) \ argument
60 #define VEC8_LINE3(A, B, C, D) \ argument
63 #define VEC8_LINE4(A, B, C, D) \ argument
231 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
[all …]
H A Du4.h2 #define VEC4_ROT(A, IMM) \ argument
7 #define VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument
21 #define VEC4_QUARTERROUND(A, B, C, D) VEC4_QUARTERROUND_SHUFFLE(A, B, C, D) argument
123 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument
150 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h135 bool dominates(const MachineDomTreeNode *A, in dominates()
136 const MachineDomTreeNode *B) const { in dominates()
141 void getDescendants(MachineBasicBlock *A, in getDescendants()
147 bool dominates(const MachineBasicBlock *A, const MachineBasicBlock *B) const { in dominates()
154 bool dominates(const MachineInstr *A, const MachineInstr *B) const { in dominates()
168 bool properlyDominates(const MachineDomTreeNode *A, in properlyDominates()
169 const MachineDomTreeNode *B) const { in properlyDominates()
174 bool properlyDominates(const MachineBasicBlock *A, in properlyDominates()
175 const MachineBasicBlock *B) const { in properlyDominates()
182 MachineBasicBlock *findNearestCommonDominator(MachineBasicBlock *A, in findNearestCommonDominator()
[all …]
H A DStableHashing.h
/freebsd/sys/dev/drm2/
H A Ddrm_fixed.h34 #define dfixed_const(A) (u32)(((A) << 12))/* + ((B + 0.000122)*4096)) */ argument
35 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) argument
36 #define dfixed_const_666(A) (u32)(((A) << 12) + 2731) argument
37 #define dfixed_const_8(A) (u32)(((A) << 12) + 3277) argument
38 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) argument
39 #define dfixed_init(A) { .full = dfixed_const((A)) } argument
40 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } argument
41 #define dfixed_trunc(A) ((A).full >> 12) argument
42 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) argument
44 static inline u32 dfixed_floor(fixed20_12 A) in dfixed_floor()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h75 template <class T> constexpr T &max(T &A, T &B) { return A > B ? A : B; } in max()
77 template <class T> constexpr T &min(T &A, T &B) { return A <= B ? A : B; } in min()
79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { in diff()
/freebsd/sbin/growfs/
H A Ddebug.h100 #define DBG_PRINT0(A) if(_dbg_lvl_ & DL_INFO) { \ argument
103 #define DBG_PRINT1(A,B) if(_dbg_lvl_ & DL_INFO) { \ argument
107 #define DBG_PRINT2(A,B,C) if(_dbg_lvl_ & DL_INFO) { \ argument
111 #define DBG_PRINT3(A,B,C,D) if(_dbg_lvl_ & DL_INFO) { \ argument
115 #define DBG_PRINT4(A,B,C,D,E) if(_dbg_lvl_ & DL_INFO) { \ argument
138 #define DBG_PRINT0(A) argument
139 #define DBG_PRINT1(A,B) argument
140 #define DBG_PRINT2(A,B,C) argument
141 #define DBG_PRINT3(A,B,C,D) argument
142 #define DBG_PRINT4(A,B,C,D,E) argument
/freebsd/sys/cam/
H A Dcam_debug.h120 #define CAM_DEBUGGED(A, B) 0 argument
121 #define CAM_DEBUG(A, B, C) argument
122 #define CAM_DEBUG_DEV(A, B, C) argument
123 #define CAM_DEBUG_PRINT(A, B) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S44 #define B 0x00000000 macro
48 #define B 0x40000000 macro
53 #define B 0x80000000 macro
55 #define B 0xc0000000 macro
63 #define A macro
70 #define A a macro
77 #define A macro
84 #define A a macro
93 #define A a macro
99 #define A a macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp41 if (auto *A = dyn_cast<GlobalAddressSDNode>(Base)) { in equalBaseIndex() local
42 if (auto *B = dyn_cast<GlobalAddressSDNode>(Other.Base)) in equalBaseIndex() local
52 if (auto *A = dyn_cast<ConstantPoolSDNode>(Base)) { in equalBaseIndex() local
53 if (auto *B = dyn_cast<ConstantPoolSDNode>(Other.Base)) { in equalBaseIndex() local
72 if (auto *A = dyn_cast<FrameIndexSDNode>(Base)) in equalBaseIndex() local
73 if (auto *B = dyn_cast<FrameIndexSDNode>(Other.Base)) { in equalBaseIndex() local
133 if (auto *A = dyn_cast<FrameIndexSDNode>(BasePtr0.getBase())) in computeAliasing() local
134 if (auto *B = dyn_cast<FrameIndexSDNode>(BasePtr1.getBase())) { in computeAliasing() local
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h71 #define DEBUGOUT1(S,A) printf(S "\n",A) argument
72 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
73 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
74 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
77 #define DEBUGOUT1(S,A) argument
78 #define DEBUGOUT2(S,A,B) argument
79 #define DEBUGOUT3(S,A,B,C) argument
80 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
81 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfaddsub.S11 #define A r1:0 macro
14 #define B r3:2 macro
142 A = convert_d2df(ATMP) // Convert to Double Precision, taking care of flags, etc. So nice! define
165 A = #0 define
193 A = convert_d2df(ATMP) define
204 B = combine(##0x00100000,#0) define
216 B = insert(A,#MANTBITS,#0) define
217 A = ATMP define
220 B = lsr(B,TMP) define
223 A = insert(B,#63,#0) define
[all …]

12345678910>>...23