Searched refs:resolution (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-plugin/
H A Dplugin-12.d2 .*: symbol `func' definition: 0, visibility: 0, resolution: 2
3 .*: symbol `func1' definition: 0, visibility: 1, resolution: 3
4 .*: symbol `func2' definition: 0, visibility: 2, resolution: 3
5 .*: symbol `func3' definition: 0, visibility: 3, resolution: 3
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-1.s2 # Just one test so the resolution-time error isn't suppressed by other
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/performance/time/
H A Dtiming_test_base.hpp73 const std::size_t resolution = get_min_resolution(fn); local
77 res = run_at_resolution(fn, resolution);
79 res = rec.get_sample_mean() / resolution;
105 timing_test_base::run_at_resolution(Functor& fn, std::size_t resolution) argument
108 fn(resolution);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/performance/priority_queue/timing/
H A Dmodify_test.hpp62 operator()(std::size_t resolution) argument
66 for (std::size_t i = 0; i < resolution; ++i)
95 operator()(std::size_t resolution) argument
97 for (std::size_t i = 0; i < resolution; ++i)
127 operator()(std::size_t resolution) argument
130 for (std::size_t i = 0; i < resolution; ++i)
152 operator()(std::size_t resolution) argument
155 for (std::size_t i = 0; i < resolution; ++i)
184 operator()(std::size_t resolution) argument
186 for (std::size_t i = 0; i < resolution;
225 operator ()(std::size_t resolution) argument
[all...]
H A Djoin_test.hpp62 operator()(std::size_t resolution) argument
65 for (std::size_t n = 0; n < resolution; ++n)
88 operator()(std::size_t resolution) argument
91 for (std::size_t n = 0; n < resolution; ++n)
H A Dpush_pop_test.hpp61 operator()(std::size_t resolution) argument
63 for (std::size_t i = 0; i < resolution; ++i)
H A Dpush_test.hpp61 operator()(std::size_t resolution) argument
63 for (std::size_t i = 0; i < resolution; ++i)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-symtab.c47 /* LTO file-data and symbol resolution for this decl. */
49 enum ld_plugin_symbol_resolution resolution; variable in typeref:enum:ld_plugin_symbol_resolution
103 /* Lazily initialize resolution hash tables. */
116 /* Registers DECL with the LTO symbol table as having resolution RESOLUTION
121 ld_plugin_symbol_resolution_t resolution,
146 new_entry->resolution = resolution;
170 /* Get the linker resolution for DECL. */
185 return e->resolution;
415 e->resolution
120 lto_symtab_register_decl(tree decl, ld_plugin_symbol_resolution_t resolution, struct lto_file_decl_data *file_data) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/performance/assoc/timing/
H A Dmultimap_insert_test.hpp60 operator()(std::size_t resolution) argument
62 for (std::size_t i = 0; i < resolution; ++i)
84 operator()(std::size_t resolution) argument
86 for (std::size_t i = 0; i < resolution; ++i)
H A Dtree_order_statistics_test.hpp61 operator()(std::size_t resolution) argument
71 for (std::size_t i = 0; i < resolution; ++i)
94 operator()(std::size_t resolution) argument
96 for (std::size_t i = 0; i < resolution; ++i)
H A Dtree_split_join_test.hpp59 operator()(std::size_t resolution) argument
61 for (std::size_t i = 0; i < resolution; ++i)
83 operator()(std::size_t resolution) argument
85 for (std::size_t i = 0; i < resolution; ++i)
H A Dfind_test.hpp60 operator()(std::size_t resolution) argument
62 for (std::size_t i = 0; i < resolution; ++i)
85 operator()(std::size_t resolution) argument
90 for (std::size_t i = 0; i < resolution; ++i)
H A Dmultimap_find_test.hpp60 operator()(std::size_t resolution) argument
64 for (std::size_t i = 0; i < resolution; ++i)
95 operator()(std::size_t resolution) argument
99 for (std::size_t i = 0; i < resolution; ++i)
H A Dinsert_test.hpp61 operator()(std::size_t resolution) argument
63 for (std::size_t i = 0; i < resolution; ++i)
H A Dsubscript_find_test.hpp59 operator()(std::size_t resolution) argument
61 for (std::size_t i = 0; i < resolution; ++i)
H A Dsubscript_insert_test.hpp60 operator()(std::size_t resolution) argument
62 for (std::size_t i = 0; i < resolution; ++i)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dplugin.c463 /* Get the symbol resolution info for a plugin-claimed input file. */
483 syms[n].resolution = LDPR_UNKNOWN;
487 /* Determine resolution from blhe type and symbol's original type. */
491 syms[n].resolution = LDPR_UNDEF;
524 syms[n].resolution = LDPR_RESOLVED_EXEC;
526 syms[n].resolution = (ironly
530 syms[n].resolution = LDPR_RESOLVED_IR;
533 syms[n].resolution = LDPR_RESOLVED_DYN;
535 syms[n].resolution = LDPR_RESOLVED_EXEC;
543 syms[n].resolution
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpsnmpd/
H A DntpSnmpSubagentObject.c409 * "The time resolution in integer format, where the resolution
413 * ntpEntTimeResolution is a challenge for ntpd, as the resolution is
417 * Logically the resolution must be at least the precision, so report
418 * it as our best approximation of resolution until/unless ntpd provides
430 u_int32 resolution; local
443 resolution = 1 << -precision;
447 (void *)&resolution,
448 sizeof(resolution));
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/addftinfo/
H A Daddftinfo.cpp84 int resolution; local
85 if (sscanf(argv[argc-3], "%d", &resolution) != 1)
87 if (resolution <= 0)
88 fatal("resolution must be > 0");
97 param.em = (resolution*unitwidth)/72;
137 "resolution unitwidth font\n",
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/xtotroff/
H A Dxtotroff.c43 unsigned resolution = 75; variable
127 parsed.ResolutionX = resolution;
128 parsed.ResolutionY = resolution;
219 "usage: %s [-r resolution] [-s pointsize] FontMap\n",
246 sscanf(optarg, "%u", &resolution);
/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dmouse.c46 static int resolution; variable
59 { "resolution", &resolution, FMT_UINT, FLG_WRONLY },
182 if (field_by_value(&resolution)->flags & FLG_SET) {
183 tmp = resolution;
186 pr_field(field_by_value(&resolution), " -> ");
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dblx-local.d6 # Test assembler resolution of blx and bl instructions in ARM mode.
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dss_mustek.h51 #define MUSTEK_MODE_SELECT 0x15 /* set resolution, paper length, .. */
133 * resolution settings:
150 u_int8_t resolution; member in struct:mustek_mode_select_data
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/lto-plugin/
H A Dlto-symtab.c222 /* Fake symbol resolution for testing. */
241 syms[i].resolution = LDPR_PREVAILING_DEF;
245 syms[i].resolution = LDPR_RESOLVED_IR;
278 printf ("resolution: %s\n", lto_resolution_str[syms[i].resolution]);
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/afmtodit/
H A Dafmtodit.pl6178 my ($sizescale, $resolution, $unitwidth);
6190 $resolution = $field[1];
6565 $_[0]*$unitwidth*$resolution/(72*1000*$sizescale) + ($_[0] < 0 ? -.5 : .5);

Completed in 235 milliseconds

123