HomeSort by relevance Sort by last modified time
    Searched refs:smallest (Results 1 - 25 of 45) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
bounds.hpp 28 static N smallest() { return static_cast<N>(1); } function in class:boost::numeric::boundsdetail::Integral
40 static N smallest() { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } function in class:boost::numeric::boundsdetail::Float
  /external/chromium_org/third_party/leveldatabase/src/db/
version_edit.h 22 InternalKey smallest; // Smallest internal key served by table member in struct:leveldb::FileMetaData
61 // REQUIRES: "smallest" and "largest" are smallest and largest keys in file
64 const InternalKey& smallest,
69 f.smallest = smallest;
version_set_test.cc 25 void Add(const char* smallest, const char* largest,
30 f->smallest = InternalKey(smallest, smallest_seq, kTypeValue);
41 bool Overlaps(const char* smallest, const char* largest) {
43 Slice s(smallest != NULL ? smallest : "");
46 (smallest != NULL ? &s : NULL),
version_set.cc 123 ucmp->Compare(*user_key, f->smallest.user_key()) < 0);
303 if (ucmp->Compare(user_key, f->smallest.user_key()) >= 0 &&
326 if (ucmp->Compare(user_key, f->smallest.user_key()) < 0) {
368 if (ucmp->Compare(user_key, f->smallest.user_key()) >= 0 &&
386 if (ucmp->Compare(user_key, tmp2->smallest.user_key()) < 0) {
554 const Slice file_start = f->smallest.user_key();
596 r.append(files[i]->smallest.DebugString());
610 // Helper to sort by v->files_[file_number].smallest
615 int r = internal_comparator->Compare(f1->smallest, f2->smallest);
    [all...]
builder.cc 36 meta->smallest.DecodeFrom(iter->key());
version_edit.cc 83 PutLengthPrefixedSlice(dst, f.smallest.Encode());
187 GetInternalKey(&input, &f.smallest) &&
258 r.append(f.smallest.DebugString());
version_set.h 39 // Return the smallest index i such that files[i]->largest >= key.
47 // [*smallest,*largest].
48 // smallest==NULL represents a key smaller than all keys in the DB.
280 InternalKey* smallest,
285 InternalKey* smallest,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce4.asm 2 [allocstack 8] ; smallest value
3 [setframe rbp, 0] ; smallest value
  /external/chromium_org/third_party/leveldatabase/src/table/
merger.cc 65 // the smallest child and key() == current_->key(). Otherwise,
156 IteratorWrapper* smallest = NULL; local
160 if (smallest == NULL) {
161 smallest = child;
162 } else if (comparator_->Compare(child->key(), smallest->key()) < 0) {
163 smallest = child;
167 current_ = smallest;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_arrays.c 135 unsigned smallest = 0; local
141 smallest = i;
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest)
146 smallest = i;
151 assert (smallest != IDX_CACHE_MAX);
153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer,
157 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
158 smallest, smallest_size);
160 i = smallest;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 135 unsigned smallest = 0; local
141 smallest = i;
144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest)
146 smallest = i;
151 assert (smallest != IDX_CACHE_MAX);
153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer,
157 debug_printf("%s discard smallest %d/%d\n", __FUNCTION__,
158 smallest, smallest_size);
160 i = smallest;
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 161 Point smallest = new Point(); local
163 display.getCurrentSizeRange(smallest, largest);
165 assertEquals(SECONDARY_DISPLAY_WIDTH, smallest.x);
166 assertEquals(SECONDARY_DISPLAY_HEIGHT, smallest.y);
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 73 String smallest = ""; local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = ""; local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
  /packages/apps/Music/src/com/android/music/
SortCursor.java 73 String smallest = ""; local
78 if (mCursor == null || current.compareToIgnoreCase(smallest) < 0) {
79 smallest = current;
155 String smallest = ""; local
162 if (smallestIdx < 0 || current.compareToIgnoreCase(smallest) < 0) {
163 smallest = current;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 249 double smallest = 100; local
259 if (size <= smallest) {
260 smallest = size;
265 double inchesPerBucket = (biggest - smallest) / bucketCount;
268 int overriddenBucket = (int) ((overriddenSize - smallest) / inchesPerBucket);
270 double from = inchesPerBucket * bucket + smallest;
  /external/speex/libspeex/
stereo.c 151 spx_word32_t largest, smallest; local
178 smallest = e_right;
182 smallest = e_left;
189 smallest = VSHR32(smallest, shift);
190 balance = DIV32(largest, ADD32(smallest, 1));
195 balance=(largest+1.)/(smallest+1.);
216 /*fprintf (stderr, "%d %d %d %d\n", largest, smallest, balance_id, e_ratio);*/
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_transaction.cc 378 LevelDBIterator* smallest = 0; local
381 smallest = data_iterator_.get();
384 if (!smallest ||
385 comparator_->Compare(db_iterator_->Key(), smallest->Key()) < 0)
386 smallest = db_iterator_.get();
389 current_ = smallest;
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 238 /* Recompress buf of size buf_len using bzip2 or gzip. The smallest version is
239 * used. The original uncompressed variant may be the smallest. Returns a
242 * smallest, it is freed. The caller must free any buf after this function
254 char smallest; local
256 smallest = 1;
264 smallest = 2;
283 smallest = 3;
311 smallest = 4;
325 if (smallest != 1) {
329 return smallest;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 936 int smallest = iterator.next().mY1; local
947 int smallest = iterator.next().mX1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 245 # smallest (after an empty one) acceptable layout
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
247 self.assertEqual(smallest,
249 self.assertEqual(smallest[0], 'a')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 245 # smallest (after an empty one) acceptable layout
246 smallest = ttk._format_layoutlist([('a', None)], indent=0)
247 self.assertEqual(smallest,
249 self.assertEqual(smallest[0], 'a')
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c 316 unsigned int smallest; local
322 smallest = ~0;
328 if ( distance < smallest ) {
333 smallest = distance;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py 838 smallest = 1e10
845 smallest = min(x, smallest)
852 (avg, stddev, smallest, largest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py 838 smallest = 1e10
845 smallest = min(x, smallest)
852 (avg, stddev, smallest, largest)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-326.js 35 assertEquals(37, nonArray[0], "sort smallest first");

Completed in 1712 milliseconds

1 2