Searched refs:MAYBE_UNUSED (Results 1 – 12 of 12) sorted by relevance
/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/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 | 48 #define MAYBE_UNUSED __attribute__((unused)) macro 51 #define MAYBE_UNUSED macro
|
/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 | 312 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
|
/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/libffi/include/ |
D | ffi_common.h | 30 # define MAYBE_UNUSED __attribute__((__unused__)) macro 32 # define MAYBE_UNUSED
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
D | ffi_common.h | 30 # define MAYBE_UNUSED __attribute__((__unused__)) macro 32 # define MAYBE_UNUSED
|
/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 ...
|