HomeSort by relevance Sort by last modified time
    Searched refs:waste (Results 1 - 17 of 17) sorted by null

  /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/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/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 68 // some number of system pages. The only waste is the waste associated with
72 // so small that the waste would be tiny with just 4, or 1, system pages.
85 size_t waste = pageSize - (numSlots * size); local
90 waste += sizeof(void*) * numUnfaultedPages;
91 double wasteRatio = (double) waste / (double) pageSize;
    [all...]
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 11 * and doesn't waste resources. When a web page or web app makes a speech
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86_64-gcc.c 179 BN_ULONG ret, waste; local
181 asm("divq %4" : "=a"(ret), "=d"(waste) : "a"(l), "d"(h), "g"(d) : "cc");
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 177 { BN_ULONG ret,waste; local
180 : "=a"(ret),"=d"(waste)
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c 1831 float waste = growth - right; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 307 * Schedule it after a short delay so that we don't waste a lot of time
321 * Schedule it after a short delay so that we don't waste a lot of time
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 642 ;# of a waste. So this is an even uglier way to get around that.
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_view.js 344 // would be a waste. Hijack the load instead by overriding the callback.
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 642 ;# of a waste. So this is an even uglier way to get around that.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 642 ;# of a waste. So this is an even uglier way to get around that.
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 421 /// parsing, it's slow and a waste of memory to create unique
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1194 milliseconds