| /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/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/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/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/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/sys/arch/sparc/include/ |
| cgtworeg.h | 93 u_int resolution : 4; /* screen resolution, 0 means 1152x900 */ member in struct:cg2statusreg
|
| /src/sys/arch/sun3/include/ |
| cg2reg.h | 79 u_int resolution : 4; /* screen resolution, 0 means 1152x900 */ member in struct:cg2statusreg
|
| /src/external/gpl2/gmake/dist/ |
| remake.c | 441 /* Avoid spurious rebuilds due to low resolution time stamps. */ 444 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"), 1308 int resolution; 1309 FILE_TIMESTAMP now = file_timestamp_now (&resolution); 1310 adjusted_now = now + (resolution - 1); 1300 int resolution; local
|
| /src/external/gpl2/groff/dist/src/preproc/grn/ |
| hgraph.cpp | 585 double xs, ys, resolution, fullcircle; local 599 resolution = (1.0 + groff_hypot(xs, ys) / res) * PointsPerInterval; 600 /* mask = (1 << (int) log10(resolution + 1.0)) - 1; */ 601 (void) frexp(resolution, &m); /* A bit more elegant than log10 */ 605 epsilon = 1.0 / resolution; 606 fullcircle = (2.0 * pi) * resolution; 642 int nseg; /* effective resolution for each curve */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.cc | 496 u32 resolution = flags()->resolution; local 498 if (resolution > 0) { 500 stack.size = Min(stack.size, resolution);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 928 /* Enumeration of possible results from attempted overload resolution. 936 enum resolution { unresolved, resolved, resolved_bad }; 941 the resolution attempt. LOC contains statement location information. */ 944 resolve_vec_mul (resolution *res, tree *args, tree *types, location_t loc) 992 the resolution attempt. LOC contains statement location information. */ 995 resolve_vec_cmpne (resolution *res, tree *args, tree *types, location_t loc) 1067 status of the resolution attempt. LOC contains statement location 1071 resolve_vec_adde_sube (resolution *res, rs6000_gen_builtins fcode, 1137 status of the resolution attempt. LOC contains statement location 1141 resolve_vec_addec_subec (resolution *res, rs6000_gen_builtins fcode 935 enum resolution { unresolved, resolved, resolved_bad }; enum [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| plugin-api.h | 167 int resolution; member in struct:ld_plugin_symbol 319 /* The linker's interface for retrieving symbol resolution information. */
|
| /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...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 930 /* Enumeration of possible results from attempted overload resolution. 938 enum resolution { unresolved, resolved, resolved_bad }; 943 the resolution attempt. LOC contains statement location information. */ 946 resolve_vec_mul (resolution *res, tree *args, tree *types, location_t loc) 994 the resolution attempt. LOC contains statement location information. */ 997 resolve_vec_cmpne (resolution *res, tree *args, tree *types, location_t loc) 1069 status of the resolution attempt. LOC contains statement location 1073 resolve_vec_adde_sube (resolution *res, rs6000_gen_builtins fcode, 1139 status of the resolution attempt. LOC contains statement location 1143 resolve_vec_addec_subec (resolution *res, rs6000_gen_builtins fcode 937 enum resolution { unresolved, resolved, resolved_bad }; enum [all...] |
| /src/external/mit/xorg/lib/libxcb/files/ |
| sync.h | 109 xcb_sync_int64_t resolution; member in struct:xcb_sync_systemcounter_t
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| gvt.h | 300 enum intel_vgpu_edid resolution; member in struct:intel_vgpu_type 431 __u64 resolution; member in struct:intel_vgpu_creation_params
|
| /src/usr.sbin/moused/ |
| mouse.h | 129 int resolution; /* MOUSE_RES_XXX, -1 if unknown */ member in struct:mousemode
|
| 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...] |
| /src/external/bsd/wpa/dist/src/utils/ |
| http_curl.c | 317 LogotypeImageResolution *resolution; member in struct:__anon6153 390 ASN1_OPT(LogotypeImageInfo, resolution, LogotypeImageResolution), 647 if (info->resolution) { 649 info->resolution->type); 650 switch (info->resolution->type) { 652 val = ASN1_INTEGER_get(info->resolution->d.numBits); 656 val = ASN1_INTEGER_get(info->resolution->d.tableSize);
|
| /src/external/gpl2/groff/dist/src/preproc/html/ |
| pre-html.cpp | 148 #define DEFAULT_IMAGE_RES 100 // number of pixels per inch resolution 180 static int postscriptRes = -1; // postscript resolution, 287 * get_resolution - Return the postscript resolution from devps/DESC. 809 int resolution; member in struct:imageItem 830 resolution = res;
|
| /src/external/gpl3/binutils/dist/include/ |
| plugin-api.h | 168 int resolution; member in struct:ld_plugin_symbol 334 /* The linker's interface for retrieving symbol resolution information. */
|
| /src/external/gpl3/binutils.old/dist/include/ |
| plugin-api.h | 168 int resolution; member in struct:ld_plugin_symbol 334 /* The linker's interface for retrieving symbol resolution information. */
|
| /src/external/gpl3/gcc.old/dist/gcc/lto/ |
| 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/gcc/lto/ |
| 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...] |