HomeSort by relevance Sort by last modified time
    Searched defs:NOINLINE (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 46 # define NOINLINE __attribute__((noinline))
48 # define NOINLINE
54 extern _X_HIDDEN NOINLINE CARD32 __glXReadReply( Display *dpy, size_t size,
57 extern _X_HIDDEN NOINLINE void __glXReadPixelReply( Display *dpy,
62 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupSingleRequest(
65 extern _X_HIDDEN NOINLINE FASTCALL GLubyte * __glXSetupVendorRequest(
    [all...]
glsl_parser.h 179 NOINLINE = 397,
380 #define NOINLINE 397
glsl_parser.cc 288 NOINLINE = 397,
489 #define NOINLINE 397
    [all...]
indirect.c 50 # define NOINLINE __attribute__((noinline))
52 # define NOINLINE
67 NOINLINE CARD32
92 NOINLINE void
136 NOINLINE FASTCALL GLubyte *
151 NOINLINE FASTCALL GLubyte *
180 static FASTCALL NOINLINE void
192 static FASTCALL NOINLINE void
204 static FASTCALL NOINLINE voi
    [all...]
  /external/compiler-rt/test/asan/TestCases/
stack-oob-frames.cc 7 #define NOINLINE __attribute__((noinline))
12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) {
23 NOINLINE static void Frame1(int frame, char *a, char *b) {
27 NOINLINE static void Frame2(int frame, char *a) {
31 NOINLINE static void Frame3(int frame) {
  /external/compiler-rt/test/tsan/
unaligned_race.cc 8 #define NOINLINE __attribute__((noinline))
24 static NOINLINE void access(volatile char *p, int sz, int rw) {
52 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) {
68 static NOINLINE void
88 static NOINLINE void
108 NOINLINE void Test(bool main) {
  /external/libunwind/include/
compiler.h 37 # define NOINLINE __attribute__((noinline))
62 # define NOINLINE
  /external/chromium_org/base/
compiler_specific.h 106 // NOINLINE void DoStuff() { ... }
108 #define NOINLINE __attribute__((noinline))
110 #define NOINLINE __declspec(noinline)
112 #define NOINLINE
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 35 # define NOINLINE __declspec(noinline)
37 # define NOINLINE __attribute__((noinline))
77 NOINLINE
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 142 # define NOINLINE __declspec(noinline)
156 # define NOINLINE __attribute__((noinline))
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 82 #define NOINLINE __attribute__((noinline))
157 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
242 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
243 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
244 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
406 NOINLINE static int GetPoisonedZero() {
430 NOINLINE void StackTestFunc() {
456 NOINLINE void StackStressFunc() {
512 NOINLINE
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 183 #define NOINLINE __attribute__ ((noinline))
184 extern "C" void NOINLINE AnnotateSetVerbosity(const char *, int, int) {};
    [all...]

Completed in 3692 milliseconds