/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | closures.c | 226 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/ |
D | os_misc.h | 49 #define MAYBE_UNUSED __attribute__((unused)) macro 51 #define MAYBE_UNUSED macro 55 #define MAYBE_UNUSED macro
|
/external/libffi/src/ |
D | closures.c | 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 …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi.c | 63 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
|
D | ffi_linux64.c | 312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 30 # define MAYBE_UNUSED __attribute__((__unused__)) macro 32 # define MAYBE_UNUSED
|
/external/libffi/src/powerpc/ |
D | ffi.c | 63 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
|
D | ffi_linux64.c | 379 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
|
/external/libffi/include/ |
D | ffi_common.h | 30 # define MAYBE_UNUSED __attribute__((__unused__)) macro 32 # define MAYBE_UNUSED
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 257 MAYBE_UNUSED enum pipe_format src_format; in util_resource_copy_region()
|
/external/libffi/src/ia64/ |
D | ffi.c | 284 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
|
/external/libffi/src/mips/ |
D | ffi.c | 592 unsigned ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 958 MAYBE_UNUSED 978 static void __report_gles_warn(MAYBE_UNUSED const char *fname, in __report_gles_warn() 979 MAYBE_UNUSED struct vrend_context *ctx, in __report_gles_warn() 980 MAYBE_UNUSED enum virgl_ctx_errors error) in __report_gles_warn() 986 static void __report_gles_missing_func(MAYBE_UNUSED const char *fname, in __report_gles_missing_func() 987 MAYBE_UNUSED struct vrend_context *ctx, in __report_gles_missing_func() 988 MAYBE_UNUSED const char *missf) in __report_gles_missing_func() 1270 MAYBE_UNUSED 1318 static void set_stream_out_varyings(MAYBE_UNUSED struct vrend_sub_context *sub_ctx, in set_stream_out_varyings() 2286 void debug_texture(MAYBE_UNUSED const char *f, const struct vrend_resource *gt) in debug_texture() [all …]
|
D | vrend_blitter.c | 695 void vrend_renderer_blit_gl(MAYBE_UNUSED struct vrend_context *ctx, in vrend_renderer_blit_gl()
|
D | vrend_shader.c | 6929 static void set_strbuffers(MAYBE_UNUSED const struct vrend_context *rctx, const struct vrend_glsl_s… in set_strbuffers() 6940 static bool vrend_patch_vertex_shader_interpolants(MAYBE_UNUSED const struct vrend_context *rctx, 7118 static bool vrend_patch_vertex_shader_interpolants(MAYBE_UNUSED const struct vrend_context *rctx, in vrend_patch_vertex_shader_interpolants()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3462 MAYBE_UNUSED 4245 - radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 2847 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 2847 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
|
D | ChangeLog.old | 2855 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...
|