Home
last modified time | relevance | path

Searched refs:byteCount (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/WebKitTools/Scripts/
Dparse-malloc-history72 my ($callCount, $byteCount);
76 ($callCount, $byteCount) = ($line =~ /(\d+) calls for (\d+) bytes/);
82 if (!$callCount || !$byteCount) {
84 ($byteCount) = ($line =~ /Leak: [x[:xdigit:]]* size=(\d+)/);
86 if ($byteCount) {
98 if (!$callCount || !$byteCount) {
100 ($byteCount) = ($line =~ /Key: (?:\d+), (\d+) bytes/);
101 if ($byteCount) {
117 next if (!$callCount || !$byteCount);
119 $byteCountTotal += $byteCount;
[all …]
Dsvn-unapply297 my $byteCount = sysread(CHANGELOG, $newDate, 10);
298 die "Failed reading $fullPath: $!" if !$byteCount || $byteCount != 10;
/external/yaffs2/yaffs2/
Dyaffs_packedtags2.c50 pt->t.objectId, pt->t.chunkId, pt->t.byteCount, in yaffs_DumpPackedTags2()
61 t->chunkId, t->byteCount, t->chunkDeleted, t->serialNumber, in yaffs_DumpTags2()
70 pt->t.byteCount = t->byteCount; in yaffs_PackTags2()
90 pt->t.byteCount = t->extraEquivalentObjectId; in yaffs_PackTags2()
92 pt->t.byteCount = t->extraFileLength; in yaffs_PackTags2()
94 pt->t.byteCount = 0; in yaffs_PackTags2()
155 t->byteCount = pt->t.byteCount; in yaffs_UnpackTags2()
164 t->byteCount = 0; in yaffs_UnpackTags2()
178 t->extraEquivalentObjectId = pt->t.byteCount; in yaffs_UnpackTags2()
180 t->extraFileLength = pt->t.byteCount; in yaffs_UnpackTags2()
Dyaffs_packedtags1.c8 pt->byteCount = t->byteCount; in yaffs_PackTags1()
31 t->byteCount = pt->byteCount; in yaffs_UnpackTags1()
Dyaffs_tagscompat.c419 tags.byteCount = eTags->byteCount; in yaffs_TagsCompatabilityWriteChunkWithTagsToNAND()
471 eTags->byteCount = tags.byteCount; in yaffs_TagsCompatabilityReadChunkWithTagsFromNAND()
Dyaffs_packedtags1.h11 unsigned byteCount:10; member
Dyaffs_packedtags2.h13 unsigned byteCount; member
Dyaffs_guts.h137 unsigned byteCount:10; member
175 unsigned byteCount; /* Only valid for data chunks */ member
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
DGeneralDigest.java16 private long byteCount; field in GeneralDigest
38 byteCount = t.byteCount; in GeneralDigest()
52 byteCount++; in update()
80 byteCount += xBuf.length; in update()
97 long bitLength = (byteCount << 3); in finish()
116 byteCount = 0; in reset()
/external/skia/src/ports/
DSkOSFile_stdio.cpp62 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) in sk_fread() argument
73 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR); in sk_fread()
76 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err)); in sk_fread()
79 return byteCount; in sk_fread()
82 return ::fread(buffer, 1, byteCount, (FILE*)f); in sk_fread()
85 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f) in sk_fwrite() argument
88 return ::fwrite(buffer, 1, byteCount, (FILE*)f); in sk_fwrite()
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DDERObjectIdentifier.java190 int byteCount = (fieldValue.bitLength()+6)/7; in writeField() local
191 if (byteCount == 0) in writeField()
198 byte[] tmp = new byte[byteCount]; in writeField()
199 for (int i = byteCount-1; i >= 0; i--) in writeField()
204 tmp[byteCount-1] &= 0x7f; in writeField()
/external/skia/include/core/
DSkOSFile.h42 size_t sk_fread(void* buffer, size_t byteCount, SkFILE*);
43 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE*);
/external/icu4c/test/cintltst/
Ducsdetst.c73 int32_t byteCount = preflight(src, length, cnv); in extractBytes() local
75 char *bytes = NEW_ARRAY(char, byteCount + 1); in extractBytes()
76 char *dest = bytes, *destLimit = bytes + byteCount + 1; in extractBytes()
81 *byteLength = byteCount; in extractBytes()
/external/chromium/third_party/icu/source/test/cintltst/
Ducsdetst.c71 int32_t byteCount = preflight(src, length, cnv); in extractBytes() local
73 char *bytes = NEW_ARRAY(char, byteCount + 1); in extractBytes()
74 char *dest = bytes, *destLimit = bytes + byteCount + 1; in extractBytes()
79 *byteLength = byteCount; in extractBytes()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_imaadpcm.c126 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in IMADecoderSample()
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0)) in IMADecoderLocate()
Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member
Deas_pcm.c362 pState->bytesLeftLoop = pState->byteCount = pParams->size; in EAS_PEOpenStream()
926 pState->bytesLeft = pState->byteCount; in InitPCMStream()
1267 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in LinearPCMDecode()
/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c126 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in IMADecoderSample()
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0)) in IMADecoderLocate()
Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member
/external/sonivox/arm-fm-22k/lib_src/
Deas_imaadpcm.c126 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in IMADecoderSample()
321 if ((temp > pState->byteCount) && (pState->loopSamples != 0)) in IMADecoderLocate()
Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member
Deas_pcm.c362 pState->bytesLeftLoop = pState->byteCount = pParams->size; in EAS_PEOpenStream()
926 pState->bytesLeft = pState->byteCount; in InitPCMStream()
1267 pState->bytesLeft = pState->byteCount = (EAS_I32) pState->bytesLeftLoop; in LinearPCMDecode()
/external/chromium/third_party/icu/source/test/intltest/
Dtscoll.cpp379 int32_t i, byteCount; in prettify() local
380 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
385 for (i = 0; i < byteCount; i += 1) in prettify()
/external/yaffs2/yaffs2/utils/
Dmkyaffs2image.c209 pt->t.byteCount = SWAP32(pt->t.byteCount); in little_to_big_endian()
228 t.byteCount = nBytes; in write_chunk()
/external/icu4c/test/intltest/
Dtscoll.cpp381 int32_t i, byteCount; in prettify() local
382 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
387 for (i = 0; i < byteCount; i += 1) in prettify()

12