HomeSort by relevance Sort by last modified time
    Searched full:tmpstorage (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkRegion.cpp 393 const SkRegion::RunType* SkRegion::getRuns(RunType tmpStorage[], int* count) const
395 SkASSERT(tmpStorage && count);
396 const RunType* runs = tmpStorage;
400 tmpStorage[0] = kRunTypeSentinel;
405 BuildRectRuns(fBounds, tmpStorage);
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
tblcmp.c 230 int tmpstorage[CSIZE + 1]; local
231 register int *tmp = tmpstorage, i, j;
  /external/skia/include/core/
SkRegion.h 393 const RunType* getRuns(RunType tmpStorage[], int* count) const;
  /external/llvm/include/llvm/ADT/
DenseMap.h 836 AlignedCharArrayUnion<BucketT[InlineBuckets]> TmpStorage;
837 BucketT *TmpBegin = reinterpret_cast<BucketT *>(TmpStorage.buffer);
  /prebuilts/misc/linux-x86/flex/
flex-2.5.4a 

Completed in 394 milliseconds