Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 25 of 85) sorted by relevance

1234

/external/libunwind/tests/
Dtest-proc-info.c47 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 …]
DGtest-trace.c142 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()
DGtest-bt.c130 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()
DGtest-concurrent.c51 handler (int sig UNUSED) in handler()
73 worker (void *arg UNUSED) in worker()
107 main (int argc, char **argv UNUSED) in main()
DGtest-resume-sig.c69 siginfo_t *si UNUSED, in handler()
70 void *ucontext UNUSED) in handler()
140 main (int argc, char **argv UNUSED) in main()
Dtest-strerror.c6 main (int argc, char **argv UNUSED) in main()
Dtest-static-link-loc.c91 main (int argc, char **argv UNUSED) in main()
Dtest-ptrace-misc.c109 main (int argc, char **argv UNUSED) in main()
DLtest-varargs.c67 main (int argc, char **argv UNUSED) in main()
Dtest-init-remote.c96 main (int argc, char **argv UNUSED) in main()
/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/external/elfutils/tests/
Dbacktrace-child.c111 #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/
Dos_misc.h47 #define UNUSED __attribute__((unused)) macro
50 #define UNUSED macro
/external/python/cpython3/Modules/_decimal/
D_decimal.c272 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/
Df2fs_io.h17 # 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/
Djemalloc_internal_macros.h36 # define UNUSED JEMALLOC_ATTR(unused) macro
38 # define UNUSED macro
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_test_utils.h41 # define UNUSED __attribute__((unused)) macro
44 # define UNUSED macro
/external/compiler-rt/lib/builtins/
Dint_lib.h45 #define UNUSED macro
50 #define UNUSED __attribute__((unused)) macro
/external/libunwind/include/
Dcompiler.h36 # define UNUSED __attribute__((unused)) macro
61 # define UNUSED macro
/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_proc.c32 #define UNUSED __attribute__ ((unused)) macro
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
Dcpuctl_fj_cpu-hog.c33 #define UNUSED __attribute__ ((unused)) macro
/external/turbine/proto/
Ddeps.proto30 UNUSED = 2; enumerator
/external/libunwind/src/coredump/
D_UCD_access_mem.c55 const char *filename UNUSED; in _UCD_access_mem() local
/external/libavc/encoder/
Dime_macros.h42 #define UNUSED(x) ((void)(x)) macro
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate.cpp137 #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

1234