Searched refs:MAYBE_UNUSED (Results 1 – 8 of 8) sorted by relevance
501 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;502 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;503 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;504 static void *dlvalloc(size_t) MAYBE_UNUSED;505 static int dlmallopt(int, int) MAYBE_UNUSED;506 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;507 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;508 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;509 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;510 static void *dlpvalloc(size_t) MAYBE_UNUSED;[all …]
63 unsigned int nfixedargs MAYBE_UNUSED, in ffi_prep_cif_machdep_var() argument64 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
379 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
30 # define MAYBE_UNUSED __attribute__((__unused__)) macro32 # define MAYBE_UNUSED
284 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
592 unsigned ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
3462 MAYBE_UNUSED4245 - radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
2855 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...