Searched defs:INLINE (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Du_compiler.h26 #ifndef INLINE
27 # define INLINE inline macro
/external/mesa3d/src/mapi/mapi/
H A Du_compiler.h26 #ifndef INLINE
27 # define INLINE inline macro
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A Dmain.c3 #define INLINE inline __attribute__((always_inline)) macro
12 INLINE int
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h47 # define INLINE __inline macro
50 # define INLINE macro
/external/chromium_org/v8/src/
H A Dlist.h35 INLINE(explicit List(int capacity, function in class:v8::internal::List
39 INLINE(~List()) { DeleteData(data_); }
48 INLINE(void* operator new(size_t size, function in class:v8::internal::List
52 INLINE(void operator delete(void* p)) { function in class:v8::internal::List
57 INLINE(void operator delete(void* p, AllocationPolicy allocator)) { function in class:v8::internal::List
77 INLINE(bool is_empty() const) { return length_ == 0; }
78 INLINE(int length() const) { return length_; }
79 INLINE(int capacity() const) { return capacity_; }
122 INLINE(T RemoveLast()) { return Remove(length_ - 1); }
125 INLINE(voi
[all...]
H A Dallocation.h84 INLINE(void* New(size_t size)) { return Malloced::New(size); } function in class:v8::internal::FreeStoreAllocationPolicy
85 INLINE(static void Delete(void* p)) { Malloced::Delete(p); } function in class:v8::internal::FreeStoreAllocationPolicy
H A Dsplay-tree.h42 INLINE(void* operator new(size_t size, function in class:v8::internal::SplayTree
46 INLINE(void operator delete(void* p)) { function in class:v8::internal::SplayTree
50 INLINE(void operator delete(void* p, AllocationPolicy policy)) { function in class:v8::internal::SplayTree
108 INLINE(void* operator new(size_t size, AllocationPolicy allocator)) { function in class:v8::internal::SplayTree::Node
111 INLINE(void operator delete(void* p)) { function in class:v8::internal::SplayTree::Node
116 INLINE(void operator delete(void* p, AllocationPolicy allocator)) { function in class:v8::internal::SplayTree::Node
/external/clang/test/CodeGenCXX/
H A Ddebug-info-same-line.cpp7 #define INLINE inline __attribute__((always_inline)) macro
11 INLINE void sum(int a, int b) {
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h89 #ifndef INLINE
90 # define INLINE inline macro
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A Dmain.cpp16 #define INLINE inline __attribute__((always_inline)) macro
18 INLINE int
25 INLINE int
/external/mesa3d/src/egl/main/
H A Deglcompiler.h89 #ifndef INLINE
90 # define INLINE inline macro
/external/chromium_org/net/http/
H A Dhttp_content_disposition.h18 INLINE, enumerator in enum:net::HttpContentDisposition::Type
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h115 #ifndef INLINE
116 # define INLINE inline macro
126 # define ALWAYS_INLINE INLINE
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h117 #define INLINE inline macro
119 static INLINE UWORD32 CLZ(UWORD32 u4_word)
126 static INLINE UWORD32 CTZ(UWORD32 u4_word)
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h81 #define INLINE macro
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h48 #define INLINE __inline macro
51 #define INLINE macro
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h48 #define INLINE __inline macro
51 #define INLINE macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h115 #ifndef INLINE
116 # define INLINE inline macro
126 # define ALWAYS_INLINE INLINE
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java69 private static final int INLINE = (1 << 9); field in class:ElemDesc
/external/chromium_org/third_party/libjpeg_turbo/
H A Dconfig.h73 #ifndef INLINE
75 #define INLINE inline __attribute__((always_inline)) macro
77 #define INLINE __forceinline macro
79 #define INLINE macro
/external/chromium_org/v8/src/base/
H A Dmacros.h261 #define INLINE(declarator) V8_INLINE declarator macro
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h72 #define INLINE inline macro
74 static INLINE UWORD32 CLZ(UWORD32 u4_word)
82 static INLINE UWORD32 CTZ(UWORD32 u4_word)
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc_private.h61 #ifndef INLINE
62 #define INLINE macro
146 INLINE OI_INT allocAdjustedBits(OI_UINT8 *dest,
150 INLINE OI_INT allocExcessBits(OI_UINT8 *dest,
168 INLINE OI_STATUS internal_DecoderReset(OI_CODEC_SBC_DECODER_CONTEXT *context,
175 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerLen_);
187 INLINE void dct3_4(OI_INT32 * RESTRICT out, OI_INT32 const * RESTRICT in);
193 INLINE void dct3_8(OI_INT32 * RESTRICT out, OI_INT32 const * RESTRICT in);
209 INLINE void OI_SBC_ReadHeader(OI_CODEC_SBC_COMMON_CONTEXT *common, const OI_BYTE *data);
214 INLINE OI_INT3
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h138 #ifndef INLINE
139 # define INLINE inline macro
237 static INLINE GLuint CPU_TO_LE32(GLuint x)
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h31 # define INLINE __forceinline macro
38 # define INLINE inline macro
114 static INLINE uint64 Rot64(uint64 x, int k)
132 static INLINE void Mix(
168 static INLINE void EndPartial(
187 static INLINE void End(
212 static INLINE void ShortMix(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3)
240 static INLINE void ShortEnd(uint64 &h0, uint64 &h1, uint64 &h2, uint64 &h3)

Completed in 654 milliseconds

1234