Searched refs:max_value (Results 1 - 15 of 15) sorted by relevance

/external/webp/src/dsp/
H A Dyuv.c27 static WEBP_INLINE uint8_t clip(int v, int max_value) { argument
28 return v < 0 ? 0 : v > max_value ? max_value : v;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum.cc66 const EnumValueDescriptor* max_value = descriptor_->value(0); local
80 if (descriptor_->value(i)->number() > max_value->number()) {
81 max_value = descriptor_->value(i);
89 vars["max_name"] = max_value->name();
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc564 bool Tokenizer::ParseInteger(const string& text, uint64 max_value, argument
590 if (digit > max_value || result > (max_value - digit) / base) {
H A Dtokenizer.h151 // greater than max_value. Otherwise, returns true and sets *output to the
155 static bool ParseInteger(const string& text, uint64 max_value,
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc177 bool Parser::ConsumeInteger64(uint64 max_value, uint64* output, argument
180 if (!io::Tokenizer::ParseInteger(input_->current().text, max_value,
547 uint64 max_value = kint64max; local
551 max_value = kint32max;
558 ++max_value;
562 DO(ConsumeInteger64(max_value, &value, "Expected integer."));
572 uint64 max_value = kuint64max; local
575 max_value = kuint32max;
584 DO(ConsumeInteger64(max_value, &value, "Expected integer."));
719 uint64 max_value local
[all...]
H A Dparser.h165 // is greater than max_value, an error will be reported.
166 bool ConsumeInteger64(uint64 max_value, uint64* output, const char* error);
/external/webkit/Source/WebCore/html/canvas/
H A DCheckedInt.h310 const T max_value = integer_traits<T>::max(); local
317 return x <= max_value / y;
324 return y >= max_value / x;
334 const T max_value = integer_traits<T>::max(); local
336 return x <= max_value / y;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXvlib.h68 int max_value; member in struct:__anon10563
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc489 bool ConsumeUnsignedInteger(uint64* value, uint64 max_value) { argument
496 max_value, value)) {
510 bool ConsumeSignedInteger(int64* value, uint64 max_value) { argument
517 ++max_value;
522 DO(ConsumeUnsignedInteger(&unsigned_value, max_value));
/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1399 WebRtc_Word16 max_value = 0; local
1449 max_value = tmp16no1;
1453 max_value = tmp16no2;
1458 if ((max_value >> 2) > min_value)
1462 } else if ((max_value >> 1) > min_value)
1471 tmp16no1 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(max_value,
/external/opencv/cv/include/
H A Dcv.h846 float* min_value, float* max_value,
941 #define CV_THRESH_BINARY 0 /* value = value > threshold ? max_value : 0 */
942 #define CV_THRESH_BINARY_INV 1 /* value = value > threshold ? 0 : max_value */
954 double threshold, double max_value,
965 CVAPI(void) cvAdaptiveThreshold( const CvArr* src, CvArr* dst, double max_value,
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc1269 int max_value = -1; local
1273 if (value > max_value)
1274 max_value = value;
1276 return max_value + 1;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c846 ret[i].max_value = Info.max;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2855 milliseconds