HomeSort by relevance Sort by last modified time
    Searched full:waste (Results 1 - 25 of 365) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/allocator/
allocator_extension.h 17 // Request the allocator to report value of its waste memory size.
18 // Waste size corresponds to memory that has been allocated from the OS but
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 202 uint64_t offset = 0, waste = 0; local
208 waste = 0;
210 waste = offset % alignment;
211 waste = waste ? alignment - waste : 0;
213 offset += waste;
217 if (!waste && hole->size == size) {
224 if ((hole->size - waste) > size) {
225 if (waste) {
    [all...]
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_bo.c 202 uint64_t offset = 0, waste = 0; local
208 waste = 0;
210 waste = offset % alignment;
211 waste = waste ? alignment - waste : 0;
213 offset += waste;
217 if (!waste && hole->size == size) {
224 if ((hole->size - waste) > size) {
225 if (waste) {
    [all...]
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_receiver.cc 21 // Don't waste resources by sending a feedback frame for only one packet.
  /external/chromium_org/third_party/re2/util/
arena.cc 55 const int waste = kDefaultAlignment - overage; local
56 freestart_ += waste;
57 remaining_ -= waste;
120 const int waste = align - overage; local
121 freestart_ += waste;
122 if (waste < remaining_) {
123 remaining_ -= waste;
  /external/regex-re2/util/
arena.cc 55 const int waste = kDefaultAlignment - overage; local
56 freestart_ += waste;
57 remaining_ -= waste;
120 const int waste = align - overage; local
121 freestart_ += waste;
122 if (waste < remaining_) {
123 remaining_ -= waste;
  /external/chromium_org/chrome/browser/net/
timed_cache.h 18 // waste to preconnect when the original navigation was too long ago. Any
sdch_dictionary_fetcher.h 82 // dictionary at most once from a given URL (so that it doesn't waste
  /external/chromium_org/third_party/leveldatabase/src/util/
arena.cc 32 // We waste the remaining space in the current block.
  /external/bzip2/
spewG.c 8 Real Files; it'll just waste a lot of CPU time :-)
  /external/chromium_org/sync/notifier/
dropped_invalidation_tracker.h 58 // invalidation state again on the next restart. It would be a waste of time
  /external/dropbear/libtommath/
pretty.build 4 # Total waste of development time...
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log2f.c 71 * expression have type float_t, so return is forced to waste
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 80 // dictionary at most once from a given URL (so that it doesn't waste
  /external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_search_provider.cc 71 // file, we shouldn't send it. Sending such things is a waste of time and a
  /external/chromium_org/chrome/common/extensions/docs/server2/
chained_compiled_file_system.py 23 they patch. Re-compiling data is expensive and a waste of memory resources.
  /external/chromium_org/content/renderer/media/
audio_renderer_mixer_manager.cc 56 // resampling, so don't waste cycles on it here.
  /external/chromium_org/ui/gfx/
color_utils.h 71 // NOTE: This won't do anything but waste time if the supplied foreground color
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 187 // And in that case ByValRegs[1].Waste would be "true".
198 Begin(B), End(E), Waste(IsWaste) {}
209 bool Waste;
381 // Goes either to next byval parameter (excluding "waste" record), or
  /external/protobuf/src/google/protobuf/
message_unittest.cc 72 // like a waste of time.
134 // like a waste of time.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message_unittest.cc 72 // like a waste of time.
134 // like a waste of time.
  /external/elfutils/libelf/
elf32_getphdr.c 77 need to waste any more time here. */
246 * set, too. No need to waste any more time here. */
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 73 * parsing, it's slow and a waste of memory to create unique
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeNodeStream.cs 96 * parsing, it's slow and a waste of memory to create unique
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeNodeStream.cs 102 * parsing, it's slow and a waste of memory to create unique

Completed in 3130 milliseconds

1 2 3 4 5 6 7 8 91011>>