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

  /external/tpm2/
MathFunctions_fp.h 26 const UINT32 eSize, // IN: size of power
MathFunctions.c 446 const UINT32 eSize, // IN: size of power
472 || BN_bin2bn(e, eSize, bnE) == NULL
  /frameworks/rs/cpp/
Allocation.cpp 229 size_t eSize = mType->getElement()->getSizeBytes();
230 void *ptr = malloc(eSize * count);
231 copyWithPadding(ptr, data, eSize / 4, count);
252 size_t eSize = mType->getElement()->getSizeBytes();
253 void *ptr = malloc(eSize * count);
256 copyWithUnPadding(data, ptr, eSize / 4, count);
296 size_t eSize = mType->getElement()->getSizeBytes();
297 void *ptr = malloc(eSize * w * h);
298 copyWithPadding(ptr, data, eSize / 4, w * h);
325 size_t eSize = mType->getElement()->getSizeBytes()
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 195 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
196 return &p[eSize * x];
203 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
205 return &p[(eSize * x) + (y * stride)];
212 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
215 return &p[(eSize * x) + (y * stride) + (z * stride * dimY)];
221 const uint32_t eSize = alloc->mHal.state.elementSizeBytes;
222 local_memcpy((void*)&p[eSize * x], ptr, eSize);
229 const uint32_t eSize = alloc->mHal.state.elementSizeBytes
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 322 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
325 size_t size = count * eSize;
341 size_t eSize = alloc->mHal.state.elementSizeBytes;
342 size_t lineSize = eSize * w;
393 uint32_t eSize = alloc->mHal.state.elementSizeBytes;
394 uint32_t lineSize = eSize * w;
420 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
426 memcpy(data, ptr, count * eSize);
434 size_t eSize = alloc->mHal.state.elementSizeBytes;
435 size_t lineSize = eSize * w
    [all...]
rsovRuntimeStubs.cpp 481 const uint32_t eSize = e->getSizeBytes();
484 return &p[(x * eSize) + (y * stride) + (z * stride * dimY)];
    [all...]
  /frameworks/rs/
rsAllocation.cpp 196 const size_t eSize = mHal.state.type->getElementSizeBytes();
198 if ((count * eSize) != sizeBytes) {
202 (count * eSize), sizeBytes);
227 const size_t eSize = mHal.state.type->getElementSizeBytes();
229 if ((count * eSize) != sizeBytes) {
233 (count * eSize), sizeBytes);
244 const size_t eSize = mHal.state.elementSizeBytes;
245 const size_t lineSize = eSize * w;
263 const size_t eSize = mHal.state.elementSizeBytes;
264 const size_t lineSize = eSize * w
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 832 const size_t eSize = alloc->mHal.state.type->getElementSizeBytes();
834 size_t size = count * eSize;
852 size_t eSize = alloc->mHal.state.elementSizeBytes;
853 size_t lineSize = eSize * w;
    [all...]
rsdRuntimeStubs.cpp 509 const uint32_t eSize = e->getSizeBytes();
512 return &p[(x * eSize) + (y * stride) + (z * stride * dimY)];
    [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Allocation.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
capitst.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uxtheme.h 176 THEMEAPI GetThemePartSize(HTHEME hTheme,HDC hdc,int iPartId,int iStateId,RECT *prc,enum THEMESIZE eSize,SIZE *psz);
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 205 milliseconds