Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/re2/util/
Darena.cc55 const int waste = kDefaultAlignment - overage; in Reset() local
56 freestart_ += waste; in Reset()
57 remaining_ -= waste; in Reset()
120 const int waste = align - overage; in GetMemoryFallback() local
121 freestart_ += waste; in GetMemoryFallback()
122 if (waste < remaining_) { in GetMemoryFallback()
123 remaining_ -= waste; in GetMemoryFallback()
/external/regex-re2/util/
Darena.cc55 const int waste = kDefaultAlignment - overage; in Reset() local
56 freestart_ += waste; in Reset()
57 remaining_ -= waste; in Reset()
120 const int waste = align - overage; in GetMemoryFallback() local
121 freestart_ += waste; in GetMemoryFallback()
122 if (waste < remaining_) { in GetMemoryFallback()
123 remaining_ -= waste; in GetMemoryFallback()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c202 uint64_t offset = 0, waste = 0; in radeon_bomgr_find_va() local
208 waste = 0; in radeon_bomgr_find_va()
210 waste = offset % alignment; in radeon_bomgr_find_va()
211 waste = waste ? alignment - waste : 0; in radeon_bomgr_find_va()
213 offset += waste; in radeon_bomgr_find_va()
217 if (!waste && hole->size == size) { in radeon_bomgr_find_va()
224 if ((hole->size - waste) > size) { in radeon_bomgr_find_va()
225 if (waste) { in radeon_bomgr_find_va()
227 n->size = waste; in radeon_bomgr_find_va()
231 hole->size -= (size + waste); in radeon_bomgr_find_va()
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c202 uint64_t offset = 0, waste = 0; in radeon_bomgr_find_va() local
208 waste = 0; in radeon_bomgr_find_va()
210 waste = offset % alignment; in radeon_bomgr_find_va()
211 waste = waste ? alignment - waste : 0; in radeon_bomgr_find_va()
213 offset += waste; in radeon_bomgr_find_va()
217 if (!waste && hole->size == size) { in radeon_bomgr_find_va()
224 if ((hole->size - waste) > size) { in radeon_bomgr_find_va()
225 if (waste) { in radeon_bomgr_find_va()
227 n->size = waste; in radeon_bomgr_find_va()
231 hole->size -= (size + waste); in radeon_bomgr_find_va()
[all …]
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAlloc.cpp85 size_t waste = pageSize - (numSlots * size); in partitionBucketNumSystemPages() local
90 waste += sizeof(void*) * numUnfaultedPages; in partitionBucketNumSystemPages()
91 double wasteRatio = (double) waste / (double) pageSize; in partitionBucketNumSystemPages()
/external/chromium_org/ui/gfx/
Dplatform_font_mac.mm152 // an actual font. Don't waste time working out metrics.
/external/openssl/crypto/bn/asm/
Dx86_64-gcc.c177 { BN_ULONG ret,waste; in bn_div_words() local
180 : "=a"(ret),"=d"(waste) in bn_div_words()
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
Dx86_64-gcc.c177 { BN_ULONG ret,waste; in bn_div_words() local
180 : "=a"(ret),"=d"(waste) in bn_div_words()
/external/llvm/docs/
DSphinxQuickstartTemplate.rst132 However, don't waste time fiddling with syntax highlighting when you could
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as73 * parsing, it's slow and a waste of memory to create unique
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DLookaheadStream.m151 // release(marker); // waste of call; it does nothing in this class
/external/libpng/scripts/
Dpnglibconf.dfa440 # gamma processing; and it is an enormous waste of space. You just need to
596 # just a waste of time since all currently approved ICC sRGB profiles have
622 # boundaries if this is switched on, it's a small waste of space
708 # just waste memory) but there may be some point in reducing it below the value
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c1831 float waste = growth - right; in QuadraticPickSeeds() local
1833 if( waste>fWaste ){ in QuadraticPickSeeds()
1836 fWaste = waste; in QuadraticPickSeeds()
/external/qemu-pc-bios/bochs/
Dconfig.h.in162 // after the gui definition so that they don't waste their time trying.
391 // enable it elsewhere, give a compile error so that they don't waste their
/external/chromium_org/v8/test/mjsunit/
Dmjsunit.status70 # No need to waste time for this test.
/external/zlib/src/
DFAQ293 in the universe. It just got to be a waste of time, and some compilers
/external/iproute2/doc/
Dss.sgml13 So, stop reading this now and do not waste your time.
/external/chromium_org/net/data/url_request_unittest/
DBullRunSpeech.txt34 My friends are a little more nervous than I am. Don't you waste any sympathy on me. I have had an A…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg332 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg264 * any of the normal memoization stuff in here either; it's a waste.
/external/libvpx/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm642 ;# of a waste. So this is an even uglier way to get around that.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg253 * any of the normal memoization stuff in here either; it's a waste.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg249 * any of the normal memoization stuff in here either; it's a waste.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm642 ;# of a waste. So this is an even uglier way to get around that.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg299 * any of the normal memoization stuff in here either; it's a waste.

123