Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/libunwind/tests/
Dtest-proc-info.c47 find_proc_info (unw_addr_space_t as UNUSED, in find_proc_info() argument
48 unw_word_t ip UNUSED, in find_proc_info() argument
49 unw_proc_info_t *pip UNUSED, in find_proc_info() argument
50 int need_unwind_info UNUSED, in find_proc_info() argument
51 void *arg UNUSED) in find_proc_info() argument
57 access_mem (unw_addr_space_t as UNUSED, in access_mem() argument
58 unw_word_t addr UNUSED, in access_mem() argument
60 void *arg UNUSED) in access_mem() argument
68 access_reg (unw_addr_space_t as UNUSED, in access_reg() argument
69 unw_regnum_t regnum UNUSED, in access_reg() argument
[all …]
DGtest-concurrent.c51 handler (int sig UNUSED) in handler() argument
73 worker (void *arg UNUSED) in worker() argument
107 main (int argc, char **argv UNUSED) in main() argument
DGtest-resume-sig.c69 siginfo_t *si UNUSED, in handler() argument
70 void *ucontext UNUSED) in handler() argument
149 main (int argc, char **argv UNUSED) in main() argument
DGtest-bt.c131 foo (long val UNUSED) in foo() argument
168 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() argument
170 ucontext_t *uc UNUSED; in sighandler() local
210 main (int argc, char **argv UNUSED) in main() argument
DGtest-trace.c143 foo (long val UNUSED) in foo() argument
180 sighandler (int signal, void *siginfo UNUSED, void *context) in sighandler() argument
182 ucontext_t *uc UNUSED; in sighandler() local
228 main (int argc, char **argv UNUSED) in main() argument
/third_party/libxml2/test/valid/dtds/
Dxhtml1.dcl10 0 9 UNUSED
12 11 2 UNUSED
14 14 18 UNUSED
16 127 1 UNUSED
17 128 32 UNUSED
21 65534 2 UNUSED
22 -- 55296 2048 UNUSED
24 65534 2 UNUSED
/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.h15 #ifdef UNUSED
17 # 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
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv2 " OperandNone,",UNUSED,not in grammar,,not enum
24 " OperandImageChannelOrder,",UNUSED,returned as result value only,,
25 " OperandImageChannelDataType,",UNUSED,returned as result value only,,
26 " OperandImageOperands,",UNUSED,used to make a spec section,,see OperandOptionalImage
38 " OperandMemoryAccess,",UNUSED,"should be on opstore, but hacked in opcode.cpp",,not enum
/third_party/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/third_party/boost/libs/variant/test/
Dvariant_rvalue_get_with_ampersand_test.cpp21 #define UNUSED(v) (void)(v) macro
33 UNUSED(new_s); in run()
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/
Dcpuctl_fj_cpu-hog.c33 #define UNUSED __attribute__ ((unused)) macro
39 void sighandler(UNUSED int signo) in sighandler()
/third_party/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_proc.c32 #define UNUSED __attribute__ ((unused)) macro
36 void sighandler(UNUSED int signo) in sighandler()
/third_party/python/Parser/pegen/
Dparse.c1305 UNUSED(_start_lineno); // Only used by EXTRA macro in statement_newline_rule()
1307 UNUSED(_start_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1372 UNUSED(_end_lineno); // Only used by EXTRA macro in statement_newline_rule()
1374 UNUSED(_end_col_offset); // Only used by EXTRA macro in statement_newline_rule()
1464 UNUSED(_opt_var); // Silence compiler warnings in simple_stmt_rule()
1528 UNUSED(_start_lineno); // Only used by EXTRA macro in small_stmt_rule()
1530 UNUSED(_start_col_offset); // Only used by EXTRA macro in small_stmt_rule()
1568 UNUSED(_end_lineno); // Only used by EXTRA macro in small_stmt_rule()
1570 UNUSED(_end_col_offset); // Only used by EXTRA macro in small_stmt_rule()
1664 UNUSED(_end_lineno); // Only used by EXTRA macro in small_stmt_rule()
[all …]
/third_party/python/Modules/_decimal/
D_decimal.c60 #define UNUSED __attribute__((unused)) macro
62 #define UNUSED macro
282 dec_traphandler(mpd_context_t *ctx UNUSED) /* GCOV_NOT_REACHED */ in dec_traphandler() argument
542 signaldict_init(PyObject *self, PyObject *args UNUSED, PyObject *kwds UNUSED) in signaldict_init() argument
549 signaldict_len(PyObject *self UNUSED) in signaldict_len() argument
556 signaldict_iter(PyObject *self UNUSED) in signaldict_iter() argument
660 signaldict_copy(PyObject *self, PyObject *args UNUSED) in signaldict_copy() argument
728 context_get##mem(PyObject *self, void *closure UNUSED) \
735 context_get##mem(PyObject *self, void *closure UNUSED) \
751 context_getround(PyObject *self, void *closure UNUSED) in Dec_CONTEXT_GET_SSIZE()
[all …]
/third_party/libunwind/include/
Dcompiler.h35 # define UNUSED __attribute__((unused)) macro
58 # define UNUSED macro
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_mem_hog.c41 void sighandler1(UNUSED int signo) in sighandler1()
45 void sighandler2(UNUSED int signo) in sighandler2()
/third_party/optimized-routines/math/
Dmath_config.h74 # define UNUSED __attribute__ ((unused)) macro
90 # define UNUSED macro
229 volatile float y UNUSED = x; in force_eval_float() local
234 volatile double y UNUSED = x; in force_eval_double() local
/third_party/libsnd/src/
Dflac.c335 sf_flac_read_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__byte buffer [], size_t *… in sf_flac_read_callback()
346 sf_flac_seek_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__uint64 absolute_byte_off… in sf_flac_seek_callback()
357 sf_flac_tell_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__uint64 *absolute_byte_of… in sf_flac_tell_callback()
368 sf_flac_length_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__uint64 *stream_length,… in sf_flac_length_callback()
378 sf_flac_eof_callback (const FLAC__StreamDecoder *UNUSED (decoder), void *client_data) in sf_flac_eof_callback()
388 sf_flac_write_callback (const FLAC__StreamDecoder * UNUSED (decoder), const FLAC__Frame *frame, con… in sf_flac_write_callback()
438 sf_flac_meta_callback (const FLAC__StreamDecoder * UNUSED (decoder), const FLAC__StreamMetadata *me… in sf_flac_meta_callback()
530 sf_flac_error_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__StreamDecoderErrorStatu… in sf_flac_error_callback()
551 sf_flac_enc_seek_callback (const FLAC__StreamEncoder * UNUSED (encoder), FLAC__uint64 absolute_byte… in sf_flac_enc_seek_callback()
562 sf_flac_enc_tell_callback (const FLAC__StreamEncoder *UNUSED (encoder), FLAC__uint64 *absolute_byte… in sf_flac_enc_tell_callback()
[all …]
Dogg_pcm.c129 opcm_read_header (SF_PRIVATE * UNUSED (psf)) in opcm_read_header()
135 opcm_close (SF_PRIVATE * UNUSED (psf)) in opcm_close()
/third_party/libuv/test/
Dtask.h319 # define UNUSED __attribute__((unused)) macro
321 # define UNUSED macro
336 UNUSED static void close_loop(uv_loop_t* loop) { in close_loop()
341 UNUSED static int can_ipv6(void) { in can_ipv6()
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h41 #define GET_WARGV(UNUSED, C) wargv[C] argument
43 #define GET_WARGV_SHIFTED(UNUSED, C) wargv[(C) + 1] argument
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h41 #define GET_WARGV(UNUSED, C) wargv[C] argument
43 #define GET_WARGV_SHIFTED(UNUSED, C) wargv[(C) + 1] argument
/third_party/f2fs-tools/lib/
Dlibf2fs_zoned.c524 int f2fs_report_zone(int i, u_int64_t UNUSED(sector), void *UNUSED(blkzone)) in f2fs_report_zone()
530 int f2fs_report_zones(int i, report_zones_cb_t *UNUSED(report_zones_cb), in f2fs_report_zones()
531 void *UNUSED(opaque)) in f2fs_report_zones()
564 int f2fs_reset_zone(int i, void *UNUSED(blkzone)) in f2fs_reset_zone()

123456