/external/skia/src/animator/ |
D | SkMemberInfo.cpp | 25 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 …]
|
D | SkDisplayable.cpp | 107 size_t byteSize = elementSize * arrayCount; in deepCopy() local 108 memcpy(copyArray->begin(), array->begin(), byteSize); in deepCopy()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | EDInst.cpp | 27 uint64_t byteSize, in EDInst() argument 33 ByteSize(byteSize), in EDInst() 55 uint64_t EDInst::byteSize() { in byteSize() function in EDInst
|
D | EDInst.h | 105 uint64_t byteSize, 112 uint64_t byteSize();
|
D | EDDisassembler.cpp | 228 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()
|
D | EDMain.cpp | 82 address += inst->byteSize(); in EDCreateInsts() 93 return ((EDInst*)inst)->byteSize(); in EDInstByteSize()
|
/external/icu4c/common/ |
D | ucol_swp.cpp | 429 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/ |
D | SourceProviderCache.h | 39 unsigned byteSize() const;
|
D | SourceProviderCache.cpp | 45 unsigned SourceProviderCache::byteSize() const in byteSize() function in JSC::SourceProviderCache
|
D | JSParser.cpp | 651 unsigned oldFunctionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; in parseProgram() 667 unsigned functionCacheSize = m_functionCache ? m_functionCache->byteSize() : 0; in parseProgram()
|
/external/icu4c/i18n/ |
D | ucol_bld.h | 43 uint32_t byteSize; uint32_t start; uint32_t limit; member
|
D | ucol_imp.h | 969 uint32_t byteSize; member
|
/external/webkit/Source/WebCore/loader/cache/ |
D | CachedScript.cpp | 123 extraSize = m_sourceProviderCache ? m_sourceProviderCache->byteSize() : 0; in destroyDecodedData()
|
/external/svox/pico/lib/ |
D | picoos.c | 435 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()
|
D | picoos.h | 164 void * picoos_allocate(picoos_MemoryManager this, picoos_objsize_t byteSize); 174 void *picoos_allocProtMem(picoos_MemoryManager mm, picoos_objsize_t byteSize);
|
D | picopr.c | 357 … 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/ |
D | FloatToFixed.java | 54 private static final float byteSize = Byte.MAX_VALUE - Byte.MIN_VALUE; field in FloatToFixed 303 dataTypeSize = byteSize; in convertPositions()
|
/external/llvm/tools/llvm-mc/ |
D | Disassembler.cpp | 245 ByteArray.erase (ByteArray.begin(), ByteArray.begin() + inst->byteSize()); in disassembleEnhanced()
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
D | JavaScriptCore.def | 71 ?byteSize@SourceProviderCache@JSC@@QBEIXZ
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 776 (JSC::SourceProviderCache::byteSize): 4304 (JSC::SourceProviderCache::byteSize): 4890 (JSC::SourceProviderCache::byteSize):
|