HomeSort by relevance Sort by last modified time
    Searched refs:static_inline (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/nestegg/halloc/src/
macros.h 29 #define static_inline static __inline macro
31 #define static_inline static __inline__ macro
hlist.h 19 #include "macros.h" /* static_inline */
52 static_inline void hlist_init(hlist_head_t * h);
53 static_inline void hlist_init_item(hlist_item_t * i);
55 /* static_inline void hlist_purge(hlist_head_t * h); */
57 /* static_inline bool_t hlist_empty(const hlist_head_t * h); */
59 /* static_inline hlist_item_t * hlist_head(const hlist_head_t * h); */
61 /* static_inline hlist_item_t * hlist_next(const hlist_item_t * i); */
62 /* static_inline hlist_item_t * hlist_prev(const hlist_item_t * i,
65 static_inline void hlist_add(hlist_head_t * h, hlist_item_t * i);
67 /* static_inline void hlist_add_prev(hlist_item_t * l, hlist_item_t * i); *
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
xalloc.h 106 # define static_inline static inline macro
114 # ifdef static_inline
119 static_inline void *xnmalloc (size_t n, size_t s) ATTRIBUTE_MALLOC;
120 static_inline void *
131 static_inline void *
194 static_inline void *
231 static_inline char *xcharalloc (size_t n) ATTRIBUTE_MALLOC;
232 static_inline char *
xmalloc.c 23 # define static_inline macro
26 #undef static_inline macro

Completed in 156 milliseconds