Searched refs:max (Results 276 - 300 of 4319) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/utilities/time/time.traits/time.traits.duration_values/
H A DAndroid.mk27 test_name := utilities/time/time.traits/time.traits.duration_values/max
28 test_src := max.pass.cpp
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstat.c14 if (val > stats->max)
15 stats->max = val;
/external/skia/src/effects/
H A DSkEmbossMask.cpp21 static inline int neq_to_one(int x, int max) { argument
23 return x != max;
25 SkASSERT(x >= 0 && x <= max);
26 return ((unsigned)(x - max)) >> 31;
30 static inline int neq_to_mask(int x, int max) { argument
32 return -(x != max);
34 SkASSERT(x >= 0 && x <= max);
35 return (x - max) >> 31;
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.js47 var tsHi = sliceHits.bounds.max;
79 var max = -Number.MAX_VALUE;
85 startOfLastOccurrence = Math.max(slice.start,
88 max = Math.max(slice.duration, max);
98 max: max,
/external/chromium_org/base/
H A Dhash.h23 if (length > static_cast<size_t>(std::numeric_limits<int>::max())) {
H A Drand_util.h18 // Returns a random number between min and max (inclusive). Thread-safe.
19 BASE_EXPORT int RandInt(int min, int max);
/external/chromium_org/chrome/browser/resources/options/
H A Dsupervised_user_create_confirm.css14 @media only screen and (max-height:400px) {
21 } /* @media only screen and (max-height:400px) */
40 max-width: 600px;
/external/chromium_org/chrome/test/chromedriver/js/
H A Dget_element_region.js42 'left': Math.max(0, centerX - radius),
43 'top': Math.max(0, centerY - radius),
59 maxX = Math.max(maxX, x);
60 maxY = Math.max(maxY, y);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeChooserAndroid.java43 double min, double max, double step,
45 mInputDialogContainer.showDialog(dialogType, dialogValue, min, max, step, suggestions);
53 double min, double max, double step,
59 chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
42 showDialog(int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
49 createDateTimeChooser( ContentViewCore contentViewCore, long nativeDateTimeChooserAndroid, int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dgetdents_helper.cc82 size_t max = dirents_.size() * sizeof(dirent); local
83 if (offs >= max) {
88 if (offs + size >= max)
89 size = max - offs;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_event_emitter.cc12 : fifo_(std::max<size_t>(1, size)) {
/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h21 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \
24 name, min, max, bucket_count, \
38 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \
41 name, min, max, bucket_count, \
/external/chromium_org/net/quic/
H A Dport_suggester.h28 // Generate a pseudo-random int in the inclusive range from |min| to |max|.
30 int SuggestPort(int min, int max);
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl30 [in] int64_t max,
43 [in] int32_t max,
/external/chromium_org/ppapi/proxy/
H A Duma_private_resource.cc45 int64_t max,
53 max,
62 int32_t max,
70 max,
40 HistogramCustomTimes( PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
57 HistogramCustomCounts( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.h47 , m_currentTask(std::numeric_limits<unsigned>::max())
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.h26 void maxMinTest(double a, double b, double exp, UBool max);
/external/chromium_org/third_party/libxml/src/
H A Duri.c1005 int max; local
1010 max = 80;
1011 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1022 if (len >= max) {
1023 max *= 2;
1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1035 if (len >= max) {
1036 max *= 2;
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1051 if (len + 3 >= max) {
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dbuffer_level_filter.cc13 #include <algorithm> // Provide access to std::max.
43 filtered_current_level_ = std::max(0,
/external/chromium_org/tools/site_compare/operators/
H A Dequals.py34 if max(diff.getextrema()) != (0, 0):
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Drepaint_continuously.py14 out after max(60, self.seconds), if less than three RAFs were fired.
35 util.WaitFor(HasMinRafs, max(60 - self._seconds, 0))
/external/chromium_org/v8/test/webkit/
H A Ddfg-min-max.js25 "This tests that Math.min and Math.max for doubles works correctly in the DFG JIT."
33 return Math.max(a, b);
/external/icu/icu4c/source/layout/
H A DThaiLayoutEngine.cpp55 // Input: characters (0..max provided for context)
59 le_int32 ThaiLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool /*rightToLeft*/, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
65 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
/external/icu/icu4c/source/test/intltest/
H A Dtsputil.h26 void maxMinTest(double a, double b, double exp, UBool max);
/external/iptables/extensions/
H A Dlibipt_ah.c36 print_spis(const char *name, uint32_t min, uint32_t max, argument
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
43 if (min == max) {
50 printf("%u",max);

Completed in 796 milliseconds

<<11121314151617181920>>