Home
last modified time | relevance | path

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

123

/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()
Dtest-mem.c87 main (int argc, char **argv UNUSED) in main()
DLtest-cxx-exceptions.cxx63 int main(int argc, char **argv UNUSED) in main()
DGtest-dyn1.c162 dev_null (const char *format UNUSED, ...) in dev_null()
168 main (int argc, char *argv[] UNUSED) in main()
/external/vulkan-validation-layers/demos/smoke/
DShellWayland.cpp33 #define UNUSED __attribute__((unused)) macro
35 #define UNUSED macro
81 uint32_t version UNUSED) { in handle_global()
94 void ShellWayland::handle_global_remove(void *data UNUSED, in handle_global_remove()
95 struct wl_registry *registry UNUSED, in handle_global_remove()
96 uint32_t name UNUSED) {} in handle_global_remove()
98 void ShellWayland::handle_ping(void *data UNUSED, in handle_ping()
105 void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED, in handle_configure()
106 uint32_t edges UNUSED, int32_t width UNUSED, int32_t height UNUSED) {} in handle_configure()
109 void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED) {} in handle_popup_done()
/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.c101 #define UNUSED __attribute__ ((unused)) macro
149 stdarg (int f UNUSED, ...) in stdarg()
194 start (void *arg UNUSED) in start()
202 main (int argc UNUSED, char **argv) in main()
/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/cpuctl_fj/
Dcpuctl_fj_cpu-hog.c33 #define UNUSED __attribute__ ((unused)) macro
/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_proc.c32 #define UNUSED __attribute__ ((unused)) macro
/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/selinux/mcstrans/src/
Dmcstransd.c23 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
25 # define UNUSED(x) /*@unused@*/ x macro
27 # define UNUSED(x) x macro

123