HomeSort by relevance Sort by last modified time
    Searched refs:A2 (Results 151 - 175 of 309) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regnum.h 42 #define A2 6
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
regnum.h 42 #define A2 6
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/
regnum.h 42 #define A2 6
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 42 #define A2 6
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 236 parse_state = A2;
260 case A2:
316 parse_state = A2;
378 parse_state = A2;
385 case A2:
439 parse_state = A2;
488 case A2:
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 230 parse_state = A2;
251 case A2:
295 parse_state = A2;
355 parse_state = A2;
361 case A2:
401 parse_state = A2;
441 case A2:
  /external/lzma/Java/SevenZip/
LzmaBench.java 15 int A2;
17 public void Init() { A1 = 362436069; A2 = 521288629; }
22 ((A2 = 18000 * (A2 & 0xffff) + (A2 >>> 16)));
  /frameworks/base/core/java/android/net/http/
RequestHandle.java 309 String A2 = mMethod + ":" + mUrl;
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...]
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 96 entry_spills_.push_back(MipsManagedRegister::FromCoreRegister(A2));
111 // or jclass for static methods and the JNIEnv. We start at the aligned register A2.
186 A0, A1, A2, A3
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 39 inline bool sameDecl(const Expr *A1, const Expr *A2) {
41 if (const DeclRefExpr *D2 = dyn_cast<DeclRefExpr>(A2->IgnoreParenCasts()))
  /external/llvm/include/llvm/ADT/
FoldingSet.h 745 template <typename A1, typename A2>
746 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2)
747 : data(a1,a2) {}
749 template <typename A1, typename A2, typename A3>
750 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3)
751 : data(a1,a2,a3) {}
753 template <typename A1, typename A2, typename A3, typename A4>
754 explicit FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 139 | A2 A1B2 | {v} {C2} {0}
141 float A1B2, A2, B1, C1, C2;
475 A2 = 0;
482 A2 += WII[addr + j].xx * KerY[i];
495 float delta = (A1B2 * A1B2 - A2 * B1);
505 deltaY = -(A1B2 * C2 - A2 * C1);
513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2);
520 velocityX[j] = (A1B2 + A2) * temp;
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.c 103 Coeffs.A2 = (LVM_INT16)pReverbCoefTable[Offset].A2;
LVCS_StereoEnhancer.c 106 CoeffsSide.A2 = (LVM_INT16) pSESideCoefs[Offset].A2;
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_impl.hpp 217 typedef typename A::template rebind< this_type >::other A2;
219 A2 a2( a_ );
222 a2.deallocate( this, 1 );
  /external/chromium_org/content/test/data/indexeddb/
key_types_test.js 38 "'\xA2'", // U+00A2 CENT SIGN
66 "['\xA2']", // U+00A2 CENT SIGN
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 36 template <class R, class A1, class A2, class A3, class A4>
  /external/chromium_org/v8/test/mjsunit/lithium/
StoreKeyed.js 41 var A2 = [1.2, 2.3];
49 foo(A2, 1, 3.4);
  /external/clang/test/Parser/
cxx-casting.cpp 78 D<::F> A2; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc.pass.cpp 72 A2<int>(5));
alloc_const_Types.pass.cpp 66 A2<int>(5), 1, alloc_first(2),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc.pass.cpp 72 A2<int>(5));

Completed in 1360 milliseconds

1 2 3 4 5 67 8 91011>>