HomeSort by: relevance | last modified time | path
    Searched refs:resolution (Results 1 - 25 of 101) sorted by relevancy

1 2 3 4 5

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_flags.inc 23 int, resolution, 0,
  /src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_flags.inc 22 int, resolution, 0,
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_flags.inc 22 int, resolution, 0,
  /src/external/gpl3/gcc/dist/gcc/
ipa-visibility.cc 53 If we have resolution information (from linker plugin) and we know that
55 into normal symbols. If the resolution information says that the
147 && (node->resolution != LDPR_PREVAILING_DEF_IRONLY
232 if (node->resolution == LDPR_PREVAILING_DEF_IRONLY)
303 if (resolution == LDPR_PREVAILING_DEF_IRONLY)
394 resolution info. */
403 || node->resolution == LDPR_UNKNOWN)
406 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY
407 || node->resolution == LDPR_PREVAILING_DEF
408 || node->resolution == LDPR_UNDE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-visibility.cc 53 If we have resolution information (from linker plugin) and we know that
55 into normal symbols. If the resolution information says that the
146 && (node->resolution != LDPR_PREVAILING_DEF_IRONLY
231 if (node->resolution == LDPR_PREVAILING_DEF_IRONLY)
302 if (resolution == LDPR_PREVAILING_DEF_IRONLY)
393 resolution info. */
402 || node->resolution == LDPR_UNKNOWN)
405 define = (node->resolution == LDPR_PREVAILING_DEF_IRONLY
406 || node->resolution == LDPR_PREVAILING_DEF
407 || node->resolution == LDPR_UNDE
    [all...]
  /src/sys/dev/spi/
mcp48x1.c 61 uint8_t resolution; member in struct:mcp48x1dac_model
98 .resolution = 8,
104 .resolution = 10,
110 .resolution = 12,
269 mv = (2048 * sc->sc_dac_data / (1 << sc->sc_dm->resolution));
335 if (newdata > (1 << sc->sc_dm->resolution))
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpSnmpSubagentObject.c 409 * "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));
  /src/external/gpl2/groff/dist/src/utils/addftinfo/
addftinfo.cpp 84 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",
  /src/external/gpl2/groff/dist/src/utils/xtotroff/
xtotroff.c 43 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);
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-plugin.c 319 entry->resolution = LDPR_UNKNOWN;
412 resolution. */
468 /* Dump SYMTAB to resolution file F. */
478 unsigned int resolution = symtab->syms[j].resolution; local
480 assert (resolution != LDPR_UNKNOWN);
484 lto_resolution_str[resolution],
489 /* Finish the conflicts' resolution information after the linker resolved
503 char resolution = LDPR_UNKNOWN; local
512 resolution = LDPR_RESOLVED_IR;
    [all...]
lto-symtab.c 222 /* 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]);
  /src/sys/dev/scsipi/
ss_mustek.h 51 #define MUSTEK_MODE_SELECT 0x15 /* set resolution, paper length, .. */
133 * resolution settings:
150 u_int8_t resolution; member in struct:mustek_mode_select_data
  /src/sbin/wsconsctl/
mouse.c 49 static int resolution; variable
65 { "resolution", &resolution, FMT_UINT, FLG_WRONLY },
238 if (field_by_value(&resolution)->flags & FLG_SET) {
239 tmp = resolution;
242 pr_field(field_by_value(&resolution), " -> ");
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
vgpu.c 152 gvt->types[i].resolution = vgpu_types[i].edid;
169 vgpu_edid_str(gvt->types[i].resolution));
418 ret = intel_vgpu_init_display(vgpu, param->resolution);
489 param.resolution = type->resolution;
display.c 93 /* EDID with 1024x768 as its resolution */
104 /* Established Timings: maximum resolution is 1024x768 */
127 /* EDID with 1920x1200 as its resolution */
138 /* Established Timings: maximum resolution is 1024x768 */
148 /* 18 Byte Data Blocks 1: max resolution is 1920x1200 */
325 int type, unsigned int resolution)
329 if (WARN_ON(resolution >= GVT_EDID_NUM))
342 memcpy(port->edid->edid_block, virtual_dp_monitor_edid[resolution],
350 port->id = resolution;
503 * @resolution: resolution index for intel_vgpu_edi
    [all...]
display.h 210 int intel_vgpu_init_display(struct intel_vgpu *vgpu, u64 resolution);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc 452 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY
453 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
454 || e->resolution == LDPR_PREVAILING_DEF))
471 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY
472 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
473 || e->resolution == LDPR_PREVAILING_DEF))
785 linker plugin and resolution was decided by the linker. */
873 fprintf (dump_file, "After resolution:\n");
924 /* No matter how we are going to deal with resolution, we will ultimately
1014 && (node->resolution == LDPR_PREEMPTED_RE
    [all...]
lto-common.cc 875 /* Return the resolution for the decl with index INDEX from DATA_IN. */
892 /* Delay resolution finding until decl merging. */
899 enum ld_plugin_symbol_resolution resolution)
902 if (resolution == LDPR_UNKNOWN)
910 || resolution == LDPR_PREVAILING_DEF_IRONLY
911 || resolution == LDPR_PREVAILING_DEF
912 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP)
913 res = resolution;
956 /* Check if T is a decl and needs register its resolution info. */
1870 resolution file when the linker plugin is being used). *
2729 FILE *resolution; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc 452 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY
453 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
454 || e->resolution == LDPR_PREVAILING_DEF))
471 && (e->resolution == LDPR_PREVAILING_DEF_IRONLY
472 || e->resolution == LDPR_PREVAILING_DEF_IRONLY_EXP
473 || e->resolution == LDPR_PREVAILING_DEF))
785 linker plugin and resolution was decided by the linker. */
873 fprintf (dump_file, "After resolution:\n");
924 /* No matter how we are going to deal with resolution, we will ultimately
1014 && (node->resolution == LDPR_PREEMPTED_RE
    [all...]
lto-common.cc 875 /* Return the resolution for the decl with index INDEX from DATA_IN. */
892 /* Delay resolution finding until decl merging. */
899 enum ld_plugin_symbol_resolution resolution)
902 if (resolution == LDPR_UNKNOWN)
910 || resolution == LDPR_PREVAILING_DEF_IRONLY
911 || resolution == LDPR_PREVAILING_DEF
912 || resolution == LDPR_PREVAILING_DEF_IRONLY_EXP)
913 res = resolution;
956 /* Check if T is a decl and needs register its resolution info. */
1865 resolution file when the linker plugin is being used). *
2713 FILE *resolution; local
    [all...]
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 339 entry->resolution = LDPR_UNKNOWN;
432 resolution. */
488 /* Dump SYMTAB to resolution file F. */
498 unsigned int resolution = symtab->syms[j].resolution; local
500 assert (resolution != LDPR_UNKNOWN);
504 lto_resolution_str[resolution],
509 /* Finish the conflicts' resolution information after the linker resolved
523 char resolution = LDPR_UNKNOWN; local
532 resolution = LDPR_RESOLVED_IR;
    [all...]
  /src/external/bsd/ntp/dist/scripts/update-leap/
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
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg.h 78 hrtime_t resolution);
  /src/external/gpl2/rcs/dist/src/
partime.c 325 parse_decimal (s, digits, lo, hi, resolution, res, fres)
327 int digits, lo, hi, resolution, *res, *fres;
331 * and it may be followed by a fraction that is to be computed using RESOLUTION.
332 * Store the parsed number into *RES; store the fraction times RESOLUTION,
346 product = num10*resolution;
349 if (f < 0 || product/resolution != num10)
  /src/usr.sbin/moused/
moused.c 347 int resolution; /* MOUSE_RES_XXX or a positive number */ member in struct:rodentparam
367 .resolution = MOUSE_RES_UNKNOWN,
623 rodent.resolution = MOUSE_RES_HIGH;
625 rodent.resolution = MOUSE_RES_HIGH;
627 rodent.resolution = MOUSE_RES_MEDIUMLOW;
629 rodent.resolution = MOUSE_RES_LOW;
631 rodent.resolution = MOUSE_RES_DEFAULT;
633 rodent.resolution = atoi(optarg);
634 if (rodent.resolution <= 0) {
1030 "usage: moused [-DRcdfs] [-I file] [-F rate] [-r resolution] [-S baudrate]"
    [all...]

Completed in 39 milliseconds

1 2 3 4 5