Home
last modified time | relevance | path

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

/third_party/libffi/src/
Dclosures.c501 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 …]
/third_party/pixman/pixman/
Dpixman-private.h460 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 …]
Dpixman-compiler.h28 # define MAYBE_UNUSED __attribute__((unused)) macro
30 # define MAYBE_UNUSED macro
/third_party/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.c379 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
/third_party/libffi/include/
Dffi_common.h30 # define MAYBE_UNUSED __attribute__((__unused__)) macro
32 # define MAYBE_UNUSED
/third_party/gettext/gettext-runtime/intl/
Dattribute.h140 #define MAYBE_UNUSED _GL_ATTRIBUTE_MAYBE_UNUSED macro
/third_party/libffi/src/ia64/
Dffi.c284 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/mips/
Dffi.c592 unsigned ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3462 MAYBE_UNUSED
4245 - radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
/third_party/libffi/
DChangeLog.old2855 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...