Searched refs:min_value (Results 1 - 18 of 18) sorted by relevance

/external/chromium/base/test/
H A Dtest_timeouts.cc16 // 2) min_value.
18 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
27 *value = std::max(*value, min_value);
/external/chromium_org/base/test/
H A Dtest_timeouts.cc28 // 2) min_value.
31 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
41 *value = std::max(*value, min_value);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc65 const EnumValueDescriptor* min_value = descriptor_->value(0); local
77 if (descriptor_->value(i)->number() < min_value->number()) {
78 min_value = descriptor_->value(i);
88 vars["min_name"] = min_value->name();
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc65 const EnumValueDescriptor* min_value = descriptor_->value(0); local
77 if (descriptor_->value(i)->number() < min_value->number()) {
78 min_value = descriptor_->value(i);
88 vars["min_name"] = min_value->name();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
514 *(uint32_t*)min_value = 48;
518 *(uint32_t*)min_value = 48;
523 *(uint32_t*)min_value = 0;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
576 *(float*)min_value = 0.f;
580 *(float*)min_value = -1.f;
584 *(uint8_t*)min_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dquery.c499 void *min_value, void *max_value)
507 if (!(min_value && max_value))
514 *(uint32_t*)min_value = 48;
518 *(uint32_t*)min_value = 48;
523 *(uint32_t*)min_value = 0;
567 void *min_value, void *max_value)
569 if (!(min_value && max_value))
576 *(float*)min_value = 0.f;
580 *(float*)min_value = -1.f;
584 *(uint8_t*)min_value
498 vlVdpVideoMixerQueryParameterValueRange(VdpDevice device, VdpVideoMixerParameter parameter, void *min_value, void *max_value) argument
566 vlVdpVideoMixerQueryAttributeValueRange(VdpDevice device, VdpVideoMixerAttribute attribute, void *min_value, void *max_value) argument
[all...]
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc42 int min_value,
48 int_value >= min_value && int_value <= max_value) {
61 float min_value,
67 double_value >= min_value && double_value <= max_value) {
39 GetSwitchValueAsInt( const CommandLine& command_line, const std::string& switch_string, int min_value, int max_value, int* result) argument
58 GetSwitchValueAsFloat( const CommandLine& command_line, const std::string& switch_string, float min_value, float max_value, float* result) argument
/external/chromium_org/ui/base/x/
H A Ddevice_data_manager.cc532 double min_value; local
533 if (GetDataRange(deviceid, type, &min_value, &max_value)) {
534 *value = (*value - min_value) / (max_value - min_value);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h67 int min_value; member in struct:__anon24443
/external/chromium_org/cc/output/
H A Drender_surface_filters.cc170 SkScalar min_value = row[4] / 255.f; local
175 min_value += row[i];
177 return (max_value > 1.f) || (min_value < 0.f);
/external/chromium_org/ash/launcher/
H A Dlauncher_view.h155 // at least |min_value|. Returns the index past the last panel if none fit.
156 int DetermineFirstVisiblePanelIndex(int min_value) const;
H A Dlauncher_view.cc859 int LauncherView::DetermineFirstVisiblePanelIndex(int min_value) const {
866 view_model_->ideal_bounds(index).bottom()) < min_value) {
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1400 WebRtc_Word16 min_value = 0; local
1450 min_value = tmp16no2;
1454 min_value = tmp16no1;
1458 if ((max_value >> 2) > min_value)
1462 } else if ((max_value >> 1) > min_value)
1474 tmp16no2 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(min_value,
/external/chromium_org/third_party/libva/va/
H A Dva.h2050 int min_value; member in struct:_VADisplayAttribute
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c845 ret[i].min_value = Info.min;
/external/opencv/cv/include/
H A Dcv.h846 float* min_value, float* max_value,
/external/v8/src/arm/
H A Dstub-cache-arm.cc3939 int32_t min_value = is_signed_type ? 0x80000000 : 0x00000000; local
3963 __ mov(r5, Operand(min_value), LeaveCC, ge);
/external/v8/src/mips/
H A Dstub-cache-mips.cc3981 int32_t min_value = is_signed_type ? 0x80000000 : 0x00000000; local
4006 __ li(t2, min_value);

Completed in 579 milliseconds