Home
last modified time | relevance | path

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

/external/grpc-grpc/third_party/utf8_range/
Dutf8_range.c31 #define FORCE_INLINE_ATTR __attribute__((always_inline)) macro
33 #define FORCE_INLINE_ATTR __forceinline macro
35 #define FORCE_INLINE_ATTR macro
/external/zstd/lib/common/
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