HomeSort by relevance Sort by last modified time
    Searched refs:ai1 (Results 1 - 10 of 10) sorted by null

  /external/boringssl/src/fipstools/
cavp_ctr_drbg_test.cc 47 std::vector<uint8_t> entropy, nonce, personalization_str, ai1, ai2; local
52 !t->GetBytes(&ai1, "AdditionalInput") ||
58 ai1.size() != ai2.size() ||
59 ai1.size() * 8 != strtoul(additional_input_len.c_str(), nullptr, 0)) {
79 ai1.size() > 0 ? ai1.data() : nullptr, ai1.size());
  /external/boringssl/src/crypto/fipsmodule/rand/
ctrdrbg_test.cc 88 std::vector<uint8_t> seed, personalisation, reseed, ai_reseed, ai1, ai2,
94 ASSERT_TRUE(t->GetBytes(&ai1, "AdditionalInput1"));
113 ai1.empty() ? nullptr : ai1.data(), ai1.size());
  /external/lzma/CPP/7zip/UI/Common/
UpdatePair.cpp 53 static int CompareArcItemsBase(const CArcItem &ai1, const CArcItem &ai2)
55 int res = CompareFileNames(ai1.Name, ai2.Name);
58 if (ai1.IsDir != ai2.IsDir)
59 return ai1.IsDir ? -1 : 1;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 100 sp<Allocation> ai1 = Allocation::createTyped(mRS, t); local
107 instance_1->set_ai(ai1);
122 ai1->copy1DTo(i1);
  /external/speex/libspeexdsp/
smallft.c 279 float dc2,ai1,ai2,ar1,ar2,ds2; local
411 ai1=0.f;
418 ar1h=dcp*ar1-dsp*ai1;
419 ai1=dcp*ai1+dsp*ar1;
428 ch2[t5++]=ai1*c2[t6++];
432 ds2=ai1;
434 ai2=ai1;
847 float dc2,ai1,ai2,ar1,ar2,ds2; local
982 ai1=0.f
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.c 168 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); local
169 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0) + ai3 * B(3,0);
170 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1) + ai3 * B(3,1);
171 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2) + ai3 * B(3,2);
172 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3 * B(3,3);
188 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); local
189 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0);
190 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1);
191 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2);
192 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 786 Allocation ai1 = Allocation.createTyped(mRS, t); local
791 instance_1.set_ai(ai1);
806 ai1.copyTo(i1);
817 ai1.destroy();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py     [all...]
  /external/python/cpython2/Lib/
difflib.py     [all...]
  /external/python/cpython3/Lib/
difflib.py     [all...]

Completed in 1581 milliseconds