HomeSort by relevance Sort by last modified time
    Searched defs:NOINLINE (Results 1 - 15 of 15) 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/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
  /external/compiler-rt/lib/asan/lit_tests/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/chromium_org/base/
compiler_specific.h 84 // NOINLINE void DoStuff() { ... }
86 #define NOINLINE __attribute__((noinline))
88 #define NOINLINE __declspec(noinline)
90 #define NOINLINE
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 27 # define NOINLINE __declspec(noinline)
30 # define NOINLINE __attribute__((noinline))
62 NOINLINE
  /external/valgrind/unittest/
thread_wrappers_win.h 57 #define NOINLINE __declspec(noinline)
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 123 # define NOINLINE __declspec(noinline)
139 # define NOINLINE __attribute__((noinline))
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 66 #define NOINLINE __attribute__((noinline))
167 NOINLINE
173 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
258 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
259 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
260 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
405 NOINLINE static int GetPoisonedZero() {
429 NOINLINE void StackTestFunc() {
455 NOINLINE void StackStressFunc()
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.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 576 milliseconds