/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()
|
D | test-mem.c | 87 main (int argc, char **argv UNUSED) in main()
|
D | Ltest-cxx-exceptions.cxx | 63 int main(int argc, char **argv UNUSED) in main()
|
D | Gtest-dyn1.c | 162 dev_null (const char *format UNUSED, ...) in dev_null() 168 main (int argc, char *argv[] UNUSED) in main()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellWayland.cpp | 33 #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/ |
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 | 101 #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/ |
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/cpuctl_fj/ |
D | cpuctl_fj_cpu-hog.c | 33 #define UNUSED __attribute__ ((unused)) macro
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_proc.c | 32 #define UNUSED __attribute__ ((unused)) macro
|
/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/selinux/mcstrans/src/ |
D | mcstransd.c | 23 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro 25 # define UNUSED(x) /*@unused@*/ x macro 27 # define UNUSED(x) x macro
|