Searched defs:byteCount (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/
H A DSkMD5.h44 uint64_t byteCount; member in class:SkMD5
H A DSkSHA1.h44 uint64_t byteCount; member in class:SkSHA1
/external/skia/src/utils/
H A DSkMD5.h44 uint64_t byteCount; member in class:SkMD5
H A DSkSHA1.h44 uint64_t byteCount; member in class:SkSHA1
/external/yaffs2/yaffs2/
H A Dyaffs_packedtags1.h11 unsigned byteCount:10; member in struct:__anon28898
H A Dyaffs_packedtags2.h13 unsigned byteCount; member in struct:__anon28899
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DGeneralDigest.java17 private long byteCount; field in class:GeneralDigest
45 byteCount = t.byteCount;
59 byteCount++;
87 byteCount += xBuf.length;
104 long bitLength = (byteCount << 3);
123 byteCount = 0;
/external/chromium_org/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp73 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) { argument
81 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
84 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
87 return byteCount;
90 return ::fread(buffer, 1, byteCount, (FILE*)f);
93 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f) { argument
95 return ::fwrite(buffer, 1, byteCount, (FILE*)f);
103 bool sk_fseek(SkFILE* f, size_t byteCount) { argument
104 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_SET);
108 bool sk_fmove(SkFILE* f, long byteCount) { argument
[all...]
/external/skia/src/ports/
H A DSkOSFile_stdio.cpp73 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) { argument
81 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_CUR);
84 byteCount, curr, feof((FILE*)f), ferror((FILE*)f), err));
87 return byteCount;
90 return ::fread(buffer, 1, byteCount, (FILE*)f);
93 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f) { argument
95 return ::fwrite(buffer, 1, byteCount, (FILE*)f);
103 bool sk_fseek(SkFILE* f, size_t byteCount) { argument
104 int err = ::fseek((FILE*)f, (long)byteCount, SEEK_SET);
108 bool sk_fmove(SkFILE* f, long byteCount) { argument
[all...]
/external/chromium_org/third_party/skia/include/views/
H A DSkEvent.h141 const void* findData(const char name[], size_t* byteCount = NULL) const {
142 return fMeta.findData(name, byteCount);
154 bool hasData(const char name[], const void* data, size_t byteCount) const {
155 return fMeta.hasData(name, data, byteCount);
171 void setData(const char name[], const void* data, size_t byteCount) { argument
172 fMeta.setData(name, data, byteCount);
/external/chromium_org/third_party/skia/src/core/
H A DSkMetaData.cpp107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) { argument
108 (void)this->set(name, data, sizeof(char), kData_Type, byteCount);
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java205 * Reads exactly 'byteCount' bytes from 'in' (into 'dst' at offset 'offset'), and throws
210 public static void readFully(InputStream in, byte[] dst, int offset, int byteCount) argument
212 if (byteCount == 0) {
221 checkOffsetAndCount(dst.length, offset, byteCount);
222 while (byteCount > 0) {
223 int bytesRead = in.read(dst, offset, byteCount);
228 byteCount -= bytesRead;
255 * {@code byteCount} bytes have been read.
264 public static long skipByReading(InputStream in, long byteCount) throws IOException { argument
272 while (skipped < byteCount) {
[all...]
/external/skia/include/views/
H A DSkEvent.h141 const void* findData(const char name[], size_t* byteCount = NULL) const {
142 return fMeta.findData(name, byteCount);
154 bool hasData(const char name[], const void* data, size_t byteCount) const {
155 return fMeta.hasData(name, data, byteCount);
171 void setData(const char name[], const void* data, size_t byteCount) { argument
172 fMeta.setData(name, data, byteCount);
/external/skia/src/core/
H A DSkMetaData.cpp107 void SkMetaData::setData(const char name[], const void* data, size_t byteCount) { argument
108 (void)this->set(name, data, sizeof(char), kData_Type, byteCount);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c73 int32_t byteCount = preflight(src, length, cnv); local
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1;
81 *byteLength = byteCount;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp381 int32_t i, byteCount; local
382 const uint8_t *bytes = source.getByteArray(byteCount);
387 for (i = 0; i < byteCount; i += 1)
/external/freetype/src/cff/
H A Dcf2hints.h79 size_t byteCount; member in struct:CF2_HintMaskRec_
/external/icu4c/test/cintltst/
H A Ducsdetst.c73 int32_t byteCount = preflight(src, length, cnv); local
75 char *bytes = NEW_ARRAY(char, byteCount + 1);
76 char *dest = bytes, *destLimit = bytes + byteCount + 1;
81 *byteLength = byteCount;
/external/icu4c/test/intltest/
H A Dtscoll.cpp385 int32_t i, byteCount; local
386 const uint8_t *bytes = source.getByteArray(byteCount);
391 for (i = 0; i < byteCount; i += 1)
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member in struct:s_pcm_state_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member in struct:s_pcm_state_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcmdata.h84 EAS_I32 byteCount; /* size of file */ member in struct:s_pcm_state_tag
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java514 void receive(InputStream in, int byteCount) throws IOException { argument
517 if (byteCount == 0) {
531 flowControlError = byteCount > buffer.length - available();
536 Util.skipByReading(in, byteCount);
543 Util.skipByReading(in, byteCount);
551 int firstCopyCount = Math.min(byteCount, buffer.length - limit);
554 byteCount -= firstCopyCount;
559 if (byteCount > 0) {
560 Util.readFully(in, buffer, limit, byteCount);
561 limit += byteCount;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp652 const TInt byteCount = aRect.Width() * aRect.Height() * iSourceBpp; //this could be stored local
653 Mem::Copy(target, aBits, byteCount);
H A Ddsa.cpp1090 const TInt byteCount = aRect.Width() * aRect.Height() * iSourceBpp; //this could be stored local
1091 Mem::Copy(target, aBits, byteCount);

Completed in 2011 milliseconds

12