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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 29 RsExpandKernelDriverInfo fep; member in struct:android::renderscript::MTLaunchStructForEachBlas
rsCpuCore.h 78 // Points to MTLaunchStructForEach::fep::dim or
85 RsExpandKernelDriverInfo fep; member in struct:android::renderscript::MTLaunchStructForEach
rsCpuCore.cpp 328 // fep - The forEach parameters (driver info structure)
330 static inline void FepPtrSetup(const MTLaunchStructForEach *mtls, RsExpandKernelDriverInfo *fep,
336 // fep->inLen can be 1 with mtls->ains[0] being null.
338 for (uint32_t i = 0; i < fep->inLen; i++) {
340 rsAssert(fep->inLen == 1);
343 fep->inPtr[i] = (const uint8_t *)mtls->ains[i]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
346 fep->outPtr[0] = (uint8_t *)mtls->aout[0]->getPointerUnchecked(x, y, z, lod, face, a1, a2, a3, a4);
393 RsExpandKernelDriverInfo fep = mtls->fep; local
394 fep.lid = idx
420 RsExpandKernelDriverInfo fep = mtls->fep; local
445 RsExpandKernelDriverInfo fep = mtls->fep; local
    [all...]
  /external/syslinux/com32/lib/syslinux/
movebits.c 645 struct syslinux_movelist **fep = &frags; local
662 *fep = mv;
663 fep = &mv->next;
672 *fep = NULL;
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 559 fent_t *fep; local
567 fep = &ftp->fents[ftp->nfiles++];
568 fep->id = id;
569 fep->parent = parent;
699 fent_t *fep; local
703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
704 return fep;
735 fent_t *fep; local
738 if ((fep = dcache_lookup(dirid)))
739 return fep;
811 fent_t *fep; local
865 fent_t *fep; local
1687 fent_t *fep; local
2109 fent_t *fep; local
2157 fent_t *fep; local
2192 fent_t *fep; local
2308 fent_t *fep; local
2417 fent_t *fep; local
2461 fent_t *fep; local
2551 fent_t *fep; local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 586 fent_t *fep; local
594 fep = &ftp->fents[ftp->nfiles++];
595 fep->id = id;
596 fep->parent = parent;
726 fent_t *fep; local
730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid)
731 return fep;
762 fent_t *fep; local
765 if ((fep = dcache_lookup(dirid)))
766 return fep;
838 fent_t *fep; local
892 fent_t *fep; local
1712 fent_t *fep; local
2134 fent_t *fep; local
2182 fent_t *fep; local
2217 fent_t *fep; local
2333 fent_t *fep; local
2442 fent_t *fep; local
2486 fent_t *fep; local
2576 fent_t *fep; local
    [all...]

Completed in 330 milliseconds