Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Dclosures.c226 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
227 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;
228 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;
229 static void *dlvalloc(size_t) MAYBE_UNUSED;
230 static int dlmallopt(int, int) MAYBE_UNUSED;
231 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;
232 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;
233 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;
234 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;
235 static void *dlpvalloc(size_t) MAYBE_UNUSED;
[all …]
/external/libffi/src/
Dclosures.c226 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
227 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;
228 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;
229 static void *dlvalloc(size_t) MAYBE_UNUSED;
230 static int dlmallopt(int, int) MAYBE_UNUSED;
231 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;
232 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;
233 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;
234 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;
235 static void *dlpvalloc(size_t) MAYBE_UNUSED;
[all …]
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_misc.h48 #define MAYBE_UNUSED __attribute__((unused)) macro
51 #define MAYBE_UNUSED macro
/external/libffi/src/powerpc/
Dffi.c63 unsigned int nfixedargs MAYBE_UNUSED, in ffi_prep_cif_machdep_var() argument
64 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
Dffi_linux64.c312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi.c63 unsigned int nfixedargs MAYBE_UNUSED, in ffi_prep_cif_machdep_var() argument
64 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
Dffi_linux64.c312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
/external/libffi/include/
Dffi_common.h30 # define MAYBE_UNUSED __attribute__((__unused__)) macro
32 # define MAYBE_UNUSED
/external/python/cpython2/Modules/_ctypes/libffi/include/
Dffi_common.h30 # define MAYBE_UNUSED __attribute__((__unused__)) macro
32 # define MAYBE_UNUSED
/external/mesa3d/docs/relnotes/
D19.1.0.rst3462 MAYBE_UNUSED
4245 - radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.12847 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
/external/libffi/
DChangeLog.libffi-3.12847 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...