HomeSort by relevance Sort by last modified time
    Searched full:extrabytes (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/SemaObjC/
interface-layout.m 18 extern id NSAllocateObject (Class aClass, NSUInteger extraBytes, NSZone * zone);
ivar-access-tests.m 91 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
method-conflict.m 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
weak-attr-ivar.m 18 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
  /external/clang/test/Analysis/
rdar-6540084.m 11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
uninit-ps-rdar6145427.m 17 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
rdar-6562655.m 16 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
CFRetainRelease_NSAssertionHandler.m 15 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
dead-stores.m 11 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
method-arg-decay.m 13 @end extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
system-header-simulator-objc.h 58 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
NoReturn.m 24 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
PR3991.m 17 @end extern id <NSObject> NSAllocateObject(Class aClass, unsigned extraBytes, NSZone *zone);
blocks.m 30 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
delegates.m 52 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
NSString.m 64 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
retain-release-inline.m 108 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
retain-release.mm 130 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
retain-release-gc-only.m 100 extern id NSAllocateObject(Class aClass, NSUInteger extraBytes, NSZone *zone);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
RxBuf.h 73 ((RxIfDescriptor_t *)(pBuf))->extraBytes - \
  /external/dnsmasq/src/
rfc1035.c 31 char *name, int isExtract, int extrabytes)
51 if (!CHECK_LEN(header, p, plen, extrabytes))
281 static unsigned char *skip_name(unsigned char *ansp, HEADER *header, size_t plen, int extrabytes)
330 if (!CHECK_LEN(header, ansp, plen, extrabytes))
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_descriptors.h 262 uint8 extraBytes; /* Number of padding bytes added to actual packet length */
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java 276 final int extrabytes = 7;// # of bytes to add in order to computer # of 8 byte words local
283 : (seed[BYTES_OFFSET] + extrabytes) >> 3 - 1;
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c     [all...]

Completed in 294 milliseconds

1 2