Home
last modified time | relevance | path

Searched refs:byteSize (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/animator/
DSkMemberInfo.cpp25 size_t byteSize; in GetSize() local
28 byteSize = sizeof(SkColor); in GetSize()
49 byteSize = sizeof(int); in GetSize()
55 byteSize = sizeof(void*); in GetSize()
58 byteSize = sizeof(SkMSec); in GetSize()
61 byteSize = sizeof(SkPoint); in GetSize()
64 byteSize = sizeof(Sk3D_Point); in GetSize()
67 byteSize = sizeof(int32_t); in GetSize()
70 byteSize = sizeof(SkScalar); in GetSize()
74 byteSize = sizeof(SkString); // assume we'll copy by reference, not value in GetSize()
[all …]
DSkDisplayable.cpp107 size_t byteSize = elementSize * arrayCount; in deepCopy() local
108 memcpy(copyArray->begin(), array->begin(), byteSize); in deepCopy()
/external/llvm/lib/MC/MCDisassembler/
DEDInst.cpp27 uint64_t byteSize, in EDInst() argument
33 ByteSize(byteSize), in EDInst()
55 uint64_t EDInst::byteSize() { in byteSize() function in EDInst
DEDInst.h105 uint64_t byteSize,
112 uint64_t byteSize();
DEDDisassembler.cpp228 uint64_t byteSize; in createInst() local
231 S = Disassembler->getInstruction(*inst, byteSize, memoryObject, address, in createInst()
247 EDInst* sdInst = new EDInst(inst, byteSize, *this, thisInstInfo); in createInst()
DEDMain.cpp82 address += inst->byteSize(); in EDCreateInsts()
93 return ((EDInst*)inst)->byteSize(); in EDInstByteSize()
/external/icu4c/common/
Ducol_swp.cpp429 header.byteSize=udata_readInt32(ds, inHeader->byteSize); in ucol_swapInverseUCA()
432 (uint32_t)(length-headerSize)<(header.byteSize=udata_readInt32(ds, inHeader->byteSize))) in ucol_swapInverseUCA()
443 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
466 return headerSize+header.byteSize; in ucol_swapInverseUCA()
/external/webkit/Source/JavaScriptCore/parser/
DSourceProviderCache.h39 unsigned byteSize() const;
DSourceProviderCache.cpp45 unsigned SourceProviderCache::byteSize() const in byteSize() function in JSC::SourceProviderCache
DJSParser.cpp651 unsigned oldFunctionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; in parseProgram()
667 unsigned functionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; in parseProgram()
/external/icu4c/i18n/
Ducol_bld.h43 uint32_t byteSize; uint32_t start; uint32_t limit; member
Ducol_imp.h969 uint32_t byteSize; member
/external/webkit/Source/WebCore/loader/cache/
DCachedScript.cpp123 extraSize = m_sourceProviderCache ? m_sourceProviderCache->byteSize() : 0; in destroyDecodedData()
/external/svox/pico/lib/
Dpicoos.c435 void *picoos_allocProtMem(picoos_MemoryManager mm, picoos_objsize_t byteSize) in picoos_allocProtMem() argument
438 return picopal_mpr_alloc(byteSize); in picoos_allocProtMem()
440 return picoos_allocate(mm, byteSize); in picoos_allocProtMem()
508 picoos_objsize_t byteSize) in picoos_allocate() argument
515 if (byteSize < this->minContSize) { in picoos_allocate()
516 byteSize = this->minContSize; in picoos_allocate()
518 byteSize = ((byteSize + PICOOS_ALIGN_SIZE - 1) / PICOOS_ALIGN_SIZE) in picoos_allocate()
521 cellSize = byteSize + this->usedCellHdrSize; in picoos_allocate()
Dpicoos.h164 void * picoos_allocate(picoos_MemoryManager this, picoos_objsize_t byteSize);
174 void *picoos_allocProtMem(picoos_MemoryManager mm, picoos_objsize_t byteSize);
Dpicopr.c357 … pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned int byteSize) in pr_ALLOCATE() argument
364 if ((pr->workMemTop + byteSize) < PR_WORK_MEM_SIZE) { in pr_ALLOCATE()
366 byteSize = ((byteSize + PICOOS_ALIGN_SIZE - 1) / PICOOS_ALIGN_SIZE) * PICOOS_ALIGN_SIZE; in pr_ALLOCATE()
367 pr->workMemTop += byteSize; in pr_ALLOCATE()
369 … PICODBG_INFO(("pr_WorkMem: +%u, tot:%i of %i", byteSize, pr->workMemTop, PR_WORK_MEM_SIZE)); in pr_ALLOCATE()
387 (*adr) = picoos_allocate(pr->dynMemMM, byteSize); in pr_ALLOCATE()
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
DFloatToFixed.java54 private static final float byteSize = Byte.MAX_VALUE - Byte.MIN_VALUE; field in FloatToFixed
303 dataTypeSize = byteSize; in convertPositions()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp245 ByteArray.erase (ByteArray.begin(), ByteArray.begin() + inst->byteSize()); in disassembleEnhanced()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def71 ?byteSize@SourceProviderCache@JSC@@QBEIXZ
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-16776 (JSC::SourceProviderCache::byteSize):
4304 (JSC::SourceProviderCache::byteSize):
4890 (JSC::SourceProviderCache::byteSize):