HomeSort by relevance Sort by last modified time
    Searched defs:ALWAYS_INLINE (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
AlwaysInline.h 23 #ifndef ALWAYS_INLINE
25 #define ALWAYS_INLINE inline __attribute__((__always_inline__))
27 #define ALWAYS_INLINE __forceinline
29 #define ALWAYS_INLINE inline
  /system/core/include/private/pixelflinger/
ggl_fixed.h 26 #define ALWAYS_INLINE __attribute__((always_inline))
35 inline GGLfixed gglIntToFixed(GGLfixed i) ALWAYS_INLINE ;
36 inline GGLfixed gglFixedToIntRound(GGLfixed f) ALWAYS_INLINE ;
37 inline GGLfixed gglFixedToIntFloor(GGLfixed f) ALWAYS_INLINE ;
38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;
39 inline GGLfixed gglFracx(GGLfixed v) ALWAYS_INLINE ;
40 inline GGLfixed gglFloorx(GGLfixed v) ALWAYS_INLINE ;
41 inline GGLfixed gglCeilx(GGLfixed v) ALWAYS_INLINE ;
42 inline GGLfixed gglCenterx(GGLfixed v) ALWAYS_INLINE ;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 116 # define ALWAYS_INLINE __declspec(forceinline)
131 # define ALWAYS_INLINE __attribute__((always_inline))

Completed in 149 milliseconds