Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/openbsd/gnu/usr.bin/binutils/include/
H A Dhp-symtab.h310 unsigned int unused: 17; member
336 unsigned int unused: 21; member
398 unsigned int unused: 1; member
424 unsigned int unused: 20; member
450 unsigned int unused: 10; member
491 unsigned int unused: 14; member
567 unsigned int unused: 17; member
603 unsigned int unused: 15; member
639 unsigned int unused: 19; member
661 unsigned int unused: 21; member
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dhp-symtab.h310 unsigned int unused: 17; member
336 unsigned int unused: 21; member
398 unsigned int unused: 1; member
424 unsigned int unused: 20; member
450 unsigned int unused: 10; member
491 unsigned int unused: 14; member
567 unsigned int unused: 17; member
603 unsigned int unused: 15; member
639 unsigned int unused: 19; member
661 unsigned int unused: 21; member
[all …]
/openbsd/usr.sbin/vmd/
H A Dvioscsi.h77 u_int8_t unused[7]; member
94 u_int8_t unused[5]; member
102 u_int8_t unused[2]; member
143 u_int8_t unused[2]; member
150 u_int8_t unused[3]; member
157 u_int8_t unused[2]; member
183 u_int8_t unused; member
195 u_int8_t unused[4]; member
207 u_int8_t unused[3]; member
219 u_int8_t unused[3]; member
[all …]
/openbsd/sys/scsi/
H A Dcd.h39 u_int8_t unused[5]; member
51 u_int8_t unused; member
60 u_int8_t unused[6]; member
70 u_int8_t unused; member
83 u_int8_t unused[2]; member
96 u_int8_t unused; member
106 u_int8_t unused; member
123 u_int8_t unused; member
134 u_int8_t unused[2]; member
143 u_int8_t unused[4]; member
[all …]
H A Dscsi_all.h56 u_int8_t unused[3]; member
67 u_int8_t unused[1]; member
75 u_int8_t unused[2]; member
104 u_int8_t unused; member
114 u_int8_t unused[4]; member
124 u_int8_t unused[2]; member
132 u_int8_t unused[5]; member
140 u_int8_t unused[2]; member
148 u_int8_t unused[2]; member
156 u_int8_t unused[2]; member
[all …]
H A Dscsi_tape.h97 u_int8_t unused[3]; member
106 u_int8_t unused[2]; member
120 u_int8_t unused[3]; member
128 u_int8_t unused[3]; member
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dattrib4.C5 __attribute__((unused))
9 __attribute__((unused))
14 __attribute__((unused))
18 __attribute__((unused))
26 __attribute__((unused)); // OK
30 __attribute__((unused)) // parse error before '__attribute__' in C++
/openbsd/gnu/gcc/gcc/config/pa/
H A Dstublib.c32 void __register_frame_info (const void * __attribute__((unused)),
33 struct object * __attribute__((unused)));
41 void *__deregister_frame_info (const void * __attribute__((unused)));
50 void __cxa_finalize (void * __attribute__((unused)));
58 void _Jv_RegisterClasses (void * __attribute__((unused)));
/openbsd/lib/libcrypto/chacha/
H A Dchacha.c28 ctx->unused = 0; in ChaCha_set_key()
37 ctx->unused = 0; in ChaCha_set_iv()
49 if (ctx->unused > 0) { in ChaCha()
50 k = ctx->ks + 64 - ctx->unused; in ChaCha()
51 l = (len > ctx->unused) ? ctx->unused : len; in ChaCha()
54 ctx->unused -= l; in ChaCha()
/openbsd/usr.bin/find/
H A Dfunction.c184 c_amin(char *arg, char ***ignored, int unused) in c_amin() argument
211 c_atime(char *arg, char ***ignored, int unused) in c_atime() argument
239 c_cmin(char *arg, char ***ignored, int unused) in c_cmin() argument
266 c_ctime(char *arg, char ***ignored, int unused) in c_ctime() argument
544 c_exec(char *unused, char ***argvp, int isok) in c_exec() argument
981 c_inum(char *arg, char ***ignored, int unused) in c_inum() argument
1008 c_links(char *arg, char ***ignored, int unused) in c_links() argument
1036 c_ls(char *ignore, char ***ignored, int unused) in c_ls() argument
1113 c_mtime(char *arg, char ***ignored, int unused) in c_mtime() argument
1141 c_mmin(char *arg, char ***ignored, int unused) in c_mmin() argument
[all …]
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dargs_assert.t57 my %unused;
60 $unused{$_}++ unless $used{$_};
63 if (keys %unused) {
64 fail("$_ is declared but not used") foreach sort keys %unused;
/openbsd/gnu/gcc/gcc/
H A Dunwind-sjlj.c189 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA()
243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart()
249 _Unwind_FindEnclosingFunction (void *pc __attribute__((unused))) in _Unwind_FindEnclosingFunction()
256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase()
262 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase()
285 _Unwind_FrameState *fs __attribute__((unused)) ) in uw_update_context()
304 uw_install_context (struct _Unwind_Context *current __attribute__((unused)), in uw_install_context()
H A Dcrtstuff.c214 __attribute__ ((unused, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
475 __attribute__ ((unused, aligned(sizeof(func_ptr))))
479 __attribute__((unused, section(".dtors"), aligned(sizeof(func_ptr))))
496 __attribute__ ((unused, section(EH_FRAME_SECTION_NAME),
504 __attribute__ ((unused, section(JCR_SECTION_NAME),
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dpragma-darwin.c38 #pragma unused (x, y) in main()
56 #pragma unused /* { dg-error "missing '.' after '#pragma unused" } */ in unused_err_test()
57 #pragma unused (a /* { dg-error "missing '.' after '#pragma unused" } */ in unused_err_test()
58 #pragma unused (b) foo /* { dg-warning "junk at end of '#pragma unused'" } */ in unused_err_test()
/openbsd/gnu/llvm/llvm/utils/TableGen/jupyter/
H A DLLVM_TableGen.md92 <stdin>:1:25: warning: unused template argument: Thing:B
101 %args --no-warn-on-unused-template-args
115 // This passes --no-warn-on-unused-template-args
131 <stdin>:1:25: warning: unused template argument: Thing:B
141 %args --no-warn-on-unused-template-args
146 <stdin>:1:18: warning: unused template argument: Thing:A
149 <stdin>:1:25: warning: unused template argument: Thing:B
H A DLLVM_TableGen.ipynb192 "<stdin>:1:25: warning: unused template argument: Thing:B\n",
232 "%args --no-warn-on-unused-template-args"
262 "// This passes --no-warn-on-unused-template-args"
275 "<stdin>:1:25: warning: unused template argument: Thing:B\n",
304 "<stdin>:1:18: warning: unused template argument: Thing:A\n",
307 "<stdin>:1:25: warning: unused template argument: Thing:B\n",
315 "%args --no-warn-on-unused-template-args\n",
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-som.c54 obj_som_compiler (unused) in obj_som_compiler() argument
55 int unused; in obj_som_compiler()
131 obj_som_version (unused) in obj_som_version() argument
132 int unused; in obj_som_version()
177 obj_som_copyright (unused) in obj_som_copyright() argument
178 int unused; in obj_som_copyright()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/debug/
H A D20020220-1.c8 foo (const char *x __attribute__((unused)), in foo()
9 __complex__ long double y __attribute__((unused)), in foo()
10 __complex__ long double z __attribute__((unused))) in foo()
/openbsd/gnu/llvm/lldb/examples/summaries/
H A Dunicode_strings.py16 def utf8_summary(value, unused): argument
28 def utf16_summary(value, unused): argument
42 def utf32_summary(value, unused): argument
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp24 uint64_t unused : 44; member
31 uint64_t unused : 12; member
38 uint64_t unused : 27; member
45 uint64_t unused : 27; member
52 uint64_t unused : 12; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcrtstuff.c205 __attribute__ ((unused, section(JCR_SECTION_NAME), aligned(sizeof(void*))))
450 __attribute__ ((unused, aligned(sizeof(func_ptr))))
454 __attribute__((unused, section(".dtors"), aligned(sizeof(func_ptr))))
462 __attribute__ ((unused, mode(SI), section(EH_FRAME_SECTION_NAME),
470 __attribute__ ((unused, section(JCR_SECTION_NAME),
H A Dunwind-sjlj.c215 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart()
228 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase()
234 _Unwind_GetTextRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetTextRelBase()
257 _Unwind_FrameState *fs __attribute__((unused)) ) in uw_update_context()
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-ip.c40 test(const char *res, uint16_t afiv, size_t sz, size_t unused, ...) in test() argument
54 va_start(ap, unused); in test()
59 addr.prefixlen = sz * 8 - unused; in test()
/openbsd/lib/libc/yp/
H A D_yp_check.c39 char *unused; in _yp_check() local
42 if (yp_get_default_domain(&unused)) in _yp_check()
/openbsd/regress/gnu/egcs/gcc-builtins/
H A Dvsprintf-2.c5 test_vsprintf(int unused, ...) in test_vsprintf() argument
11 va_start(ap, unused); in test_vsprintf()

12345678910>>...34