Home
last modified time | relevance | path

Searched refs:extraBytes (Results 1 – 25 of 38) sorted by relevance

12

/external/libvncserver/libvncclient/
Dtight.c101 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes; in HandleTightBPP() local
240 extraBytes = 0; in HandleTightBPP()
257 zs->next_out = (Bytef *)&client->buffer[extraBytes]; in HandleTightBPP()
258 zs->avail_out = bufferSize - extraBytes; in HandleTightBPP()
276 extraBytes = bufferSize - zs->avail_out - numRows * rowSize; in HandleTightBPP()
277 if (extraBytes > 0) in HandleTightBPP()
278 memcpy(client->buffer, &client->buffer[numRows * rowSize], extraBytes); in HandleTightBPP()
/external/skia/src/codec/
DSkStreamBuffer.cpp50 const size_t extraBytes = totalBytesToBuffer - fBytesBuffered; in buffer() local
51 const size_t bytesBuffered = fStream->read(fBuffer + fBytesBuffered, extraBytes); in buffer()
/external/skqp/src/codec/
DSkStreamBuffer.cpp50 const size_t extraBytes = totalBytesToBuffer - fBytesBuffered; in buffer() local
51 const size_t bytesBuffered = fStream->read(fBuffer + fBytesBuffered, extraBytes); in buffer()
/external/clang/test/SemaObjC/
Dinterface-layout.m19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
Dweak-attr-ivar.m18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Divar-access-tests.m91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dmethod-conflict.m13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6540084.m11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Drdar-6562655.m17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
DPR3991.m17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
DCFRetainRelease_NSAssertionHandler.m15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dmethod-arg-decay.m13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Ddead-stores.m12 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
DNoReturn.m23 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Ddelegates.m53 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dblocks.m37 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
DNSString.m63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dretain-release-inline.m108 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dretain-release-gc-only.m100 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
Dretain-release.mm133 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java1245 byte[] extraBytes = new byte[extra]; in readExternal()
1246 in.read(extraBytes, 0, extra); in readExternal()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DMeasureUnit.java1103 byte[] extraBytes = new byte[extra]; in readExternal()
1104 in.read(extraBytes, 0, extra); in readExternal()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12