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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 125 static bool helperFloatCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) {
127 sp<Allocation> A = Allocation::createSized(mRS, Element::F32(mRS), nElems);
130 src = new float[nElems];
131 dst = new float[nElems];
156 static bool helperCharCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) {
158 sp<Allocation> A = Allocation::createSized(mRS, Element::I8(mRS), nElems);
161 src = new char[nElems];
162 dst = new char[nElems];
187 static bool helperShortCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) {
189 sp<Allocation> A = Allocation::createSized(mRS, Element::I16(mRS), nElems);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 288 void helperFloatCopy(int nElems, int offset, int count, int copyMode) {
289 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
292 src = new float[nElems];
293 dst = new float[nElems];
312 void helperByteCopy(int nElems, int offset, int count, int copyMode) {
313 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
316 src = new byte[nElems];
317 dst = new byte[nElems];
336 void helperShortCopy(int nElems, int offset, int count, int copyMode) {
337 Allocation A = Allocation.createSized(mRS, Element.I16(mRS), nElems);
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 120 Word nElems; // number of elements in the tree
310 t->nElems = 0;
359 t->nElems = 0;
415 vg_assert(sz == t->nElems);
561 t->nElems++;
778 t->nElems--;
920 return t->nElems;
m_translate.c 619 + descr->nElems * sizeofIRType(descr->elemTy) - 1;
    [all...]
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 488 size_t nElems = sizeof(elems) / sizeof(elems[0]);
489 uint64_t offsets[nElems];
490 uint64_t sizes[nElems];
491 for (uint32_t i = 0; i < nElems; i++) {
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 106 vex_printf("(%d:%dx", arr->base, arr->nElems);
    [all...]
ir_opt.c 559 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
    [all...]
host_ppc_isel.c 603 Int nElems = descr->nElems;
609 if (nElems != 16 && nElems != 32)
626 andi %tmp, nElems-1
640 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
    [all...]
host_x86_isel.c 700 Int nElems = descr->nElems;
707 if (nElems != 8)
    [all...]
host_amd64_isel.c 708 Int nElems = descr->nElems;
714 if (nElems != 8 || (elemSz != 1 && elemSz != 8))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java     [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
mc_translate.c     [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 377 Int nElems; /* number of elements in the indexed area */
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 937 milliseconds