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

1 2

  /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__
23 #define INLINE
  /external/v8/src/
list.h 53 INLINE(explicit List(int capacity)) { Initialize(capacity); }
54 INLINE(~List()) { DeleteData(data_); }
63 INLINE(void* operator new(size_t size)) {
66 INLINE(void operator delete(void* p, size_t)) { return P::Delete(p); }
71 inline T& operator[](int i) const {
76 inline T& at(int i) const { return operator[](i); }
77 inline T& last() const { return at(length_ - 1); }
78 inline T& first() const { return at(0); }
80 INLINE(bool is_empty() const) { return length_ == 0; }
81 INLINE(int length() const) { return length_;
    [all...]
allocation.h 107 INLINE(static void* New(size_t size)) { return Malloced::New(size); }
108 INLINE(static void Delete(void* p)) { Malloced::Delete(p); }
123 static inline void* New(size_t size);
124 static inline void Delete(void* p);
handles.h 46 INLINE(explicit Handle(T** location)) { location_ = location; }
47 INLINE(explicit Handle(T* obj));
48 INLINE(Handle(T* obj, Isolate* isolate));
50 INLINE(Handle()) : location_(NULL) {}
64 INLINE(T* operator ->() const) { return operator*(); }
72 INLINE(T* operator*() const);
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
112 inline HandleScope();
113 explicit inline HandleScope(Isolate* isolate);
115 inline ~HandleScope()
    [all...]
splay-tree.h 64 INLINE(void* operator new(size_t size)) {
67 INLINE(void operator delete(void* p, size_t)) { return Allocator::Delete(p); }
115 INLINE(void* operator new(size_t size)) {
118 INLINE(void operator delete(void* p, size_t)) {
145 inline void bind(Node* node) { node_ = node; }
runtime.h 596 INLINE
globals.h 303 inline void USE(T) { }
342 #define INLINE(header) inline header __attribute__((always_inline))
345 #define INLINE(header) inline __attribute__((always_inline)) header
349 #define INLINE(header) inline header
utils.h 50 inline bool IsPowerOf2(T x) {
56 inline int WhichPowerOf2(uint32_t x) {
91 inline int ArithmeticShiftRight(int x, int s) {
100 inline intptr_t OffsetFrom(T x) {
109 inline T AddressFrom(intptr_t x) {
116 inline T RoundDown(T x, intptr_t m) {
124 inline T RoundUp(T x, intptr_t m) {
160 inline uint32_t RoundUpToPowerOf2(uint32_t x) {
172 inline uint32_t RoundDownToPowerOf2(uint32_t x) {
180 inline bool IsAligned(T value, U alignment)
    [all...]
incremental-marking.cc 234 INLINE(void MarkObject(Object* obj)) {
  /development/tools/jdwpspy/
Common.h 20 # define INLINE extern inline
22 # define INLINE
28 INLINE u1 get1(unsigned const char* pSrc)
36 INLINE u2 get2BE(unsigned char const* pSrc)
49 INLINE u4 get4BE(unsigned char const* pSrc)
64 INLINE u8 get8BE(unsigned char const* pSrc)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 35 #define INLINE
61 #define INLINE
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
osTIType.h 64 #define INLINE inline
  /external/dropbear/libtomcrypt/src/hashes/
tiger.c     [all...]
  /external/valgrind/tsan/pin/
Makefile 5 INLINE=
7 CXXFLAGS_L=$(OPTLEVEL) $(INLINE) -Wall -Werror -Wno-unknown-pragmas -g -fno-omit-frame-pointer -fno-strict-aliasing -fPIC
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 69 private static final int INLINE = (1 << 9);
74 /** Bit position if this element type is an inline label. */
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c     [all...]
  /external/jpeg/
jmorecfg.h 347 /* If your compiler supports inline functions, define INLINE
348 * as the inline keyword; otherwise define it as empty.
351 #ifndef INLINE
352 #ifdef __GNUC__ /* for instance, GNU C knows about inline */
353 #define INLINE __inline__
355 #ifndef INLINE
356 #define INLINE /* default is to define it as empty */
  /external/libvpx/
vpx_config.h 2 #define INLINE
  /external/mesa3d/src/mesa/main/
compiler.h 122 # pragma warning( disable : 4711 ) /* function 'foo' selected for automatic inline expansion */
143 # define INLINE __inline__
145 # define INLINE __inline
147 # define INLINE __inline
149 # define INLINE __inline
151 # define INLINE inline
153 # define INLINE __inline
155 # define INLINE inline
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 349 /* If your compiler supports inline functions, define INLINE
350 * as the inline keyword; otherwise define it as empty.
353 #ifndef INLINE
354 #ifdef __GNUC__ /* for instance, GNU C knows about inline */
355 #define INLINE __inline__
357 #ifndef INLINE
358 #define INLINE /* default is to define it as empty */
  /external/valgrind/tsan/
ts_util.h 269 #define ALWAYS_INLINE inline __attribute__ ((always_inline))
278 #define INLINE
281 #define INLINE ALWAYS_INLINE
284 #define INLINE ALWAYS_INLINE
388 inline uintptr_t tsan_bswap(uintptr_t x) {
407 inline unsigned u32_log2(unsigned x) {
415 inline unsigned u32_log2(unsigned x) {
424 inline unsigned tsan_prng(prng_t* state) {
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
typedefs.h 267 #ifndef INLINE
269 #define INLINE __inline
271 #define INLINE __inline__
273 #define INLINE __inline
275 #define INLINE
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 267 #ifndef INLINE
269 #define INLINE __inline
271 #define INLINE __inline__
273 #define INLINE __inline
275 #define INLINE
  /external/qemu/fpu/
softfloat.h 69 #define INLINE static inline
216 INLINE void set_float_detect_tininess(int val STATUS_PARAM)
220 INLINE void set_flush_to_zero(flag val STATUS_PARAM)
224 INLINE void set_flush_inputs_to_zero(flag val STATUS_PARAM)
228 INLINE void set_default_nan_mode(flag val STATUS_PARAM)
232 INLINE int get_float_exception_flags(float_status *status)
342 INLINE float32 float32_abs(float32 a)
350 INLINE float32 float32_chs(float32 a)
358 INLINE int float32_is_infinity(float32 a
    [all...]

Completed in 548 milliseconds

1 2