OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:static_inline
(Results
1 - 3
of
3
) 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
/ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c
23
# define
static_inline
macro
26
#undef
static_inline
macro
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 *
Completed in 190 milliseconds