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

  /external/webkit/Source/JavaScriptCore/parser/
SourceProviderCache.cpp 45 unsigned SourceProviderCache::byteSize() const
  /external/icu4c/i18n/
ucol_bld.h 43 uint32_t byteSize; uint32_t start; uint32_t limit;
ucol_imp.h 157 * uint32_t byteSize; - size of inverse UCA image in bytes
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 27 uint64_t byteSize,
33 ByteSize(byteSize),
55 uint64_t EDInst::byteSize() {
56 return ByteSize;
EDDisassembler.cpp 245 uint64_t byteSize;
248 S = Disassembler->getInstruction(*inst, byteSize, memoryObject, address,
264 EDInst* sdInst = new EDInst(inst, byteSize, *this, thisInstInfo);
  /external/skia/src/animator/
SkMemberInfo.cpp 33 size_t byteSize;
36 byteSize = sizeof(SkColor);
57 byteSize = sizeof(int);
63 byteSize = sizeof(void*);
66 byteSize = sizeof(SkMSec);
69 byteSize = sizeof(SkPoint);
72 byteSize = sizeof(Sk3D_Point);
75 byteSize = sizeof(int32_t);
78 byteSize = sizeof(SkScalar);
82 byteSize = sizeof(SkString); // assume we'll copy by reference, not valu
    [all...]
SkDisplayable.cpp 115 size_t byteSize = elementSize * arrayCount;
116 memcpy(copyArray->begin(), array->begin(), byteSize);

Completed in 1246 milliseconds