Home
last modified time | relevance | path

Searched defs:FORCE_INLINE_ATTR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zstd/lib/common/
H A Dcompiler.h31 # define FORCE_INLINE_ATTR __attribute__((always_inline)) macro
33 # define FORCE_INLINE_ATTR __forceinline macro
35 # define FORCE_INLINE_ATTR macro
41 #define FORCE_INLINE_ATTR macro
/aosp_15_r20/external/grpc-grpc/third_party/utf8_range/
H A Dutf8_range.c31 #define FORCE_INLINE_ATTR __attribute__((always_inline)) macro
33 #define FORCE_INLINE_ATTR __forceinline macro
35 #define FORCE_INLINE_ATTR macro