HomeSort by relevance Sort by last modified time
    Searched defs:aout (Results 1 - 18 of 18) sorted by null

  /frameworks/rs/tests/cppallocation/
compute.cpp 34 sp<Allocation> aout = Allocation::createTyped(rs, t); local
45 sc->forEach_multiply(ain, aout);
47 aout->copy1DRangeTo(0, numElems, buf);
62 aout.clear();
  /frameworks/rs/tests/cppbasic/
compute.cpp 32 sp<Allocation> aout = Allocation::createTyped(rs, t); local
33 printf("Allocation %p %p\n", ain.get(), aout.get());
55 sc->forEach_root(ain, aout);
100 aout.clear();
  /frameworks/rs/tests/cppstrided/
compute.cpp 36 sp<Allocation> aout = Allocation::createTyped(rs, t); local
54 sc->forEach_multiply(ain, aout);
56 aout->copy2DStridedTo(buf, stride * sizeof(uint32_t));
73 aout.clear();
  /external/openssl/crypto/dh/
dhtest.c 103 int i,alen,blen,aout,bout,ret=1; local
168 aout=DH_compute_key(abuf,b->pub_key,a);
171 for (i=0; i<aout; i++)
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 26 private Allocation aout; field in class:Benchmark
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
42 mScript.forEach_root(ain, aout);
43 aout.copy1DRangeFrom(0, 1, temp);
50 mScript.set_out(aout);
54 aout.copy1DRangeFrom(0, 1, temp);
  /frameworks/rs/tests/latency/
latency.cpp 67 sp<Allocation> aout = Allocation::createTyped(rs, t); local
76 sc->forEach_root(ain, aout);
91 sc->forEach_root(ain, aout);
92 aout->copy1DTo(buf);
106 aout.clear();
  /external/openssl/crypto/ecdh/
ecdhtest.c 131 int i,alen,blen,aout,bout,ret=0; local
211 aout=ECDH_compute_key(abuf,alen,EC_KEY_get0_public_key(b),a,KDF1_SHA1);
215 for (i=0; i<aout; i++)
243 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
272 for (i=0; i<aout; i++)
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 130 Allocation *aout = NULL; local
150 aout = n->mOutputs[ct3]->mAlloc.get();
154 //ALOGE(" link out %p", aout);
159 aout = mSG->mOutputs[ct3]->mAlloc.get();
161 //ALOGE(" io out %p", aout);
165 if ((k->mHasKernelOutput == (aout != NULL)) &&
169 outs.add(aout);
rsCpuCore.h 58 Allocation * aout; member in struct:android::renderscript::__anon20251
96 void launchThreads(const Allocation * ain, Allocation * aout,
  /frameworks/rs/
rsScriptGroup.cpp 298 Allocation *aout = NULL; local
315 aout = n->mOutputs[ct3]->mAlloc.get();
316 //ALOGE(" link out %p", aout);
321 aout = mOutputs[ct3]->mAlloc.get();
322 //ALOGE(" io out %p", aout);
326 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
  /external/grub/stage2/
boot.c 52 struct exec *aout; member in union:__anon8216
62 pu.aout = (struct exec *) buffer;
168 pu.aout = (struct exec *) buffer;
172 else if (len > sizeof (struct exec) && !N_BADMAG ((*(pu.aout))))
174 entry_addr = (entry_func) pu.aout->a_entry;
201 if (N_GETMAGIC ((*(pu.aout))) != NMAGIC)
208 grub_seek (N_TXTOFF (*(pu.aout)));
209 text_len = pu.aout->a_text;
210 data_len = pu.aout->a_data;
211 bss_len = pu.aout->a_bss
    [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 664 sp<RSC::Allocation> aout = RSC::Allocation::createTyped(mRs, t, RS_ALLOCATION_MIPMAP_NONE, local
668 mRsScript->blur(ain, aout);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 400 milliseconds