/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regnum.h | 41 #define A1 5
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 41 #define A1 5
|
/external/llvm/include/llvm/ADT/ |
FoldingSet.h | 737 template<typename A1> 738 explicit FoldingSetNodeWrapper(const A1 &a1) 739 : data(a1) {} 741 template <typename A1, typename A2> 742 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2) 743 : data(a1,a2) {} 745 template <typename A1, typename A2, typename A3> 746 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3 [all...] |
/external/lzma/Java/SevenZip/ |
LzmaBench.java | 14 int A1;
17 public void Init() { A1 = 362436069; A2 = 521288629; }
21 ((A1 = 36969 * (A1 & 0xffff) + (A1 >>> 16)) << 16) ^
|
/frameworks/base/core/java/android/net/http/ |
RequestHandle.java | 308 String A1 = username + ":" + realm + ":" + password; 314 String digest = computeDigest(A1, A2, nonce, QOP, nc, cnonce); 353 String A1, String A2, String nonce, String QOP, String nc, String cnonce) { 359 return KD(H(A1), nonce + ":" + H(A2)); 362 return KD(H(A1), nonce + ":" + nc + ":" + cnonce + ":" + QOP + ":" + H(A2));
|
/external/chromium_org/third_party/mesa/src/include/CL/ |
cl.hpp | [all...] |
/external/mesa3d/include/CL/ |
cl.hpp | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-gf2m.pl | 72 ($a0,$a1,$a2,$a12,$a4,$a14)= 82 bic $a1,$a,#3<<30 @ a1=a&0x3fffffff 84 add $a2,$a1,$a1 @ a2=a1<<1 85 str $a1,[sp,#4] @ tab[1]=a1 86 eor $a12,$a1,$a2 @ a1^a [all...] |
/external/openfst/src/test/ |
algo_test.h | 503 VectorFst<Arc> A1(S1); 506 Project(&A1, PROJECT_OUTPUT); 512 IntersectFst<Arc> I1(A1, A2); 513 IntersectFst<Arc> I2(A2, A1); 886 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) {} 905 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) { 906 TestRational(A1, A2, A3); 907 TestIntersect(A1, A2, A3); 908 TestOptimize(A1); 913 void TestRational(const Fst<Arc> &A1, const Fst<Arc> &A2 [all...] |
/external/openssl/crypto/bn/asm/ |
armv4-gf2m.pl | 72 ($a0,$a1,$a2,$a12,$a4,$a14)= 82 bic $a1,$a,#3<<30 @ a1=a&0x3fffffff 84 add $a2,$a1,$a1 @ a2=a1<<1 85 str $a1,[sp,#4] @ tab[1]=a1 86 eor $a12,$a1,$a2 @ a1^a [all...] |
/art/compiler/jni/quick/mips/ |
calling_convention_mips.cc | 94 entry_spills_.push_back(MipsManagedRegister::FromCoreRegister(A1)); 186 A0, A1, A2, A3
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringSyntaxChecker.cpp | 38 inline bool sameDecl(const Expr *A1, const Expr *A2) { 39 if (const DeclRefExpr *D1 = dyn_cast<DeclRefExpr>(A1->IgnoreParenCasts()))
|
/external/clang/test/SemaCXX/ |
addr-of-overloaded-function.cpp | 37 template<typename R, typename A1> R h1(A1);
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_ReverbGenerator.c | 102 Coeffs.A1 = (LVM_INT16)pReverbCoefTable[Offset].A1;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatcher.h | 36 template <class R, class A1, class A2, class A3, class A4>
|
/external/clang/test/Parser/ |
cxx-casting.cpp | 77 ::D<::F> A1; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_abc.py | 139 class A1(A): 141 self.assertRaises(RuntimeError, A1.register, A) # cycles not allowed 144 A1.register(B) # ok 145 A1.register(B) # should pass silently
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_abc.py | 139 class A1(A): 141 self.assertRaises(RuntimeError, A1.register, A) # cycles not allowed 144 A1.register(B) # ok 145 A1.register(B) # should pass silently
|
/external/clang/test/SemaTemplate/ |
temp_arg_nontype.cpp | 6 A<int()> *a1; // expected-error{{template argument for non-type template parameter is treated as function type 'int ()'}} variable 17 template<E Value> struct A1; // expected-note{{template parameter is declared here}} 18 A1<Enumerator> *a6; // okay 19 A1<17> *a7; // expected-error{{non-type template argument of type 'int' cannot be converted to a value of type 'E'}}
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_intrapred_ssse3.asm | 465 ; A1 B1 C1 D1 466 ; A2 B2 A1 B1 470 pavgb m1, m0 ; 2-tap avg A4 A3 A2 A1 472 punpcklqdq m3, m1 ; B4 B3 B2 B1 C1 D1 x x A4 A3 A2 A1 .. 476 pshufb m3, [GLOBAL(sh_b8091a2b345)] ; A4 B4 A3 B3 A2 B2 A1 B1 C1 D1 .. 478 psrldq m3, 2 ; A3 B3 A2 B2 A1 B1 C1 D1 .. 480 psrldq m3, 2 ; A2 B2 A1 B1 C1 D1 .. 482 psrldq m3, 2 ; A1 B1 C1 D1 .. 499 ; A1 B1 C1 D1 E1 F1 G1 H1 500 ; A2 B2 A1 B1 C1 D1 E1 F [all...] |
/external/llvm/unittests/Support/ |
ValueHandleTest.cpp | 386 AssertingVH<Value> &A0, AssertingVH<Value> &A1) 389 ToClear[1] = &A1; 399 AssertingVH<Value> A1, A2; 400 A1 = BitcastV.get(); 401 ClearingVH C(BitcastV.get(), A1, A2);
|
/external/opencv/cv/src/ |
cvrotcalipers.cpp | 311 float A1 = buf[1]; 317 float C1 = A1 * points[((int *) buf)[0]].x + points[((int *) buf)[0]].y * B1; 320 float idet = 1.f / (A1 * B2 - A2 * B1); 323 float py = (A1 * C2 - A2 * C1) * idet; 328 out[2] = A1 * buf[2];
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
MemRegion.h | [all...] |
CallEvent.h | 944 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx) { 945 return new (allocate()) T(A1, A2, St, LCtx); 949 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, 951 return new (allocate()) T(A1, A2, A3, St, LCtx); 956 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, 958 return new (allocate()) T(A1, A2, A3, A4, St, LCtx); [all...] |
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 19 UInt32 A1;
22 public void Init() { A1 = 362436069; A2 = 521288629; }
26 ((A1 = 36969 * (A1 & 0xffff) + (A1 >> 16)) << 16) ^
|