Searched refs:UNUSED (Results 1 - 25 of 212) sorted by relevance

123456789

/external/libexif/libexif/
H A Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/external/libunwind/tests/
H A Dtest-proc-info.c47 find_proc_info (unw_addr_space_t as UNUSED, argument
48 unw_word_t ip UNUSED,
49 unw_proc_info_t *pip UNUSED,
50 int need_unwind_info UNUSED,
51 void *arg UNUSED)
57 access_mem (unw_addr_space_t as UNUSED, argument
58 unw_word_t addr UNUSED,
60 void *arg UNUSED)
68 access_reg (unw_addr_space_t as UNUSED, argument
69 unw_regnum_t regnum UNUSED,
79 access_fpreg(unw_addr_space_t as UNUSED, unw_regnum_t regnum UNUSED, unw_fpreg_t *valp, int write, void *arg UNUSED) argument
90 get_dyn_info_list_addr(unw_addr_space_t as UNUSED, unw_word_t *dilap UNUSED, void *arg UNUSED) argument
98 put_unwind_info(unw_addr_space_t as UNUSED, unw_proc_info_t *pi UNUSED, void *arg UNUSED) argument
107 resume(unw_addr_space_t as UNUSED, unw_cursor_t *reg UNUSED, void *arg UNUSED) argument
115 get_proc_name(unw_addr_space_t as UNUSED, unw_word_t ip UNUSED, char *buf UNUSED, size_t buf_len UNUSED, unw_word_t *offp UNUSED, void *arg UNUSED) argument
[all...]
H A Dtest-strerror.c6 main (int argc, char **argv UNUSED) argument
H A DGtest-concurrent.c51 handler (int sig UNUSED) argument
73 worker (void *arg UNUSED) argument
107 main (int argc, char **argv UNUSED) argument
H A DLtest-cxx-exceptions.cxx63 int main(int argc, char **argv UNUSED) argument
H A Dtest-static-link-loc.c91 main (int argc, char **argv UNUSED) argument
/external/libmpeg2/common/x86/
H A Dideint_function_selector_sse42.c87 UNUSED(ps_ctxt);
H A Dicv_sad_ssse3.c102 UNUSED(wd);
103 UNUSED(ht);
/external/ltp/testcases/kernel/controllers/cpuctl_fj/
H A Dcpuctl_fj_cpu-hog.c33 #define UNUSED __attribute__ ((unused)) macro
39 void sighandler(UNUSED int signo)
/external/compiler-rt/lib/builtins/
H A Dint_util.h31 typedef char ct_assert_##cnt[(expr) ? 1 : -1] UNUSED
/external/libunwind/src/mi/
H A Dinit.c30 static const char rcsid[] UNUSED = variable
/external/vulkan-validation-layers/demos/smoke/
H A DShellWayland.cpp33 #define UNUSED __attribute__((unused)) macro
35 #define UNUSED macro
81 uint32_t version UNUSED) {
94 void ShellWayland::handle_global_remove(void *data UNUSED, argument
95 struct wl_registry *registry UNUSED,
96 uint32_t name UNUSED) {}
98 void ShellWayland::handle_ping(void *data UNUSED, argument
105 void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED,
106 uint32_t edges UNUSED, int32_
79 handle_global(void *data, struct wl_registry *registry, uint32_t id, const char *interface, uint32_t version UNUSED) argument
104 handle_configure( void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED, uint32_t edges UNUSED, int32_t width UNUSED, int32_t height UNUSED) argument
108 handle_popup_done( void *data UNUSED, struct wl_shell_surface *shell_surface UNUSED) argument
[all...]
/external/libavc/common/
H A Dithread.c47 #define UNUSED(x) ((void)(x)) macro
79 UNUSED(attribute);
85 UNUSED(val_ptr);
168 UNUSED(pc_thread_name);
192 UNUSED(core_id);
207 UNUSED(core_id);
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h71 #ifdef UNUSED
73 #define UNUSED __attribute__((unused)) macro
75 #define UNUSED macro
416 UNUSED; \
435 vpx_codec_ctx_t *, int, typ) DEPRECATED UNUSED; \
454 UNUSED; \
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h36 # define UNUSED JEMALLOC_ATTR(unused) macro
38 # define UNUSED macro
/external/libmpeg2/common/
H A Dicv_sad.c99 UNUSED(wd);
100 UNUSED(ht);
H A Dicv_variance.c92 UNUSED(wd);
93 UNUSED(ht);
/external/libunwind/include/
H A Dcompiler.h36 # define UNUSED __attribute__((unused)) macro
61 # define UNUSED macro
/external/ltp/testcases/kernel/controllers/cgroup_fj/
H A Dcgroup_fj_proc.c32 #define UNUSED __attribute__ ((unused)) macro
36 void sighandler(UNUSED int signo)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DReasonFlags.java26 public static final int UNUSED = (1 << 7); field in class:ReasonFlags
/external/libavc/encoder/
H A Dime_macros.h42 #define UNUSED(x) ((void)(x)) macro
/external/elfutils/tests/
H A Dbacktrace-child.c101 #define UNUSED __attribute__ ((unused)) macro
149 stdarg (int f UNUSED, ...) argument
194 start (void *arg UNUSED) argument
202 main (int argc UNUSED, char **argv) argument
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h41 # define UNUSED __attribute__((unused)) macro
44 # define UNUSED macro
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
H A Dcpuset_mem_hog.c41 void sighandler1(UNUSED int signo)
45 void sighandler2(UNUSED int signo)
/external/libese/libese-hw/nxp/pn80t/
H A Dnq_nci.c49 #ifndef UNUSED
50 #define UNUSED(x) x __attribute__((unused)) macro
113 int platform_wait(void *UNUSED(blob), long usec) { argument
118 int UNUSED(complete)) {
148 int UNUSED(complete)) {
117 nq_transmit(struct EseInterface *ese, const uint8_t *buf, uint32_t len, int UNUSED(complete)) argument
147 nq_receive(struct EseInterface *ese, uint8_t *buf, uint32_t len, int UNUSED(complete)) argument

Completed in 926 milliseconds

123456789