Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/external/cronet/base/
H A Dcompiler_specific.h64 #define ALWAYS_INLINE [[clang::always_inline]] inline macro
66 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
68 #define ALWAYS_INLINE __forceinline macro
70 #define ALWAYS_INLINE inline macro
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/
Dcompiler_specific.h95 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
97 #define ALWAYS_INLINE __forceinline macro
99 #define ALWAYS_INLINE inline macro
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dcompiler_specific.h95 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
97 #define ALWAYS_INLINE __forceinline macro
99 #define ALWAYS_INLINE inline macro
/aosp_15_r20/external/libchrome/base/
H A Dcompiler_specific.h92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
94 #define ALWAYS_INLINE __forceinline macro
96 #define ALWAYS_INLINE inline macro
/aosp_15_r20/art/test/ti-agent/
H A Dti_macros.h25 #define ALWAYS_INLINE macro
27 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/external/compiler-rt/lib/builtins/
H A Dint_lib.h42 #define ALWAYS_INLINE __forceinline macro
47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/aosp_15_r20/external/pffft/
H A Dpffft.c77 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
82 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
H A Dpffft_double.c87 # define ALWAYS_INLINE(return_type) inline return_type __attribute__ ((always_inline)) macro
92 # define ALWAYS_INLINE(return_type) __forceinline return_type macro
/aosp_15_r20/hardware/google/aemu/windows/src/
Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dmacros.h71 #define ALWAYS_INLINE macro
74 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dmacros.h71 #define ALWAYS_INLINE macro
74 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dmacros.h71 #define ALWAYS_INLINE macro
74 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dmacros.h71 #define ALWAYS_INLINE macro
74 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/compiler-rt/builtins/
Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/art/libartbase/base/
H A Dmacros.h75 #define ALWAYS_INLINE macro
78 #define ALWAYS_INLINE __attribute__ ((always_inline)) macro
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dmacros.h195 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
197 # define ALWAYS_INLINE __forceinline macro
199 # define ALWAYS_INLINE inline macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro

123