/external/libunwind/tests/ |
D | test-proc-info.c | 47 find_proc_info (unw_addr_space_t as UNUSED, in find_proc_info() 48 unw_word_t ip UNUSED, in find_proc_info() 49 unw_proc_info_t *pip UNUSED, in find_proc_info() 50 int need_unwind_info UNUSED, in find_proc_info() 51 void *arg UNUSED) in find_proc_info() 57 access_mem (unw_addr_space_t as UNUSED, in access_mem() 58 unw_word_t addr UNUSED, in access_mem() 60 void *arg UNUSED) in access_mem() 68 access_reg (unw_addr_space_t as UNUSED, in access_reg() 69 unw_regnum_t regnum UNUSED, in access_reg() [all …]
|
D | Gtest-trace.c | 142 foo (long val UNUSED) in foo() 179 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() 181 ucontext_t *uc UNUSED; in sighandler() local 223 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-bt.c | 130 foo (long val UNUSED) in foo() 167 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() 169 ucontext_t *uc UNUSED; in sighandler() local 209 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-concurrent.c | 51 handler (int sig UNUSED) in handler() 73 worker (void *arg UNUSED) in worker() 107 main (int argc, char **argv UNUSED) in main()
|
D | Gtest-resume-sig.c | 69 siginfo_t *si UNUSED, in handler() 70 void *ucontext UNUSED) in handler() 140 main (int argc, char **argv UNUSED) in main()
|
D | test-strerror.c | 6 main (int argc, char **argv UNUSED) in main()
|
D | test-static-link-loc.c | 91 main (int argc, char **argv UNUSED) in main()
|
D | test-ptrace-misc.c | 109 main (int argc, char **argv UNUSED) in main()
|
D | Ltest-varargs.c | 67 main (int argc, char **argv UNUSED) in main()
|
D | test-init-remote.c | 96 main (int argc, char **argv UNUSED) in main()
|
/external/libexif/libexif/ |
D | exif-system.h | 27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro 29 # define UNUSED(param) param macro
|
/external/elfutils/tests/ |
D | backtrace-child.c | 111 #define UNUSED __attribute__ ((unused)) macro 159 stdarg (int f UNUSED, ...) in stdarg() 203 start (void *arg UNUSED) in start() 211 main (int argc UNUSED, char **argv) in main()
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_misc.h | 47 #define UNUSED __attribute__((unused)) macro 50 #define UNUSED macro
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 272 dec_traphandler(mpd_context_t *ctx UNUSED) /* GCOV_NOT_REACHED */ in dec_traphandler() 532 signaldict_init(PyObject *self, PyObject *args UNUSED, PyObject *kwds UNUSED) in signaldict_init() 539 signaldict_len(PyObject *self UNUSED) in signaldict_len() 546 signaldict_iter(PyObject *self UNUSED) in signaldict_iter() 650 signaldict_copy(PyObject *self, PyObject *args UNUSED) in signaldict_copy() 750 context_getcapitals(PyObject *self, void *closure UNUSED) in context_getcapitals() 757 context_getallcr(PyObject *self, void *closure UNUSED) in context_getallcr() 764 context_getetiny(PyObject *self, PyObject *dummy UNUSED) in context_getetiny() 770 context_getetop(PyObject *self, PyObject *dummy UNUSED) in context_getetop() 776 context_setprec(PyObject *self, PyObject *value, void *closure UNUSED) in context_setprec() [all …]
|
/external/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 17 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro 19 # define UNUSED(x) x macro 21 # define UNUSED(x) macro 23 # define UNUSED(x) x macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_macros.h | 36 # define UNUSED JEMALLOC_ATTR(unused) macro 38 # define UNUSED macro
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_test_utils.h | 41 # define UNUSED __attribute__((unused)) macro 44 # define UNUSED macro
|
/external/compiler-rt/lib/builtins/ |
D | int_lib.h | 45 #define UNUSED macro 50 #define UNUSED __attribute__((unused)) macro
|
/external/libunwind/include/ |
D | compiler.h | 36 # define UNUSED __attribute__((unused)) macro 61 # define UNUSED macro
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_proc.c | 32 #define UNUSED __attribute__ ((unused)) macro
|
/external/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | cpuctl_fj_cpu-hog.c | 33 #define UNUSED __attribute__ ((unused)) macro
|
/external/turbine/proto/ |
D | deps.proto | 30 UNUSED = 2; enumerator
|
/external/libunwind/src/coredump/ |
D | _UCD_access_mem.c | 55 const char *filename UNUSED; in _UCD_access_mem() local
|
/external/libavc/encoder/ |
D | ime_macros.h | 42 #define UNUSED(x) ((void)(x)) macro
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.cpp | 137 #define UNUSED(func) [[gnu::unused]] func macro 139 #define UNUSED(func) \ macro 143 #define UNUSED(func) func macro 146 UNUSED(void PrintDotGraph(ValidationState_t& _, Function func)) { in UNUSED() function
|