HomeSort by relevance Sort by last modified time
    Searched refs:min (Results 76 - 100 of 2019) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/libs/hwui/
Texture.h 61 void setFilter(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
64 if (firstFilter || force || min != minFilter || mag != magFilter) {
67 minFilter = min;
74 glTexParameteri(renderTarget, GL_TEXTURE_MIN_FILTER, min);
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_time.h 49 uint16_t min; member in struct:__db_system_time_
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java 74 public void fling(int velocity, int min, int max) {
79 min, max, // minX, maxX
85 public int startScroll(int distance, int min, int max) {
88 int newPosition = Utils.clamp(finalPosition + distance, min, max);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java 29 public boolean setBounds(long min, long max);
InvertedChartAxis.java 34 public boolean setBounds(long min, long max) {
35 return mWrapped.setBounds(min, max);
  /external/antlr/src/org/antlr/runtime/misc/
Stats.java 85 public static int min(int[] X) { method in class:Stats
86 int min = Integer.MAX_VALUE; local
92 if ( X[i] < min ) {
93 min = X[i];
96 return min;
129 public static int min(List<Integer> X) { method in class:Stats
130 int min = Integer.MAX_VALUE; local
136 if ( X.get(i) < min ) {
137 min = X.get(i);
140 return min;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 42 unsigned min, max; /* minimum and maximum code lengths */ local
126 for (min = 1; min <= MAXBITS; min++)
127 if (count[min] != 0) break;
128 if (root < min) root = min;
203 len = min; /* starting code length */
235 min = fill; /* save offset to next table */
266 next += min; /* here min is 1 << curr *
    [all...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.h 66 template <class T> void minmax(T *indices, int count, int *min, int *max) {
67 *min = -1;
71 if (*min == -1 || *ptr < *min) *min = *ptr;
  /external/astl/tests/
test_iostream.cpp 87 cout << "Negative int: " << numeric_limits<int>::min() << endl;
90 cout << "Negative long: " << numeric_limits<long>::min() << endl;
93 cout << "Negative long long: " << numeric_limits<long long>::min() << endl;
98 cout << "Negative double: " << numeric_limits<double>::min() << endl;
100 cout << "Negative float: " << numeric_limits<float>::min() << endl;
  /external/iptables/extensions/
libipt_ah.c 36 print_spis(const char *name, uint32_t min, uint32_t max,
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
43 if (min == max) {
45 printf("%u", min);
48 printf("%u",min);
libxt_esp.c 36 print_spis(const char *name, uint32_t min, uint32_t max,
41 if (min != 0 || max != 0xFFFFFFFF || invert) {
42 if (min == max)
43 printf(" %s:%s%u", name, inv, min);
45 printf(" %ss:%s%u:%u", name, inv, min, max);
  /external/openssl/crypto/bn/
bn_add.c 107 int max,min,dif; local
117 min = b->top;
118 dif = max - min;
130 carry=bn_add_words(rp,ap,bp,min);
131 rp+=min;
132 ap+=min;
133 bp+=min;
168 int max,min,dif; local
179 min = b->top;
180 dif = max - min;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 37 using std::min;
68 float r = min(maxX(), other.maxX());
69 float b = min(maxY(), other.maxY());
92 float l = min(x(), other.x());
93 float t = min(y(), other.y());
110 float left = min(x(), other.x());
111 float top = min(y(), other.y());
128 float left = min(p0.x(), p1.x());
129 float top = min(p0.y(), p1.y());
137 // Helpers for 3- and 4-way max and min
    [all...]
  /external/bluetooth/bluez/compat/
lib.h 29 #ifndef min
30 #define min(a,b) ( (a)<(b) ? (a):(b) ) macro
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 77 if (y1 <= y2 && y1 < axisy.min) {
78 if (y2 < axisy.min) continue; // line segment is outside
80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
81 y1 = axisy.min;
82 } else if (y2 <= y1 && y2 < axisy.min) {
83 if (y1 < axisy.min) continue;
84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1;
85 y2 = axisy.min;
100 if (x1 <= x2 && x1 < axisx.min) {
101 if (x2 < axisx.min) continue
    [all...]
  /external/chromium/net/http/
http_byte_range.cc 62 first_byte_position_ = size - std::min(size, suffix_length_);
68 last_byte_position_ = std::min(size - 1, last_byte_position_);
  /external/icu4c/test/cintltst/
ccaltst.h 75 int32_t hr, int32_t min, int32_t sec, int32_t ms,
84 int32_t hour, int32_t min, int32_t sec, int32_t am_pm);
  /external/icu4c/test/intltest/
caltztst.h 40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
tzregts.h 53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
tztest.h 50 UDate min, UDate max);
56 UDate min, UDate max,
  /external/ppp/pppd/include/
pcap-int.h 102 #ifndef min
103 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
mute_button.edc 35 min: 25 25;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
playpause_button.edc 35 min: 25 25;
  /external/zlib/contrib/infback9/
inftree9.c 42 unsigned min, max; /* minimum and maximum code lengths */ local
120 for (min = 1; min <= MAXBITS; min++)
121 if (count[min] != 0) break;
122 if (root < min) root = min;
196 len = min; /* starting code length */
  /packages/apps/Browser/src/com/android/browser/view/
SnapshotGridView.java 46 widthSize = Math.min(
47 Math.min(numCols, MAX_COLUMNS) * mColWidth,

Completed in 266 milliseconds

1 2 34 5 6 7 8 91011>>