Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 25 of 63) sorted by relevance

123

/titanic_50/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c183 result->resolution.xres = v->resolution.xres; in papiAttributeValueDup()
184 result->resolution.yres = v->resolution.yres; in papiAttributeValueDup()
185 result->resolution.units = v->resolution.units; in papiAttributeValueDup()
347 v.resolution.xres = xres; in papiAttributeListAddResolution()
348 v.resolution.yres = yres; in papiAttributeListAddResolution()
349 v.resolution.units = units; in papiAttributeListAddResolution()
564 *x = value->resolution.xres; in papiAttributeListGetResolution()
565 *y = value->resolution.yres; in papiAttributeListGetResolution()
566 *units = value->resolution.units; in papiAttributeListGetResolution()
737 value->resolution.xres = atoi(parts[1]); in _add_attribute_value()
[all …]
/titanic_50/usr/src/uts/sun4/io/
H A Dcbe.c269 hrtime_t resolution = NANOSEC / sys_tick_freq; in cbe_init() local
294 if (resolution == 0) in cbe_init()
295 resolution = 1; in cbe_init()
298 cyclic_init(&cbe, resolution); in cbe_init()
/titanic_50/usr/src/cmd/eqn/
H A De.h39 #define EM(m, ps) (int)((((float)(m)*(ps) * resolution) / POINT))
50 extern int resolution; /* resolution of ditroff */
H A Dsqrt.c25 nps = EFFPS(((eht[p2]*9)/10+(resolution/POINT-1))/(resolution/POINT)); in sqrt()
H A Dglob.c25 int resolution = 720; /* resolution of ditroff */ variable
/titanic_50/usr/src/lib/libsqlite/test/
H A Dconflict.test16 # This file implements tests for the conflict resolution extension
37 # conf The conflict resolution algorithm on the BEGIN statement
95 # conf The conflict resolution algorithm on the BEGIN statement
153 # conf The conflict resolution algorithm on the BEGIN statement
207 # conf1 The conflict resolution algorithm on the UNIQUE constraint
208 # conf2 The conflict resolution algorithm on the BEGIN statement
266 # conf1 The conflict resolution algorithm on the NOT NULL constraint
267 # conf2 The conflict resolution algorithm on the BEGIN statement
334 # conf1 The conflict resolution algorithm on the UNIQUE constraint
335 # conf2 The conflict resolution algorithm on the BEGIN statement
H A Dmemdb.test163 # conf The conflict resolution algorithm on the BEGIN statement
224 # conf1 The conflict resolution algorithm on the UNIQUE constraint
225 # conf2 The conflict resolution algorithm on the BEGIN statement
/titanic_50/usr/src/lib/print/libipp-core/common/
H A Dwrite.c243 int32_t x = (int)(value->resolution).xres, in ipp_write_attribute()
244 y = (int)(value->resolution).yres; in ipp_write_attribute()
245 int8_t units = (int8_t)(value->resolution).units; in ipp_write_attribute()
/titanic_50/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1422 int resolution; in mach_clkinit() local
1451 resolution = (*pops->psm_clkinit)(0); in mach_clkinit()
1452 if (resolution != 0) { in mach_clkinit()
1454 return (resolution); in mach_clkinit()
1462 resolution = (*pops->psm_clkinit)(hz); in mach_clkinit()
1468 return (resolution); in mach_clkinit()
/titanic_50/usr/src/uts/common/os/
H A Dcallout.c981 hrtime_t expiration, hrtime_t resolution, int flags) in timeout_generic() argument
990 ASSERT(resolution > 0); in timeout_generic()
1053 if (resolution > 1) { in timeout_generic()
1058 expiration += resolution - 1; in timeout_generic()
1059 expiration = (expiration / resolution) * resolution; in timeout_generic()
1099 if (resolution == 1) in timeout_generic()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h78 hrtime_t resolution);
/titanic_50/usr/src/cmd/lp/filter/postscript/font/
H A DREADME24 set (and a few others). The width tables assume a resolution of 720 dpi (which
25 isn't expected to match your printer's resolution) and by default are installed
67 (ie. numbers in column 2) are point size 10 widths assuming a resolution of
/titanic_50/usr/src/uts/common/sys/
H A Dcyclic_impl.h425 extern void cyclic_init(cyc_backend_t *be, hrtime_t resolution);
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps81 cpi_changes_res, "cpix" "YF" Changing char. pitch changes resolution
82 lpi_changes_res, "lpix" "YG" Changing line pitch changes resolution
117 output_res_char, "orc" "Yi" Horizontal resolution in units per character
118 output_res_line, "orl" "Yj" Vertical resolution in units per line
119 output_res_horz_inch, "orhi" "Yk" Horizontal resolution in units per inch
120 output_res_vert_inch, "orvi" "Yl" Vertical resolution in units per inch
448 change_res_horz, "chr" "ZC" Change horizontal resolution
449 change_res_vert, "cvr" "ZD" Change vertical resolution
/titanic_50/usr/src/lib/libast/common/features/
H A Dtv9 * high resolution Tv_t interface definitions
H A Dtmx9 * high resolution Time_t support
/titanic_50/usr/src/tools/depcheck/
H A DDependencyCheck.txt43 3. SampleLinks - sample link resolution file for
45 4. SamplePkgLinks - sample link resolution file for
/titanic_50/usr/src/lib/print/libprint/common/
H A DsunPrinter.oc.conf.txt70 printer-resolution-supported,
H A DsunPrinter.at.conf.txt52 attribute printer-resolution-supported 1.3.18.0.2.4.1121 cis
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtv68 * high resolution Tv_t interface definitions
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DDESC30 # Description file for Postscript printers. The resolution and unitwidth have
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtv68 * high resolution Tv_t interface definitions
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtv68 * high resolution Tv_t interface definitions
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtv68 * high resolution Tv_t interface definitions
/titanic_50/usr/src/uts/i86pc/ml/
H A Dlocore.s1765 / taken to prevent the PIT counter from wrapping beyond its resolution and for
1772 / the PIT counter may count so few ticks that the resolution of the PIT
1968 / taken to prevent the PIT counter from wrapping beyond its resolution and for
1975 / the PIT counter may count so few ticks that the resolution of the PIT

123