/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/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) ^
|
/external/aac/libSBRenc/src/ |
resampler.cpp | 101 #define A1 2 108 const FIXP_SGL *coeffa; /*! SOS matrix One row/section. Scaled using BQC(). Order of coefficients: B1,B2,A1,A2. B0=A0=1.0 */ 406 y = state0 - fMult(state1b, coeff[A1]) - fMult(state2b, coeff[A2]); 440 state0 = input - fMult(state1, coeff[A1]) - fMult(state2, coeff[A2]);
|
/art/runtime/arch/mips/ |
context_mips.cc | 82 gprs_[A1] = NULL;
|
/external/v8/test/mjsunit/harmony/ |
module-parsing.js | 34 module A1 = A 145 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
|
/external/clang/test/PCH/ |
cxx-templates.h | 57 template<typename T, typename A1> 58 inline T make_a(const A1& a1) { 60 return T(a1);
|