Searched refs:A1 (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c22 # define A1(x) ((x) >> 56) macro
24 # define A1 A macro
40 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
65 crc = lzma_crc64_table[0][*buf++ ^ A1(crc)] ^ S8(crc);
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DTypeBuilder.h253 template<typename R, typename A1, bool cross> class TypeBuilder<R(A1), cross> {
257 TypeBuilder<A1, cross>::get(Context),
263 template<typename R, typename A1, typename A2, bool cross>
264 class TypeBuilder<R(A1, A2), cross> {
268 TypeBuilder<A1, cross>::get(Context),
275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
280 TypeBuilder<A1, cross>::get(Context),
289 template<typename R, typename A1, typenam
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h195 template <class T, class A0, class A1>
198 typedef typename DominatingValue<A1>::saved_type A1_saved;
204 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
213 template <class T, class A0, class A1, class A2>
216 typedef typename DominatingValue<A1>::saved_type A1_saved;
224 A1 a1 = DominatingValue<A1>::restore(CGF, a1_saved);
234 template <class T, class A0, class A1, class A2, class A3>
237 typedef typename DominatingValue<A1>
[all...]
H A DCodeGenFunction.h334 template <class T, class A0, class A1>
335 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1) {
342 typename DominatingValue<A1>::saved_type a1_saved = saveValueInCond(a1);
344 typedef EHScopeStack::ConditionalCleanup2<T, A0, A1> CleanupType;
352 template <class T, class A0, class A1, class A2>
353 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a1, A2 a2) {
361 typename DominatingValue<A1>::saved_type a1_saved = saveValueInCond(a1);
364 typedef EHScopeStack::ConditionalCleanup3<T, A0, A1, A2> CleanupType;
372 template <class T, class A0, class A1, class A2, class A3>
373 void pushFullExprCleanup(CleanupKind kind, A0 a0, A1 a
[all...]
/freebsd-9.3-release/tools/regression/bin/date/
H A Dregress.sh29 A1=$2
34 if [ -z "${A2}" ]; then A2=${A1}; fi
37 if [ "${R}" = "${A1}" ]; then
40 echo "no ok ${S}{t1} - (got ${R}, expected ${A1})"
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.c253 BIGNUM *A1, *A1_odd, *check; /* taken from ctx */ local
291 A1 = BN_CTX_get(ctx);
297 /* compute A1 := A - 1 */
298 if (!BN_copy(A1, A))
300 if (!BN_sub_word(A1, 1))
302 if (BN_is_zero(A1)) {
307 /* write A1 as A1_odd * 2^k */
309 while (!BN_is_bit_set(A1, k))
311 if (!BN_rshift(A1_odd, A1, k))
322 if (!BN_pseudo_rand_range(check, A1))
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddpx2-nat.c41 A0, A1, A2, A3, A4, A5, A6, SP,
/freebsd-9.3-release/lib/msun/bsdsrc/
H A Db_log.c89 static double A1 = .08333333333333178827; variable
396 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
456 q = u*v*(A1 + v*(A2 + v*(A3 + v*A4)));
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DFoldingSet.h737 template<typename A1>
738 explicit FoldingSetNodeWrapper(const A1 &a1)
741 template <typename A1, typename A2>
742 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2)
745 template <typename A1, typename A2, typename A3>
746 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3)
749 template <typename A1, typename A2, typename A3, typename A4>
750 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3,
754 template <typename A1, typename A2, typename A3, typename A4, typename A5>
755 explicit FoldingSetNodeWrapper(const A1
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c152 #define COMMON_OVERLAP(A1,A2) \
153 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_ABSENT) || \
154 A1->tag == UNISVE_ANY || A2->tag == UNISVE_ANY) \
156 if ((A1->tag == UNISVE_ABSENT && A2->tag == UNISVE_PRESENT) || \
157 (A2->tag == UNISVE_ABSENT && A1->tag == UNISVE_PRESENT)) \
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp38 inline bool sameDecl(const Expr *A1, const Expr *A2) { argument
39 if (const DeclRefExpr *D1 = dyn_cast<DeclRefExpr>(A1->IgnoreParenCasts()))
/freebsd-9.3-release/sys/mips/include/
H A Dregnum.h73 #define A1 5 macro
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dt1_enc.c132 unsigned char A1[EVP_MAX_MD_SIZE]; local
144 HMAC_Final(&ctx, A1, &A1_len);
149 HMAC_Update(&ctx, A1, A1_len);
150 HMAC_Update(&ctx_tmp, A1, A1_len);
157 /* calc the next A1 value */
158 HMAC_Final(&ctx_tmp, A1, &A1_len);
161 HMAC_Final(&ctx, A1, &A1_len);
162 memcpy(out, A1, olen);
168 OPENSSL_cleanse(A1, sizeof(A1));
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp130 const Argument *A1 = AI++; local
135 if (PointerType *PTy1 = dyn_cast<PointerType>(A1->getType())) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1285 template <typename RegionTy, typename A1>
1286 RegionTy* getRegion(const A1 a1);
1288 template <typename RegionTy, typename A1>
1289 RegionTy* getSubRegion(const A1 a1, const MemRegion* superRegion);
1291 template <typename RegionTy, typename A1, typename A2>
1292 RegionTy* getRegion(const A1 a1, const A2 a2);
1294 template <typename RegionTy, typename A1, typename A2>
1295 RegionTy* getSubRegion(const A1 a1, const A2 a2,
1298 template <typename RegionTy, typename A1, typename A2, typename A3>
1299 RegionTy* getSubRegion(const A1 a
[all...]
H A DCallEvent.h933 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx) { argument
934 return new (allocate()) T(A1, A2, St, LCtx);
938 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, argument
940 return new (allocate()) T(A1, A2, A3, St, LCtx);
945 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, argument
947 return new (allocate()) T(A1, A2, A3, A4, St, LCtx);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp36 template <typename RegionTy, typename A1>
37 RegionTy* MemRegionManager::getRegion(const A1 a1) {
57 template <typename RegionTy, typename A1>
58 RegionTy* MemRegionManager::getSubRegion(const A1 a1,
75 template <typename RegionTy, typename A1, typename A2>
76 RegionTy* MemRegionManager::getRegion(const A1 a1, const A2 a2) {
96 template <typename RegionTy, typename A1, typename A2>
97 RegionTy* MemRegionManager::getSubRegion(const A1 a1, const A2 a2,
115 template <typename RegionTy, typename A1, typename A2, typename A3>
116 RegionTy* MemRegionManager::getSubRegion(const A1 a
[all...]
/freebsd-9.3-release/contrib/ntp/libparse/
H A Ddata_mbg.c333 if (fetch_ieee754(buffpp, IEEE_DOUBLE, &utcp->A1, mbg_double) != IEEE_OK)
335 L_CLR(&utcp->A1);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1283 APInt A0(Bits, 1, true), A1(Bits, 0, true);
1291 APInt A2 = A0 - Q*A1; A0 = A1; A1 = A2;
1298 X = AM.slt(0) ? -A1 : A1;
1922 bool DependenceAnalysis::symbolicRDIVtest(const SCEV *A1, argument
1930 DEBUG(dbgs() << "\t A1 = " << *A1);
1931 DEBUG(dbgs() << ", type = " << *A1
[all...]
/freebsd-9.3-release/usr.bin/truss/
H A Dmips-fbsd.c208 case 2: fsc->args[1] = regs.r_regs[A1];
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c492 lambda_matrix swapmatrix, A1, B1; local
496 A1 = lambda_matrix_new (128, depth);
569 lambda_vector_copy (A[j], A1[newsize], depth);
585 A1[newsize], depth);
596 A = A1;
597 A1 = swapmatrix;
632 lambda_matrix A, B, A1, B1; local
651 A1 = lambda_matrix_new (128, depth);
732 /* A1 = A * L */
733 lambda_matrix_mult (A, LATTICE_BASE (lattice), A1, siz
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp133 static unsigned drillValueDownOneStep(Value* V, FAddend &A0, FAddend &A1);
1249 Value *A1, *B1, *C1, *A2, *B2, *C2; local
1250 if (match(LHS, m_Select(m_Value(C1), m_Value(A1), m_Value(B1))) &&
1255 if (match(A1, m_AnyZero()) && match(B2, m_AnyZero())) {
1256 Z1 = dyn_cast<Constant>(A1); A = A2;
1260 Z2 = dyn_cast<Constant>(A2); A = A1;
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Ddigest.c669 char *A1, *A2; local
715 hex_encode(md, sizeof(md), &A1);
716 if (A1 == NULL) {
738 free(A1);
743 MD5_Update(&ctx, A1, strlen(A2));
761 free(A1);
/freebsd-9.3-release/sys/mips/mips/
H A Dexception.S264 SAVE_REG(a1, A1, sp) ;\
325 RESTORE_REG(a1, A1, sp) ;\
430 SAVE_U_PCB_REG(a1, A1, k1)
524 RESTORE_U_PCB_REG(a1, A1, k1)
645 SAVE_U_PCB_REG(a1, A1, k1)
759 RESTORE_U_PCB_REG(a1, A1, k1)
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp235 adjustStackPtrBig(SP, Remainder, MBB, I, Mips::A0, Mips::A1);
240 adjustStackPtrBig(SP, FrameSize, MBB, I, Mips::A0, Mips::A1);

Completed in 170 milliseconds

12