HomeSort by relevance Sort by last modified time
    Searched refs:INLINE (Results 1 - 25 of 1157) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bootable/recovery/minzip/
inline_magic.h 21 #define INLINE extern inline __attribute((__gnu_inline__))
23 #define INLINE
  /external/chromium_org/v8/src/
hydrogen-uint32-analysis.h 24 INLINE(bool IsSafeUint32Use(HValue* val, HValue* use));
25 INLINE(bool Uint32UsesAreSafe(HValue* uint32val));
26 INLINE(bool CheckPhiOperands(HPhi* phi));
27 INLINE(void UnmarkPhi(HPhi* phi, ZoneList<HPhi*>* worklist));
28 INLINE(void UnmarkUnsafePhis());
unbound-queue.h 24 inline UnboundQueue();
25 inline ~UnboundQueue();
27 INLINE(bool Dequeue(Record* rec));
28 INLINE(void Enqueue(const Record& rec));
29 INLINE(bool IsEmpty() const);
30 INLINE(Record* Peek() const);
33 INLINE(void DeleteFirst());
  /external/clang/test/Analysis/inlining/
containers.cpp 17 #if INLINE
24 #if INLINE
31 #if INLINE
52 #if INLINE
59 #if INLINE
66 #if INLINE
73 #if INLINE
91 #if INLINE
98 #if INLINE
107 #if INLINE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglmutex.h 39 static INLINE void _eglInitMutex(_EGLMutex *m)
44 static INLINE void
50 static INLINE void
56 static INLINE void
69 static INLINE void _eglInitMutex(_EGLMutex *m) { (void) m; }
70 static INLINE void _eglDestroyMutex(_EGLMutex *m) { (void) m; }
71 static INLINE void _eglLockMutex(_EGLMutex *m) { (void) m; }
72 static INLINE void _eglUnlockMutex(_EGLMutex *m) { (void) m; }
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawtex.h 29 static INLINE void
34 static INLINE void
st_cb_bitmap.h 63 static INLINE void
68 static INLINE void
73 static INLINE void
78 static INLINE void
83 static INLINE void
st_cb_eglimage.h 44 static INLINE void
st_cb_feedback.h 45 static INLINE void
st_cb_rasterpos.h 43 static INLINE void
  /external/mesa3d/src/egl/main/
eglmutex.h 39 static INLINE void _eglInitMutex(_EGLMutex *m)
44 static INLINE void
50 static INLINE void
56 static INLINE void
69 static INLINE void _eglInitMutex(_EGLMutex *m) { (void) m; }
70 static INLINE void _eglDestroyMutex(_EGLMutex *m) { (void) m; }
71 static INLINE void _eglLockMutex(_EGLMutex *m) { (void) m; }
72 static INLINE void _eglUnlockMutex(_EGLMutex *m) { (void) m; }
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.h 29 static INLINE void
34 static INLINE void
st_cb_bitmap.h 63 static INLINE void
68 static INLINE void
73 static INLINE void
78 static INLINE void
83 static INLINE void
st_cb_eglimage.h 44 static INLINE void
st_cb_feedback.h 45 static INLINE void
st_cb_rasterpos.h 43 static INLINE void
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
handle.h 71 static INLINE VGHandle
78 static INLINE VGHandle
86 static INLINE VGHandle
94 static INLINE VGHandle
101 static INLINE VGHandle
108 static INLINE VGHandle
115 static INLINE void *
129 static INLINE struct vg_font *
136 static INLINE struct vg_image *
143 static INLINE struct vg_mask_layer
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
handle.h 71 static INLINE VGHandle
78 static INLINE VGHandle
86 static INLINE VGHandle
94 static INLINE VGHandle
101 static INLINE VGHandle
108 static INLINE VGHandle
115 static INLINE void *
129 static INLINE struct vg_font *
136 static INLINE struct vg_image *
143 static INLINE struct vg_mask_layer
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
config.h 73 #ifndef INLINE
75 #define INLINE inline __attribute__((always_inline))
77 #define INLINE __forceinline
79 #define INLINE
144 calls it, or to nothing if 'inline' is not supported under any name. */
146 /* #undef inline */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_srgb.h 60 static INLINE uint8_t
79 static INLINE float
89 static INLINE uint8_t
99 static INLINE uint8_t
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.h 42 static INLINE struct galahad_screen *
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_screen.h 42 static INLINE struct identity_screen *
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.h 60 static INLINE uint8_t
79 static INLINE float
89 static INLINE uint8_t
99 static INLINE uint8_t
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.h 42 static INLINE struct galahad_screen *
  /external/mesa3d/src/gallium/drivers/identity/
id_screen.h 42 static INLINE struct identity_screen *

Completed in 1100 milliseconds

1 2 3 4 5 6 7 8 91011>>