Home
last modified time | relevance | path

Searched refs:MAYBE_UNUSED (Results 1 – 4 of 4) sorted by relevance

/external/libffi/src/
Dclosures.c157 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
158 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;
159 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;
160 static void *dlvalloc(size_t) MAYBE_UNUSED;
161 static int dlmallopt(int, int) MAYBE_UNUSED;
162 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;
163 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;
164 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;
165 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;
166 static void *dlpvalloc(size_t) MAYBE_UNUSED;
[all …]
/external/libffi/include/
Dffi_common.h23 # define MAYBE_UNUSED __attribute__((__unused__)) macro
25 # define MAYBE_UNUSED
/external/libffi/src/powerpc/
Dffi.c123 int i, ii MAYBE_UNUSED; in ffi_prep_args_SYSV() local
/external/libffi/
DChangeLog90 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...