Home
last modified time | relevance | path

Searched refs:byteSize (Results 1 – 21 of 21) 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/chromium_org/third_party/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DOpenSSLDigest.java31 private final int byteSize; field in OpenSSLDigest
33 public OpenSSLDigest(String algorithm, int byteSize) { in OpenSSLDigest() argument
36 this.byteSize = byteSize; in OpenSSLDigest()
51 return byteSize; in getByteLength()
/external/qemu/android/base/containers/
DPodVector.cpp30 initFrom(other.begin(), other.byteSize()); in PodVectorBase()
34 initFrom(other.begin(), other.byteSize()); in operator =()
41 ::memset(mBegin, 0xee, byteSize()); in ~PodVectorBase()
64 resize(other.byteSize(), 1U); in assignFrom()
65 ::memmove(begin(), other.begin(), byteSize()); in assignFrom()
113 size_t oldByteSize = byteSize(); in reserve()
144 byteSize() - pos - itemSize); in removeAt()
DPodVector.h52 size_t byteSize() const { return mEnd - mBegin; } in byteSize() function
77 return byteSize() / itemSize; in itemCount()
/external/lldb/test/python_api/process/
DTestProcessAPI.py243 byteSize = val.GetByteSize()
244 bytes = int_to_bytearray(256, byteSize)
263 if not error.Success() or result != byteSize:
280 content = process.ReadMemory(location, byteSize, error)
291 new_value = bytearray_to_int(new_bytes, byteSize)
/external/chromium_org/third_party/icu/source/common/
Ducol_swp.cpp427 header.byteSize=udata_readInt32(ds, inHeader->byteSize); in ucol_swapInverseUCA()
430 (uint32_t)(length-headerSize)<(header.byteSize=udata_readInt32(ds, inHeader->byteSize))) in ucol_swapInverseUCA()
441 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
464 return headerSize+header.byteSize; in ucol_swapInverseUCA()
Ducol_data.h76 uint32_t byteSize; member
/external/icu/icu4c/source/common/
Ducol_swp.cpp649 header.byteSize=udata_readInt32(ds, inHeader->byteSize); in ucol_swapInverseUCA()
652 (uint32_t)(length-headerSize)<(header.byteSize=udata_readInt32(ds, inHeader->byteSize))) in ucol_swapInverseUCA()
663 uprv_memcpy(outBytes, inBytes, header.byteSize); in ucol_swapInverseUCA()
686 return headerSize+header.byteSize; in ucol_swapInverseUCA()
Ducol_data.h76 uint32_t byteSize; member
/external/chromium_org/third_party/icu/source/i18n/
Ducol_bld.h43 uint32_t byteSize; uint32_t start; uint32_t limit; member
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp249 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar); in setData() local
250 if (0 != memcmp(fPrevEdges, cpe.getEdges(), byteSize)) { in setData()
252 memcpy(fPrevEdges, cpe.getEdges(), byteSize); in setData()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp254 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar); in setData() local
255 if (0 != memcmp(fPrevEdges, cpe.getEdges(), byteSize)) { in setData()
257 memcpy(fPrevEdges, cpe.getEdges(), byteSize); in setData()
/external/chromium_org/third_party/webrtc/modules/media_file/source/
Dmedia_file_utility.cc1641 uint32_t byteSize = 0; in ReadCompressedData() local
1644 byteSize = 50; in ReadCompressedData()
1648 byteSize = 38; in ReadCompressedData()
1650 if(bufferSize < byteSize) in ReadCompressedData()
1659 bytesRead = in.Read(outData, byteSize); in ReadCompressedData()
1660 if(bytesRead != byteSize) in ReadCompressedData()
1665 bytesRead = in.Read(outData, byteSize); in ReadCompressedData()
1666 if(bytesRead != byteSize) in ReadCompressedData()
/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/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DEncoder.java478 private Encoder encoderForArrayByTotalSize(int byteSize, int length, int offset) { in encoderForArrayByTotalSize() argument
481 new DataHeader(DataHeader.HEADER_SIZE + byteSize, length)); in encoderForArrayByTotalSize()
/external/bouncycastle/patches/
Dbcprov.patch636 + private final int byteSize;
638 + public OpenSSLDigest(String algorithm, int byteSize) {
641 + this.byteSize = byteSize;
656 + return byteSize;