HomeSort by relevance Sort by last modified time
    Searched refs:noinline (Results 376 - 400 of 401) sorted by null

<<11121314151617

  /external/u-boot/common/
usb.c 313 static void noinline
    [all...]
  /external/webp/src/dsp/
lossless.c 85 # define LOCAL_INLINE __attribute__ ((noinline))
lossless_enc.c 756 # define LOCAL_INLINE __attribute__ ((noinline))
    [all...]
  /external/eigen/Eigen/src/Core/
MathFunctions.h 796 // NOTE the inline qualifier and noinline attribute are both needed: the former is to avoid linking issue (duplicate symbol),
798 #define EIGEN_TMP_NOOPT_ATTRIB EIGEN_DEVICE_FUNC inline __attribute__((noinline,optimize("no-finite-math-only")))
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/u-boot/scripts/
kernel-doc     [all...]
checkpatch.pl 387 our $Inline = qr{inline|__always_inline|noinline|__inline|__inline__};
    [all...]
  /external/skia/third_party/skcms/src/
Transform_inl.h 563 #define MAYBE_NOINLINE __attribute__((noinline))
    [all...]
  /external/skqp/third_party/skcms/src/
Transform_inl.h 563 #define MAYBE_NOINLINE __attribute__((noinline))
    [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/testng/doc/
prettify.js 27 "naked namespace new noinline noreturn nothrow novtable operator private " +
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 373 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr)
    [all...]
  /external/v8/src/
gdb-jit.cc     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 132 #define NOINLINE __attribute__((noinline))
208 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); }
293 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); }
294 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); }
295 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); }
456 NOINLINE static int GetPoisonedZero() {
480 NOINLINE void StackTestFunc() {
506 NOINLINE void StackStressFunc() {
559 NOINLINE
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_3x3_filter.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 100 #define UPB_NOINLINE __attribute__((noinline))
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 113 #define UPB_NOINLINE __attribute__((noinline))
    [all...]
  /external/mesa3d/prebuilt-intermediates/vulkan/
anv_entrypoints.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenDisassemblerTables.inc 21 __declspec(noinline)
    [all...]
  /external/python/cpython3/
configure     [all...]
  /external/sqlite/dist/orig/
sqlite3.c 491 "NOINLINE",
    [all...]
  /external/sqlite/dist/
sqlite3.c 491 "NOINLINE",
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenDisassemblerTables.inc 21 __declspec(noinline)
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h     [all...]

Completed in 1402 milliseconds

<<11121314151617