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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/
Inlines.h 18 * In gcc, "extern inline" ensures that the copy in the header is never
20 * non-inline copies. However, we still need to provide a non-inline
23 * the "always_inline" gcc attribute to ensure that the non-inline version
29 # define INLINE extern __inline__
31 # define INLINE
  /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 47 INLINE(bool IsSafeUint32Use(HValue* val, HValue* use));
48 INLINE(bool Uint32UsesAreSafe(HValue* uint32val));
49 INLINE(bool CheckPhiOperands(HPhi* phi));
50 INLINE(void UnmarkPhi(HPhi* phi, ZoneList<HPhi*>* worklist));
51 INLINE(void UnmarkUnsafePhis());
unbound-queue.h 46 inline UnboundQueue();
47 inline ~UnboundQueue();
49 INLINE(bool Dequeue(Record* rec));
50 INLINE(void Enqueue(const Record& rec));
51 INLINE(bool IsEmpty() const);
52 INLINE(Record* Peek() const);
55 INLINE(void DeleteFirst());
  /external/v8/src/
unbound-queue.h 46 inline UnboundQueue();
47 inline ~UnboundQueue();
49 INLINE(void Dequeue(Record* rec));
50 INLINE(void Enqueue(const Record& rec));
51 INLINE(bool IsEmpty()) { return divider_ == last_; }
52 INLINE(Record* Peek());
55 INLINE(void DeleteFirst());
  /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
  /dalvik/vm/alloc/
WriteBarrier.h 29 INLINE void dvmWriteBarrierField(const Object *obj, void *addr)
37 INLINE void dvmWriteBarrierObject(const Object *obj)
47 INLINE void dvmWriteBarrierArray(const ArrayObject *obj,
  /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/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 2327 milliseconds

1 2 3 4 5 6 7 8 91011>>