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

12345678

/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/selinux/policycoreutils/sepolicy/
H A Dpolicy.c26 #ifdef UNUSED
28 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
30 # define UNUSED(x) /*@unused@*/ x macro
32 # define UNUSED(x) x macro
47 PyObject *wrap_policy(PyObject *UNUSED(self), PyObject *args){
H A Dcommon.h3 #ifdef UNUSED
5 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
7 # define UNUSED(x) /*@unused@*/ x macro
9 # define UNUSED(x) x macro
/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/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);
H A Dih264_chroma_intra_pred_filters.c129 UNUSED(src_strd);
315 UNUSED(src_strd);
316 UNUSED(ngbr_avail);
373 UNUSED(src_strd);
374 UNUSED(ngbr_avail);
441 UNUSED(src_strd);
442 UNUSED(ngbr_avail);
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h71 #ifdef UNUSED
73 #define UNUSED __attribute__ ((unused)) macro
75 #define UNUSED macro
424 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
444 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
464 vpx_codec_control_##id(vpx_codec_ctx_t*, int) 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/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/libnfc-nci/halimpl/pn54x/tml/
H A DphDal4Nfc_messageQueueLib.c59 UNUSED(key);
60 UNUSED(msgflg);
127 UNUSED(cmd);
128 UNUSED(buf);
178 UNUSED(msgflg);
234 UNUSED(msgflg);
235 UNUSED(msgtyp);
/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/libnfc-nci/halimpl/pn54x/dnld/
H A DphNxpNciHal_Dnld.c228 UNUSED(pInfo);
258 UNUSED(pContext);
259 UNUSED(status);
260 UNUSED(pInfo);
321 UNUSED(pInfo);
353 UNUSED(pInfo);
392 UNUSED(pContext);
393 UNUSED(status);
394 UNUSED(pInfo);
471 UNUSED(pContex
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_utils.h41 # define UNUSED __attribute__((unused)) macro
44 # define UNUSED macro

Completed in 379 milliseconds

12345678