Searched refs:MAYBE_UNUSED (Results 1 – 11 of 11) 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 …]
460 MAYBE_UNUSED pixman_op_t op = info->op; \461 MAYBE_UNUSED pixman_image_t * src_image = info->src_image; \462 MAYBE_UNUSED pixman_image_t * mask_image = info->mask_image; \463 MAYBE_UNUSED pixman_image_t * dest_image = info->dest_image; \464 MAYBE_UNUSED int32_t src_x = info->src_x; \465 MAYBE_UNUSED int32_t src_y = info->src_y; \466 MAYBE_UNUSED int32_t mask_x = info->mask_x; \467 MAYBE_UNUSED int32_t mask_y = info->mask_y; \468 MAYBE_UNUSED int32_t dest_x = info->dest_x; \469 MAYBE_UNUSED int32_t dest_y = info->dest_y; \[all …]
28 # define MAYBE_UNUSED __attribute__((unused)) macro30 # define MAYBE_UNUSED macro
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
140 #define MAYBE_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED macro
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 ...