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…
Dcomptypes-9.m35 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dforeach.m37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf
Dproperty-8.m21 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
Dweak-attr-ivar.m24 - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf co…
/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/SemaObjCXX/
Dforeach.mm42 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DBlur.cpp372 float4 stackbuf[2048]; in kernelU4() local
373 float4 *buf = &stackbuf[0]; in kernelU4()
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h67 …untByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger…

12