/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw_arrays.c | 135 unsigned smallest = 0; in retrieve_or_generate_indices() local 141 smallest = i; in retrieve_or_generate_indices() 144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) in retrieve_or_generate_indices() 146 smallest = i; in retrieve_or_generate_indices() 151 assert (smallest != IDX_CACHE_MAX); in retrieve_or_generate_indices() 153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer, in retrieve_or_generate_indices() 158 smallest, smallest_size); in retrieve_or_generate_indices() 160 i = smallest; in retrieve_or_generate_indices()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_draw_arrays.c | 135 unsigned smallest = 0; in retrieve_or_generate_indices() local 141 smallest = i; in retrieve_or_generate_indices() 144 else if (hwtnl->index_cache[prim][i].gen_nr < smallest) in retrieve_or_generate_indices() 146 smallest = i; in retrieve_or_generate_indices() 151 assert (smallest != IDX_CACHE_MAX); in retrieve_or_generate_indices() 153 pipe_resource_reference( &hwtnl->index_cache[prim][smallest].buffer, in retrieve_or_generate_indices() 158 smallest, smallest_size); in retrieve_or_generate_indices() 160 i = smallest; in retrieve_or_generate_indices()
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
D | merger.cc | 156 IteratorWrapper* smallest = NULL; in FindSmallest() local 160 if (smallest == NULL) { in FindSmallest() 161 smallest = child; in FindSmallest() 162 } else if (comparator_->Compare(child->key(), smallest->key()) < 0) { in FindSmallest() 163 smallest = child; in FindSmallest() 167 current_ = smallest; in FindSmallest()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | version_set_test.cc | 25 void Add(const char* smallest, const char* largest, in Add() argument 30 f->smallest = InternalKey(smallest, smallest_seq, kTypeValue); in Add() 41 bool Overlaps(const char* smallest, const char* largest) { in Overlaps() argument 43 Slice s(smallest != NULL ? smallest : ""); in Overlaps() 46 (smallest != NULL ? &s : NULL), in Overlaps()
|
D | version_set.cc | 123 ucmp->Compare(*user_key, f->smallest.user_key()) < 0); in BeforeFile() 303 if (ucmp->Compare(user_key, f->smallest.user_key()) >= 0 && in ForEachOverlapping() 326 if (ucmp->Compare(user_key, f->smallest.user_key()) < 0) { in ForEachOverlapping() 368 if (ucmp->Compare(user_key, f->smallest.user_key()) >= 0 && in Get() 386 if (ucmp->Compare(user_key, tmp2->smallest.user_key()) < 0) { in Get() 554 const Slice file_start = f->smallest.user_key(); in GetOverlappingInputs() 596 r.append(files[i]->smallest.DebugString()); in DebugString() 615 int r = internal_comparator->Compare(f1->smallest, f2->smallest); in operator ()() 751 const InternalKey& this_begin = v->files_[level][i]->smallest; in SaveTo() 772 f->smallest) < 0); in MaybeAddFile() [all …]
|
D | version_edit.h | 22 InternalKey smallest; // Smallest internal key served by table member 64 const InternalKey& smallest, in AddFile() argument 69 f.smallest = smallest; in AddFile()
|
D | version_edit.cc | 83 PutLengthPrefixedSlice(dst, f.smallest.Encode()); in EncodeTo() 187 GetInternalKey(&input, &f.smallest) && in DecodeFrom() 258 r.append(f.smallest.DebugString()); in DebugString()
|
D | version_set.h | 280 InternalKey* smallest, 285 InternalKey* smallest,
|
D | builder.cc | 36 meta->smallest.DecodeFrom(iter->key()); in BuildTable()
|
D | db_impl.cc | 64 InternalKey smallest, largest; member 487 const Slice min_user_key = meta.smallest.user_key(); in WriteLevel0Table() 493 meta.smallest, meta.largest); in WriteLevel0Table() 692 f->smallest, f->largest); in BackgroundCompaction() 767 out.smallest.Clear(); in OpenCompactionOutputFile() 850 out.number, out.file_size, out.smallest, out.largest); in InstallCompactionResults() 960 compact->current_output()->smallest.DecodeFrom(key); in DoCompactionWork()
|
D | repair.cc | 299 t.meta.smallest.DecodeFrom(key); in ScanTable() 400 t.meta.smallest, t.meta.largest); in WriteDescriptor()
|
/external/speex/libspeex/ |
D | stereo.c | 151 spx_word32_t largest, smallest; in speex_encode_stereo_int() local 178 smallest = e_right; in speex_encode_stereo_int() 182 smallest = e_left; in speex_encode_stereo_int() 189 smallest = VSHR32(smallest, shift); in speex_encode_stereo_int() 190 balance = DIV32(largest, ADD32(smallest, 1)); in speex_encode_stereo_int() 195 balance=(largest+1.)/(smallest+1.); in speex_encode_stereo_int()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
D | sce4.asm | 2 [allocstack 8] ; smallest value 3 [setframe rbp, 0] ; smallest value
|
D | sce4.masm | 5 .allocstack 8 ; smallest value 6 .setframe rbp, 0 ; smallest value
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
D | leveldb_transaction.cc | 378 LevelDBIterator* smallest = 0; in SetCurrentIteratorToSmallestKey() local 381 smallest = data_iterator_.get(); in SetCurrentIteratorToSmallestKey() 384 if (!smallest || in SetCurrentIteratorToSmallestKey() 385 comparator_->Compare(db_iterator_->Key(), smallest->Key()) < 0) in SetCurrentIteratorToSmallestKey() 386 smallest = db_iterator_.get(); in SetCurrentIteratorToSmallestKey() 389 current_ = smallest; in SetCurrentIteratorToSmallestKey()
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
D | goobsdiff.c | 254 char smallest; in make_small() local 256 smallest = 1; in make_small() 264 smallest = 2; in make_small() 283 smallest = 3; in make_small() 311 smallest = 4; in make_small() 325 if (smallest != 1) { in make_small() 329 return smallest; in make_small()
|
D | README.chromium | 47 which is smallest. This often results in a net reduction in patch size of
|
/external/chromium_org/third_party/bintrees/ |
D | README.txt | 115 …* ceiling_item(key) -> get (k, v) pair, where k is the smallest key greater than or equal to key, … 116 * ceiling_key(key) -> k, get the smallest key greater than or equal to key, O(log(n)) 123 * min_item() -> get smallest (key, value) pair of T, O(log(n)) 124 * min_key() -> get smallest key of T, O(log(n)) 128 * nsmallest(i[,pop]) -> get list of i smallest items (k, v), O(i*log(n))
|
/external/llvm/test/CodeGen/AArch64/ |
D | setcc-takes-i32.ll | 8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_pixels.c | 316 unsigned int smallest; in SDL_FindColor() local 322 smallest = ~0; in SDL_FindColor() 328 if ( distance < smallest ) { in SDL_FindColor() 333 smallest = distance; in SDL_FindColor()
|
/external/bison/data/ |
D | java.m4 | 102 # Return the smallest int type able to handle numbers ranging from 111 # Return the smallest int type able to handle numbers ranging from
|
/external/skia/tests/ |
D | PathOpsSkpClipTest.cpp | 293 int smallest = SK_MaxS32; in addError() local 296 if (smallest > data->fError[index]) { in addError() 297 smallest = data->fError[index]; in addError()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-08.ll | 109 ; Like f1 but with a frame that is 8 bytes bigger. This is the smallest 176 ; Like f2 but with a frame that is 8 bytes bigger. This is the smallest 245 ; This is the smallest frame size for which the prepatory increment for
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 57 // smallest that still produces the effect while minimizing jank. Smaller
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 58 // smallest that still produces the effect while minimizing jank. Smaller
|