HomeSort by relevance Sort by last modified time
    Searched refs:noinline (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/llvm/include/llvm/Support/
Compiler.h 86 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline))
88 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
  /external/valgrind/main/none/tests/x86/
lzcnt32.c 7 __attribute__((noinline))
24 __attribute__((noinline))
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 21 __attribute__((noinline)) void atomic_add_8bit ( char* p, int n )
85 __attribute__((noinline)) void atomic_add_16bit ( short* p, int n )
148 __attribute__((noinline)) void atomic_add_32bit ( int* p, int n )
224 __attribute__((noinline)) void atomic_add_64bit ( long long int* p, int n )
varinfo4.c 42 __attribute__((noinline))
wrap3.c 12 __attribute__((noinline))
wrap4.c 16 __attribute__((noinline))
wrap5.c 36 __attribute__((noinline))
wrap8.c 43 __attribute__((noinline))
  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 37 #define NEVER_INLINE __declspec(noinline)
  /external/kernel-headers/original/linux/
compiler.h 131 #ifndef noinline
132 #define noinline macro
  /frameworks/base/services/surfaceflinger/DisplayHardware/
DisplayHardware.h 96 void init(uint32_t displayIndex) __attribute__((noinline));
97 void fini() __attribute__((noinline));
DisplayHardware.cpp 48 static __attribute__((noinline))
60 static __attribute__((noinline))
  /dalvik/vm/test/
AtomicTest.cpp 90 static void incr() __attribute__((noinline));
91 static void decr() __attribute__((noinline));
92 static void add(int addVal) __attribute__((noinline));
93 static int compareAndSwap(int oldVal, int newVal, int* addr) __attribute__((noinline));
94 static int compareAndSwapWide(int64_t oldVal, int64_t newVal, int64_t* addr) __attribute__((noinline));
  /external/chromium/base/
compiler_specific.h 77 #define NOINLINE __attribute__((noinline))
80 #define NOINLINE
message_loop.h 398 __declspec(noinline) void RunInternalInSEHFrame();
  /frameworks/base/opengl/libs/EGL/
Loader.h 79 static __attribute__((noinline))
  /external/v8/src/
globals.h 299 #define NO_INLINE(header) header __attribute__((noinline))
302 #define NO_INLINE(header) __attribute__((noinline)) header
  /external/valgrind/tsan/
ts_util.h 260 #define NOINLINE
263 #define NOINLINE __attribute__ ((noinline))
266 #define NOINLINE __declspec(noinline)
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 78 __attribute__((noinline))
  /external/valgrind/unittest/
thread_wrappers_win.h 57 #define NOINLINE __declspec(noinline)
thread_wrappers_pthread.h 54 #define NOINLINE __attribute__ ((noinline))
  /external/valgrind/main/coregrind/
m_debuglog.c 107 __attribute__((noinline))
443 __attribute__((noinline))
485 __attribute__((noinline))
  /external/valgrind/main/exp-ptrcheck/
sg_main.c 521 __attribute__((noinline))
    [all...]
  /external/llvm/utils/vim/
llvm.vim 55 syn keyword llvmKeyword inlinehint noinline alwaysinline optsize ssp sspreq
  /system/core/libpixelflinger/
fixed.cpp 253 static __attribute__((noinline))

Completed in 3503 milliseconds

1 23 4 5