Searched refs:unit (Results 176 - 200 of 870) sorted by relevance

1234567891011>>

/external/qemu/include/sysemu/
H A Dblockdev.h27 int unit; member in struct:DriveInfo
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftest.py52 def __init__(self, metric, unit=None, iterations=None):
55 self._unit = unit or self.metric_to_unit(metric)
74 def unit(self): member in class:PerfTestMetric
83 def time_unit_to_metric(unit):
84 return {'fps': 'FrameRate', 'runs/s': 'Runs', 'ms': 'Time'}[unit]
136 metric.flattened_iteration_values(), metric.unit())
141 def log_statistics(test_name, values, unit):
158 _log.info('RESULT %s= %s %s' % (test_name, mean, unit))
160 (median, unit, stdev, unit, sorted_value
[all...]
/external/ppp/pppd/
H A Dcbcp.c64 static void cbcp_init __P((int unit));
65 static void cbcp_open __P((int unit));
66 static void cbcp_lowerup __P((int unit));
67 static void cbcp_input __P((int unit, u_char *pkt, int len));
68 static void cbcp_protrej __P((int unit));
146 cbcp_open(unit)
147 int unit;
154 cbcp_input(unit, inpacket, pktlen)
155 int unit;
163 cbcp_state *us = &cbcp[unit];
[all...]
H A Dipxcp.c380 ipxcp_init(unit)
381 int unit;
383 fsm *f = &ipxcp_fsm[unit];
385 f->unit = unit;
388 fsm_init(&ipxcp_fsm[unit]);
471 ipxcp_open(unit)
472 int unit;
474 fsm_open(&ipxcp_fsm[unit]);
481 ipxcp_close(unit, reaso
1296 int unit = f->unit; local
[all...]
/external/libnl/lib/
H A Dutils.c96 * @arg unit destination unit pointer
99 * unit. The chosen unit is assigned to \a unit.
101 * @return The cancelled down byte counter in the new unit.
103 double nl_cancel_down_bytes(unsigned long long l, char **unit) argument
106 *unit = "TiB";
109 *unit = "GiB";
112 *unit
133 nl_cancel_down_bits(unsigned long long l, char **unit) argument
164 nl_cancel_down_us(uint32_t l, char **unit) argument
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css1007 .g-tpl-240 .g-unit,
1008 .g-unit .g-tpl-240 .g-unit,
1009 .g-unit .g-unit .g-tpl-240 .g-unit {
1015 .g-unit .g-unit .g-tpl-240 .g-first,
1016 .g-unit .g-tpl-240 .g-first,
1024 .g-tpl-240-alt .g-unit,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h156 int unit; member in struct:blink::CSSParserValue
158 inline void setFromNumber(double value, int unit = CSSPrimitiveValue::CSS_NUMBER);
259 inline void CSSParserValue::setFromNumber(double value, int unit) argument
267 this->unit = unit;
274 unit = Function;
282 unit = ValueList;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index, argument
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled)
213 gen7_update_sampler_state(brw, unit, s, &samplers[s]);
H A Dbrw_wm_sampler_state.c83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index);
344 /* ARB programs use the texture unit number as the sampler index, so we
345 * need to find the highest unit use
82 upload_default_color(struct brw_context *brw, struct gl_sampler_object *sampler, int unit, int ss_index) argument
159 brw_update_sampler_state(struct brw_context *brw, int unit, int ss_index, struct brw_sampler_state *sampler) argument
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h67 #define RADEON_ST_BIT(unit) \
68 (unit == 0 ? RADEON_CP_VC_FRMT_ST0 : (RADEON_CP_VC_FRMT_ST1 >> 2) << (2 * unit))
70 #define RADEON_Q_BIT(unit) \
71 (unit == 0 ? RADEON_CP_VC_FRMT_Q0 : (RADEON_CP_VC_FRMT_Q1 >> 2) << (2 * unit))
80 struct radeon_texture_env_state unit[RADEON_MAX_TEXTURE_UNITS]; member in struct:radeon_texture_state
390 * 3 floats for each texture unit (9 floats total).
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstring.c13 s64 length = -1, unit = 1; local
32 unit = K;
43 unit = K * K;
54 unit = K * K * K;
65 unit = K * K * K * K;
68 unit = 1;
77 length = atoll(str) * unit;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c33 * Sets the sampler state for a single unit.
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index, argument
41 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
43 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
139 * shadow comparison is enabled on each/any texture unit.
171 upload_default_color(brw, gl_sampler, unit, ss_index);
210 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
212 if (ctx->Texture.Unit[unit]._ReallyEnabled)
213 gen7_update_sampler_state(brw, unit, s, &samplers[s]);
H A Dbrw_wm_sampler_state.c83 int unit, int ss_index)
87 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
156 * Sets the sampler state for a single unit based off of the sampler key
160 int unit,
166 struct gl_texture_unit *texUnit = &ctx->Texture.Unit[unit];
168 struct gl_sampler_object *gl_sampler = _mesa_get_samplerobj(ctx, unit);
271 * shadow comparison is enabled on each/any texture unit.
304 upload_default_color(brw, gl_sampler, unit, ss_index);
344 /* ARB programs use the texture unit number as the sampler index, so we
345 * need to find the highest unit use
82 upload_default_color(struct brw_context *brw, struct gl_sampler_object *sampler, int unit, int ss_index) argument
159 brw_update_sampler_state(struct brw_context *brw, int unit, int ss_index, struct brw_sampler_state *sampler) argument
359 const unsigned unit = (fs->SamplersUsed & (1 << s)) ? local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h67 #define RADEON_ST_BIT(unit) \
68 (unit == 0 ? RADEON_CP_VC_FRMT_ST0 : (RADEON_CP_VC_FRMT_ST1 >> 2) << (2 * unit))
70 #define RADEON_Q_BIT(unit) \
71 (unit == 0 ? RADEON_CP_VC_FRMT_Q0 : (RADEON_CP_VC_FRMT_Q1 >> 2) << (2 * unit))
80 struct radeon_texture_env_state unit[RADEON_MAX_TEXTURE_UNITS]; member in struct:radeon_texture_state
390 * 3 floats for each texture unit (9 floats total).
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusFont.h112 IN Unit unit
120 unit,
136 IN Unit unit,
151 unit,
238 Unit unit; local
239 SetStatus(DllExports::GdipGetFontUnit(nativeFont, &unit));
240 return unit;
132 Font( IN const WCHAR * familyName, IN REAL emSize, IN INT style, IN Unit unit, IN const FontCollection * fontCollection ) argument
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc362 extensions::core_api::system_display::DisplayUnitInfo* unit) {
365 unit->name = display_manager->GetDisplayNameForId(display.id());
367 unit->mirroring_source_id =
372 unit->dpi_x = dpi;
373 unit->dpi_y = dpi;
377 unit->overscan.left = overscan_insets.left();
378 unit->overscan.top = overscan_insets.top();
379 unit->overscan.right = overscan_insets.right();
380 unit->overscan.bottom = overscan_insets.bottom();
360 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::core_api::system_display::DisplayUnitInfo* unit) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c75 unsigned unit,
181 bld->gallivm, unit);
592 unsigned unit,
660 lp_build_sample_texel_soa(bld, unit,
674 unsigned unit,
755 lp_build_sample_texel_soa(bld, unit,
760 lp_build_sample_texel_soa(bld, unit,
779 lp_build_sample_texel_soa(bld, unit,
784 lp_build_sample_texel_soa(bld, unit,
805 lp_build_sample_texel_soa(bld, unit,
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
860 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned unit, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) argument
983 lp_build_sample_common(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef *s, LLVMValueRef *t, LLVMValueRef *r, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_ipart, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) argument
1085 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
1559 lp_build_size_query_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type int_type, unsigned unit, LLVMValueRef explicit_lod, LLVMValueRef *sizes_out) argument
[all...]
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp40 static void unit_axis_align(SkVector* unit) { argument
42 if (SkScalarAbs(unit->fX) < TOLERANCE) {
43 unit->fX = 0;
44 unit->fY = SkScalarSignNonZero(unit->fY);
45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) {
46 unit->fX = SkScalarSignNonZero(unit->fX);
47 unit->fY = 0;
/external/llvm/test/
H A DMakefile152 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
153 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
154 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tmp
155 @$(ECHOPATH) s=@LLVM_BUILD_MODE@=$(BuildMode)=g >> unit.tmp
156 @$(ECHOPATH) s=@ENABLE_SHARED@=$(ENABLE_SHARED)=g >> unit.tmp
157 @$(ECHOPATH) s=@SHLIBDIR@=$(SharedLibDir)=g >> unit.tmp
158 @$(ECHOPATH) s=@HOST_OS@=$(HOST_OS)=g >> unit.tmp
160 @sed -f unit.tmp $(PROJ_SRC_DIR)/Unit/lit.site.cfg.in > $@
161 @-rm -f unit.tmp
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c75 unsigned unit,
181 bld->gallivm, unit);
592 unsigned unit,
660 lp_build_sample_texel_soa(bld, unit,
674 unsigned unit,
755 lp_build_sample_texel_soa(bld, unit,
760 lp_build_sample_texel_soa(bld, unit,
779 lp_build_sample_texel_soa(bld, unit,
784 lp_build_sample_texel_soa(bld, unit,
805 lp_build_sample_texel_soa(bld, unit,
74 lp_build_sample_texel_soa(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef width, LLVMValueRef height, LLVMValueRef depth, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef data_ptr, LLVMValueRef texel_out[4]) argument
591 lp_build_sample_image_nearest(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
673 lp_build_sample_image_linear(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef size, LLVMValueRef row_stride_vec, LLVMValueRef img_stride_vec, LLVMValueRef data_ptr, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef colors_out[4]) argument
860 lp_build_sample_mipmap(struct lp_build_sample_context *bld, unsigned unit, unsigned img_filter, unsigned mip_filter, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef lod_fpart, LLVMValueRef *colors_out) argument
983 lp_build_sample_common(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef *s, LLVMValueRef *t, LLVMValueRef *r, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef *lod_ipart, LLVMValueRef *lod_fpart, LLVMValueRef *ilevel0, LLVMValueRef *ilevel1) argument
1085 lp_build_sample_general(struct lp_build_sample_context *bld, unsigned unit, LLVMValueRef s, LLVMValueRef t, LLVMValueRef r, LLVMValueRef lod_ipart, LLVMValueRef lod_fpart, LLVMValueRef ilevel0, LLVMValueRef ilevel1, LLVMValueRef *colors_out) argument
1233 lp_build_sample_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned unit, unsigned num_coords, const LLVMValueRef *coords, const struct lp_derivatives *derivs, LLVMValueRef lod_bias, LLVMValueRef explicit_lod, LLVMValueRef texel_out[4]) argument
1559 lp_build_size_query_soa(struct gallivm_state *gallivm, const struct lp_sampler_static_state *static_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type int_type, unsigned unit, LLVMValueRef explicit_lod, LLVMValueRef *sizes_out) argument
[all...]
/external/skia/src/views/
H A DSkTouchGesture.cpp40 static void unit_axis_align(SkVector* unit) { argument
42 if (SkScalarAbs(unit->fX) < TOLERANCE) {
43 unit->fX = 0;
44 unit->fY = SkScalarSignNonZero(unit->fY);
45 } else if (SkScalarAbs(unit->fY) < TOLERANCE) {
46 unit->fX = SkScalarSignNonZero(unit->fX);
47 unit->fY = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsampstat34 parser.add_option("-u", "--unit", dest="unit", default="",
90 line = " %.2f %s" % (item, options.unit)
97 print "%s%.2f %s +/- %.2f %s (%.1f%%)" % (prefix, mean, options.unit, confidenceInterval, options.unit, confidencePercent)
/external/guava/guava/src/com/google/common/collect/
H A DGenericMapMaker.java125 abstract GenericMapMaker<K0, V0> expiration(long duration, TimeUnit unit); argument
130 abstract GenericMapMaker<K0, V0> expireAfterWrite(long duration, TimeUnit unit); argument
136 abstract GenericMapMaker<K0, V0> expireAfterAccess(long duration, TimeUnit unit); argument
/external/libnl/lib/route/sch/
H A Dfifo.c94 char *unit; local
97 r = nl_cancel_down_bytes(fifo->qf_limit, &unit);
98 nl_dump(p, " limit %.1f%s", r, unit);
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcevents.c98 int port,unit; local
114 maple_raddr(addr,&port,&unit);
116 state = maple_dev_state(port,unit);

Completed in 8458 milliseconds

1234567891011>>