Searched refs:min (Results 76 - 100 of 1506) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
H A Dplaypause_button.edc35 min: 25 25;
/external/webkit/Source/WebCore/platform/graphics/
H A DColor.cpp53 return 0xFF000000 | max(0, min(r, 255)) << 16 | max(0, min(g, 255)) << 8 | max(0, min(b, 255));
58 return max(0, min(a, 255)) << 24 | max(0, min(r, 255)) << 16 | max(0, min(g, 255)) << 8 | max(0, min(b, 255));
64 return max(0, min(static_cast<int>(lroundf(255.0f * f)), 255));
266 float multiplier = min(1.0f, v + 0.33f) / v;
370 double min
[all...]
H A DIntRect.cpp33 using std::min;
61 int r = min(maxX(), other.maxX());
62 int b = min(maxY(), other.maxY());
88 int l = min(x(), other.x());
89 int t = min(y(), other.y());
109 int left = min(x(), other.x());
110 int top = min(y(), other.y());
/external/chromium/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.css13 /* min-width and max-width are used by the split pane. */
14 min-width: 50px;
23 min-width: 100%;
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h17 __u32 min; member in struct:xt_u32_value_element
/external/llvm/include/llvm/ADT/
H A Dedit_distance.h77 Current[x] = std::min(
79 std::min(Current[x-1], Previous[x])+1);
83 else Current[x] = std::min(Current[x-1], Previous[x]) + 1;
85 BestThisRow = std::min(BestThisRow, Current[x]);
/external/regex-re2/re2/
H A Dsimplify.cc122 // Simplifies the expression re{min,max} in terms of *, +, and ?.
125 static Regexp* SimplifyRepeat(Regexp* re, int min, int max,
307 // Simplifies the expression re{min,max} in terms of *, +, and ?.
313 Regexp* SimplifyWalker::SimplifyRepeat(Regexp* re, int min, int max, argument
318 if (min == 0)
322 if (min == 1)
327 nre->AllocSub(min);
328 VLOG(1) << "Simplify " << min;
330 for (int i = 0; i < min-1; i++)
332 nre_subs[min
[all...]
/external/astl/tests/
H A Dtest_limits.cpp49 EXPECT_TRUE(std::numeric_limits<float>::min() == __FLT_MIN__);
50 EXPECT_TRUE(std::numeric_limits<double>::min() == __DBL_MIN__);
51 EXPECT_TRUE(std::numeric_limits<long>::min() == LONG_MIN);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHKeyGeneratorHelper.java30 BigInteger min = TWO;
34 min = ONE.shiftLeft(m - 1);
44 return BigIntegers.createRandomInRange(min, max, random);
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_counter.js58 * Obtains min, max, avg, values, start, and end for different series for
63 * {min: minVal, max: maxVal, avg: avgVal, start: startVal, end: endVal}
79 var min = Number.MAX_VALUE;
84 min = Math.min(this.getSampleValue(x, i), min);
92 ret.push({min: min,
/external/dropbear/libtommath/
H A Dbn_s_mp_sub.c22 int olduse, res, min, max; local
25 min = b->used;
48 for (i = 0; i < min; i++) {
/external/easymock/src/org/easymock/internal/
H A DResults.java72 int min = 0, max = 0;
75 min += interval.getMinimum();
83 return new Range(min, max);
/external/guava/guava/src/com/google/common/io/
H A DLimitInputStream.java52 return (int) Math.min(in.available(), left);
78 len = (int) Math.min(len, left);
99 n = Math.min(n, left);
/external/skia/include/effects/
H A DSkTableMaskFilter.h33 /** Utility that creates a clipping table: clamps values below min to 0
36 static void MakeClipTable(uint8_t table[256], uint8_t min, uint8_t max);
44 static SkTableMaskFilter* CreateClip(uint8_t min, uint8_t max) { argument
46 MakeClipTable(table, min, max);
/external/skia/src/core/
H A DSkDeviceProfile.cpp10 static float pin(float value, float min, float max) { argument
11 if (value < min) {
12 value = min;
/external/stlport/test/unit/
H A Dlimits_test.cpp77 CHECK_COND(lim::min() < lim::max());
78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim::is_signed && (lim::min() == 0)))) ||
98 _Tp tmp = lim::min();
99 CHECK_COND( --tmp > lim::min() );
132 CHECK_COND(lim::min() > 0);
133 CHECK_COND(lim::min() < 0.001);
144 CHECK_COND(lim::denorm_min() == lim::min());
145 _Tp tmp = lim::min();
147 if (tmp > 0 && tmp < lim::min()) {
[all...]
/external/webkit/Tools/DumpRenderTree/
H A Dconfig.h91 // We want to use std::min and std::max
94 #undef min macro
95 #define min min macro
/external/freetype/src/psnames/
H A Dpsmodule.c400 PS_UniMap *min, *max, *mid, *result = NULL; local
405 min = table->maps;
406 max = min + table->num_maps - 1;
408 while ( min <= max )
413 mid = min + ( ( max - min ) >> 1 );
426 if ( min == max )
430 min = mid + 1;
451 FT_UInt min = 0; local
458 while ( min < ma
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-snprintf.c183 char *value, int flags, int min, int max);
185 LLONG value, int base, int min, int max, int flags);
187 LDOUBLE fvalue, int min, int max, int flags);
196 int min; local
207 currlen = flags = cflags = min = 0;
252 min = 10*min + char_to_int (ch);
255 min = va_arg (args, int);
320 value, 10, min, max, flags) == -1)
334 8, min, ma
472 fmtstr(char *buffer, size_t *currlen, size_t maxlen, char *value, int flags, int min, int max) argument
513 fmtint(char *buffer, size_t *currlen, size_t maxlen, LLONG value, int base, int min, int max, int flags) argument
673 fmtfp(char *buffer, size_t *currlen, size_t maxlen, LDOUBLE fvalue, int min, int max, int flags) argument
[all...]
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddfa.py49 eot, eof, min, max, accept, special, transition
57 self.min = min
95 #print "range = %d..%d" % (self.min[s], self.max[s])
97 if c >= self.min[s] and c <= self.max[s]:
99 snext = self.transition[s][c-self.min[s]]
/external/iptables/extensions/
H A Dlibip6t_ah.c54 print_spis(const char *name, uint32_t min, uint32_t max, argument
59 if (min != 0 || max != 0xFFFFFFFF || invert) {
60 if (min == max)
61 printf("%s:%s%u", name, inv, min);
63 printf("%ss:%s%u:%u", name, inv, min, max);
/external/libxml2/include/libxml/
H A Dxmlautomata.h81 int min,
90 int min,
98 int min,
107 int min,
131 int min,
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/scrollbar/
H A Dscrollbar.edc23 min: 0 0; /* if > 0, this is the minimum size that will be allocated.
84 min: 10 0;
116 min: 1 30;
135 min: 5 5;
155 min: 5 5;
200 min: 0 0; /* if > 0, this is the minimum size that will be allocated.
262 min: 0 10;
293 min: 30 1;
313 min: 5 5;
333 min
[all...]
/external/clang/test/Analysis/
H A Dadditive-folding.cpp146 int min = INT_MIN; local
149 clang_analyzer_eval(a == max && b != min); // expected-warning{{FALSE}}
154 int min = INT_MIN; local
157 clang_analyzer_eval((a - 2) > (min - 1LL)); // expected-warning{{TRUE}}
163 int min = INT_MIN; local
166 clang_analyzer_eval((a - 2) >= (min - 1LL)); // expected-warning{{TRUE}}
167 clang_analyzer_eval((a - 2LL) >= min); // expected-warning{{UNKNOWN}}
/external/openssh/
H A Dkexgexs.c61 int omin = -1, min = -1, omax = -1, max = -1, onbits = -1, nbits = -1; local
80 omin = min = packet_get_int();
83 min = MAX(DH_GRP_MIN, min);
92 omin = min = DH_GRP_MIN;
105 dh = PRIVSEP(choose_dh(min, nbits, max));
163 omin = min = omax = max = -1;

Completed in 5892 milliseconds

1234567891011>>