Home
last modified time | relevance | path

Searched refs:stackbuf (Results 1 – 25 of 29) sorted by relevance

12

/external/kmod/shared/
Dscratchbuf.c24 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size) in scratchbuf_init() argument
26 buf->bytes = stackbuf; in scratchbuf_init()
Dscratchbuf.h17 void scratchbuf_init(struct scratchbuf *buf, char *stackbuf, size_t size);
/external/compiler-rt/test/msan/
Dchained_origin_limits.cc74 char stackbuf[1000]; in init() local
75 char *volatile p = stackbuf; in init()
/external/antlr/runtime/ObjC/Framework/
DAMutableDictionary.m197 // 1) Use the stack based array provided by stackbuf. If you do this, then you must respect the val…
199 …tr MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.
200 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
219 state->itemsPtr = stackbuf;
225 stackbuf[cnt++] = ptrBuffer[state->state++];
DAMutableArray.m226 // 1) Use the stack based array provided by stackbuf. If you do this, then you must respect the val…
228 …tr MUST be a valid array (non-nil). This sample takes approach #1, using stackbuf to store results.
229 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
247 state->itemsPtr = stackbuf;
253 stackbuf[cnt++] = ptrBuffer[state->state++];
/external/clang/test/SemaObjC/
Dproperty-6.m34 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dcompare-qualified-id.m13 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
Dproperty-8.m21 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dforeach.m37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf
Dcomptypes-9.m35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dweak-attr-ivar.m24 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
/external/clang/test/SemaObjCXX/
Dforeach.mm42 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf
/external/clang/test/Analysis/
Duninit-msg-expr.m25 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dpr4209.m20 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
DNSPanel.m32 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dmethod-arg-decay.m19 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
Ddelegates.m56 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dvariadic-method-types.m40 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dmisc-ps-eager-assume.m19 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
DNSString.m66 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dretain-release-gc-only.m104 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
Dretain-release-inline.m112 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
Dretain-release.mm137 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h67 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…
/external/curl/lib/vtls/
Dopenssl.c256 char stackbuf[256]; in ossl_keylog_callback() local
260 if(linelen <= sizeof(stackbuf) - 2) in ossl_keylog_callback()
261 buf = stackbuf; in ossl_keylog_callback()
272 if(buf != stackbuf) in ossl_keylog_callback()

12