Searched refs:extraBytes (Results 1 – 25 of 27) sorted by relevance
12
/external/libvncserver/libvncclient/ |
D | tight.c | 101 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/clang/test/SemaObjC/ |
D | interface-layout.m | 19 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
|
D | weak-attr-ivar.m | 18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | ivar-access-tests.m | 91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | method-conflict.m | 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/clang/test/Analysis/ |
D | uninit-ps-rdar6145427.m | 17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6540084.m | 11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | rdar-6562655.m | 17 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | PR3991.m | 17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
|
D | CFRetainRelease_NSAssertionHandler.m | 15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | NoReturn.m | 23 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | method-arg-decay.m | 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | dead-stores.m | 12 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | delegates.m | 53 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | blocks.m | 37 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | NSString.m | 63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | retain-release-inline.m | 108 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | retain-release-gc-only.m | 100 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | retain-release.mm | 133 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | misc-ps.m | 31 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
D | misc-ps-region-store.m | 19 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-objc.h | 63 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MeasureUnit.java | 1020 byte[] extraBytes = new byte[extra]; in readExternal() 1021 in.read(extraBytes, 0, extra); in readExternal()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MeasureUnit.java | 1156 byte[] extraBytes = new byte[extra]; in readExternal() 1157 in.read(extraBytes, 0, extra); in readExternal()
|
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m.result | 165 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
|
12