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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 290 void helperFloatCopy(int nElems, int offset, int count, int copyMode) {
291 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems);
294 src = new float[nElems];
295 dst = new float[nElems];
314 void helperByteCopy(int nElems, int offset, int count, int copyMode) {
315 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems);
318 src = new byte[nElems];
319 dst = new byte[nElems];
338 void helperShortCopy(int nElems, int offset, int count, int copyMode) {
339 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--;
929 return t->nElems;
m_translate.c 596 + descr->nElems * sizeofIRType(descr->elemTy) - 1;
    [all...]
  /external/valgrind/main/memcheck/
mc_machine.c     [all...]
mc_translate.c     [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 106 vex_printf("(%d:%dx", arr->base, arr->nElems);
    [all...]
ir_opt.c 532 *maxoff = *minoff + descr->nElems*sizeofIRType(descr->elemTy) - 1;
    [all...]
host_ppc_isel.c 595 Int nElems = descr->nElems;
601 if (nElems != 16 && nElems != 32)
618 andi %tmp, nElems-1
632 PPCRH_Imm(False/*unsigned*/, toUShort(nElems-1))));
    [all...]
host_amd64_isel.c 606 Int nElems = descr->nElems;
612 if (nElems != 8 || (elemSz != 1 && elemSz != 8))
    [all...]
host_x86_isel.c 600 Int nElems = descr->nElems;
607 if (nElems != 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/VEX/pub/
libvex_ir.h 373 Int nElems; /* number of elements in the indexed area */
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1434 milliseconds