| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ipa-visibility.c | 146 && (node->resolution != LDPR_PREVAILING_DEF_IRONLY in comdat_can_be_unshared_p_1() 231 if (node->resolution == LDPR_PREVAILING_DEF_IRONLY) in cgraph_externally_visible_p() 302 if (resolution == LDPR_PREVAILING_DEF_IRONLY) in externally_visible_p() 402 || node->resolution == LDPR_UNKNOWN) in update_visibility_by_resolution_info() 405 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY in update_visibility_by_resolution_info() 406 || node->resolution == LDPR_PREVAILING_DEF in update_visibility_by_resolution_info() 407 || node->resolution == LDPR_UNDEF in update_visibility_by_resolution_info() 408 || node->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP); in update_visibility_by_resolution_info() 419 = define == (next->resolution == LDPR_PREVAILING_DEF_IRONLY in update_visibility_by_resolution_info() 420 || next->resolution == LDPR_PREVAILING_DEF in update_visibility_by_resolution_info() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ipa-visibility.cc | 146 && (node->resolution != LDPR_PREVAILING_DEF_IRONLY in comdat_can_be_unshared_p_1() 231 if (node->resolution == LDPR_PREVAILING_DEF_IRONLY) in cgraph_externally_visible_p() 302 if (resolution == LDPR_PREVAILING_DEF_IRONLY) in externally_visible_p() 402 || node->resolution == LDPR_UNKNOWN) in update_visibility_by_resolution_info() 405 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY in update_visibility_by_resolution_info() 406 || node->resolution == LDPR_PREVAILING_DEF in update_visibility_by_resolution_info() 407 || node->resolution == LDPR_UNDEF in update_visibility_by_resolution_info() 408 || node->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP); in update_visibility_by_resolution_info() 419 = define == (next->resolution == LDPR_PREVAILING_DEF_IRONLY in update_visibility_by_resolution_info() 420 || next->resolution == LDPR_PREVAILING_DEF in update_visibility_by_resolution_info() [all …]
|
| /netbsd-src/sys/dev/spi/ |
| H A D | mcp48x1.c | 61 uint8_t resolution; member 99 .resolution = 8, 104 .resolution = 10, 109 .resolution = 12, 219 mv = (2048 * sc->sc_dac_data / (1 << sc->sc_dm->resolution)); in mcp48x1dac_regval_to_mv() 285 if (newdata > (1 << sc->sc_dm->resolution)) in sysctl_mcp48x1dac_data()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | FileTimeType.rst | 21 that the resolution and range of file_time_type reflect the operating 22 system dependent resolution and range of file time values. 35 To represent the range and resolution of ``timespec``, we need to (A) have 36 nanosecond resolution, and (B) use more than 64 bits (assuming a 64 bit ``time_t``). 57 To get nanosecond resolution, we simply define ``period`` to be ``std::nano``. 71 One solution to the range problem is to simply reduce the resolution of 76 at nanosecond resolution. 80 and with nanosecond resolution). 82 To get the same range, we would need to drop our resolution to that of seconds 139 is by reducing the resolution. But matching the range of ``timespec`` using a [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| H A D | display.c | 325 int type, unsigned int resolution) in setup_virtual_dp_monitor() argument 329 if (WARN_ON(resolution >= GVT_EDID_NUM)) in setup_virtual_dp_monitor() 342 memcpy(port->edid->edid_block, virtual_dp_monitor_edid[resolution], in setup_virtual_dp_monitor() 350 port->id = resolution; in setup_virtual_dp_monitor() 511 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution) in intel_vgpu_init_display() argument 520 resolution); in intel_vgpu_init_display() 523 resolution); in intel_vgpu_init_display()
|
| H A D | vgpu.c | 152 gvt->types[i].resolution = vgpu_types[i].edid; in intel_gvt_init_vgpu_types() 169 vgpu_edid_str(gvt->types[i].resolution)); in intel_gvt_init_vgpu_types() 418 ret = intel_vgpu_init_display(vgpu, param->resolution); in __intel_gvt_create_vgpu() 489 param.resolution = type->resolution; in intel_gvt_create_vgpu()
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/addftinfo/ |
| H A D | addftinfo.cpp | 84 int resolution; in main() local 85 if (sscanf(argv[argc-3], "%d", &resolution) != 1) in main() 87 if (resolution <= 0) in main() 97 param.em = (resolution*unitwidth)/72; in main()
|
| /netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
| H A D | lto-plugin.c | 312 entry->resolution = LDPR_UNKNOWN; in parse_table_entry() 471 unsigned int resolution = symtab->syms[j].resolution; in dump_symtab() local 473 assert (resolution != LDPR_UNKNOWN); in dump_symtab() 477 lto_resolution_str[resolution], in dump_symtab() 496 char resolution = LDPR_UNKNOWN; in finish_conflict_resolution() local 505 resolution = LDPR_RESOLVED_IR; in finish_conflict_resolution() 508 resolution = LDPR_PREEMPTED_IR; in finish_conflict_resolution() 512 resolution = symtab->syms[i].resolution; in finish_conflict_resolution() 518 assert (resolution != LDPR_UNKNOWN); in finish_conflict_resolution() 523 conflicts->syms[j].resolution = resolution; in finish_conflict_resolution()
|
| H A D | lto-symtab.c | 241 syms[i].resolution = LDPR_PREVAILING_DEF; in resolve() 245 syms[i].resolution = LDPR_RESOLVED_IR; in resolve() 278 printf ("resolution: %s\n", lto_resolution_str[syms[i].resolution]); in print()
|
| /netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
| H A D | lto-plugin.c | 319 entry->resolution = LDPR_UNKNOWN; in parse_table_entry() 478 unsigned int resolution = symtab->syms[j].resolution; in dump_symtab() local 480 assert (resolution != LDPR_UNKNOWN); in dump_symtab() 484 lto_resolution_str[resolution], in dump_symtab() 503 char resolution = LDPR_UNKNOWN; in finish_conflict_resolution() local 512 resolution = LDPR_RESOLVED_IR; in finish_conflict_resolution() 515 resolution = LDPR_PREEMPTED_IR; in finish_conflict_resolution() 519 resolution = symtab->syms[i].resolution; in finish_conflict_resolution() 525 assert (resolution != LDPR_UNKNOWN); in finish_conflict_resolution() 530 conflicts->syms[j].resolution = resolution; in finish_conflict_resolution()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-symtab.cc | 452 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY in lto_symtab_resolve_symbols() 453 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP in lto_symtab_resolve_symbols() 454 || e->resolution == LDPR_PREVAILING_DEF)) in lto_symtab_resolve_symbols() 471 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY in lto_symtab_resolve_symbols() 472 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP in lto_symtab_resolve_symbols() 473 || e->resolution == LDPR_PREVAILING_DEF)) in lto_symtab_resolve_symbols() 1014 && (node->resolution == LDPR_PREEMPTED_REG in lto_symtab_merge_symbols() 1015 || node->resolution == LDPR_RESOLVED_IR in lto_symtab_merge_symbols() 1016 || node->resolution == LDPR_RESOLVED_EXEC in lto_symtab_merge_symbols() 1017 || node->resolution == LDPR_RESOLVED_DYN)) in lto_symtab_merge_symbols()
|
| H A D | lto-common.cc | 899 enum ld_plugin_symbol_resolution resolution) in register_resolution() argument 902 if (resolution == LDPR_UNKNOWN) in register_resolution() 910 || resolution == LDPR_PREVAILING_DEF_IRONLY in register_resolution() 911 || resolution == LDPR_PREVAILING_DEF in register_resolution() 912 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP) in register_resolution() 913 res = resolution; in register_resolution() 2063 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file) in lto_resolution_read() argument 2074 if (!resolution) in lto_resolution_read() 2079 fscanf (resolution, " "); /* Read white space. */ in lto_resolution_read() 2081 fread (obj_name, sizeof (char), name_len, resolution); in lto_resolution_read() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-symtab.c | 452 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY in lto_symtab_resolve_symbols() 453 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP in lto_symtab_resolve_symbols() 454 || e->resolution == LDPR_PREVAILING_DEF)) in lto_symtab_resolve_symbols() 471 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY in lto_symtab_resolve_symbols() 472 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP in lto_symtab_resolve_symbols() 473 || e->resolution == LDPR_PREVAILING_DEF)) in lto_symtab_resolve_symbols() 1014 && (node->resolution == LDPR_PREEMPTED_REG in lto_symtab_merge_symbols() 1015 || node->resolution == LDPR_RESOLVED_IR in lto_symtab_merge_symbols() 1016 || node->resolution == LDPR_RESOLVED_EXEC in lto_symtab_merge_symbols() 1017 || node->resolution == LDPR_RESOLVED_DYN)) in lto_symtab_merge_symbols()
|
| H A D | lto-common.c | 898 enum ld_plugin_symbol_resolution resolution) in register_resolution() argument 901 if (resolution == LDPR_UNKNOWN) in register_resolution() 909 || resolution == LDPR_PREVAILING_DEF_IRONLY in register_resolution() 910 || resolution == LDPR_PREVAILING_DEF in register_resolution() 911 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP) in register_resolution() 912 res = resolution; in register_resolution() 2054 lto_resolution_read (splay_tree file_ids, FILE *resolution, lto_file *file) in lto_resolution_read() argument 2065 if (!resolution) in lto_resolution_read() 2070 fscanf (resolution, " "); /* Read white space. */ in lto_resolution_read() 2072 fread (obj_name, sizeof (char), name_len, resolution); in lto_resolution_read() [all …]
|
| /netbsd-src/usr.sbin/moused/ |
| H A D | moused.c | 347 int resolution; /* MOUSE_RES_XXX or a positive number */ member 367 .resolution = MOUSE_RES_UNKNOWN, 623 rodent.resolution = MOUSE_RES_HIGH; in main() 625 rodent.resolution = MOUSE_RES_HIGH; in main() 627 rodent.resolution = MOUSE_RES_MEDIUMLOW; in main() 629 rodent.resolution = MOUSE_RES_LOW; in main() 631 rodent.resolution = MOUSE_RES_DEFAULT; in main() 633 rodent.resolution = atoi(optarg); in main() 634 if (rodent.resolution <= 0) { in main() 1125 rodent.mode.resolution = MOUSE_RES_UNKNOWN; in r_identify() [all …]
|
| /netbsd-src/external/bsd/ntp/dist/ntpsnmpd/ |
| H A D | ntpSnmpSubagentObject.c | 430 u_int32 resolution; in get_ntpEntTimeResolution() local 443 resolution = 1 << -precision; in get_ntpEntTimeResolution() 447 (void *)&resolution, in get_ntpEntTimeResolution() 448 sizeof(resolution)); in get_ntpEntTimeResolution()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | modem | 8 >29 byte 1 \b, fine resolution 9 >29 byte 0 \b, normal resolution 89 >>6 leshort 200 \b, fine resolution 90 >>6 leshort 100 \b, normal resolution
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/ |
| H A D | xtotroff.c | 43 unsigned resolution = 75; variable 127 parsed.ResolutionX = resolution; in MapFont() 128 parsed.ResolutionY = resolution; in MapFont() 246 sscanf(optarg, "%u", &resolution); in main()
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.9.rst | |
| /netbsd-src/external/bsd/ntp/dist/scripts/update-leap/ |
| H A D | update-leap-opts.def | 28 descrip = "Use only IPv4 addresses for DNS name resolution"; 30 Force DNS resolution of following host names on the command line 39 descrip = "Use only IPv6 addresses for DNS name resolution"; 41 Force DNS resolution of following host names on the command line
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | iter_nxns_parentside.rpl | 2 ; parent side resolution. Parent side resolution should SERVFAIL when reaching 20 SCENARIO_BEGIN Test that the NXNS fallback does not mess with parent side resolution
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
| H A D | example5.rst | 6 This example program shows how to perform DNS resolution only. 33 resolution (i.e. before :meth:`unbound.ub_ctx.resolve` or
|
| /netbsd-src/sbin/wsconsctl/ |
| H A D | mouse.c | 49 static int resolution; variable 65 { "resolution", &resolution, FMT_UINT, FLG_WRONLY }, 238 if (field_by_value(&resolution)->flags & FLG_SET) { in mouse_put_values() 239 tmp = resolution; in mouse_put_values() 242 pr_field(field_by_value(&resolution), " -> "); in mouse_put_values()
|
| /netbsd-src/external/mit/libuv/dist/docs/src/ |
| H A D | index.rst | 28 * Asynchronous DNS resolution 36 * High resolution clock
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 935 enum resolution { unresolved, resolved, resolved_bad }; enum 943 resolve_vec_mul (resolution *res, tree *args, tree *types, location_t loc) in resolve_vec_mul() 994 resolve_vec_cmpne (resolution *res, tree *args, tree *types, location_t loc) in resolve_vec_cmpne() 1070 resolve_vec_adde_sube (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_adde_sube() 1140 resolve_vec_addec_subec (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_addec_subec() 1229 resolve_vec_splats (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_splats() 1325 resolve_vec_extract (resolution *res, vec<tree, va_gc> *arglist, in resolve_vec_extract() 1503 resolve_vec_insert (resolution *res, vec<tree, va_gc> *arglist, in resolve_vec_insert() 1634 resolve_vec_step (resolution *res, vec<tree, va_gc> *arglist, unsigned nargs) in resolve_vec_step() 1841 resolution res = unresolved; in altivec_resolve_overloaded_builtin()
|