HomeSort by relevance Sort by last modified time
    Searched refs:INLINE (Results 1 - 25 of 783) 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/libjpeg-turbo/
jconfigint.h 6 #ifndef INLINE
8 #define INLINE inline __attribute__((always_inline))
11 #define INLINE inline __attribute__((always_inline))
13 #define INLINE __forceinline
15 #define INLINE
  /external/v8/src/crankshaft/
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());
  /external/v8/src/profiler/
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/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
st_cb_queryobj.h 49 static INLINE struct st_query_object *
63 static INLINE void
  /external/libvpx/libvpx/vpx_dsp/mips/
common_dspr2.h 26 static INLINE void prefetch_load(const unsigned char *src) {
35 static INLINE void prefetch_store(unsigned char *dst) {
43 static INLINE void prefetch_load_streamed(const unsigned char *src) {
52 static INLINE void prefetch_store_streamed(unsigned char *dst) {
  /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/valgrind/memcheck/tests/
inltemplate.cpp 8 #define INLINE inline __attribute__((always_inline))
10 #define INLINE
19 static INLINE T temp_member_func_b(T argb) {
27 static /*INLINE*/ T temp_member_func_noinline(T arga) {
  /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
u_pointer.h 37 static INLINE intptr_t
48 static INLINE void *
59 static INLINE uintptr_t
70 static INLINE void *
84 static INLINE void *
95 static INLINE void *
103 static INLINE func_pointer
114 static INLINE void *
  /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 *
  /external/clang/test/CXX/basic/basic.start/basic.start.init/
p3.cpp 7 #if INLINE
8 inline // expected-error {{'main' is not allowed to be declared inline}}
  /external/libdivsufsort/android_include/
config.h 66 /** for inline **/
67 #ifndef INLINE
68 # define INLINE inline
  /external/mesa3d/src/gallium/drivers/i915/
i915_batchbuffer.h 36 static INLINE size_t
42 static INLINE boolean
49 static INLINE void
57 static INLINE void
67 static INLINE void
75 static INLINE void
86 static INLINE boolean
94 static INLINE int
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_stateobj_tex.h 12 static INLINE struct nv50_tsc_entry *
24 static INLINE struct nv50_tic_entry *
  /external/mesa3d/src/mesa/drivers/dri/common/
mmio.h 40 static INLINE uint32_t
53 static INLINE uint32_t
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_obj.h 70 static INLINE struct intel_texture_object *
76 static INLINE struct intel_texture_image *

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>