Home
last modified time | relevance | path

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

12

/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/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/boringssl/src/crypto/bn/asm/
Dx86_64-gcc.c190 BN_ULONG ret, waste; in bn_div_words() local
192 asm("divq %4" : "=a"(ret), "=d"(waste) : "a"(l), "d"(h), "g"(d) : "cc"); in bn_div_words()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DLookaheadStream.m151 // release(marker); // waste of call; it does nothing in this class
/external/llvm/docs/
DSphinxQuickstartTemplate.rst132 However, don't waste time fiddling with syntax highlighting when you could
DProgrammersManual.rst699 allocate lots of them (doing so will waste a lot of space). As such,
740 vector itself (which would waste space for elements that aren't in the
1383 key/value pairs (it starts with 64 by default), it will waste a lot of space if
DSourceLevelDebugging.rst715 its inconsistent and useless public-only name content making it a waste of
/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/libpng/scripts/
Dpnglibconf.dfa444 # gamma processing; and it is an enormous waste of space. You just need to
601 # just a waste of time since all currently approved ICC sRGB profiles have
627 # 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/v8/test/mjsunit/
Dmjsunit.status142 # 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/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/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dreference.txt391 the document is up to date then it doesn't want to waste the
/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/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/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/Ruby/
DRuby.stg269 * memoization stuff in here either; it's a waste. As
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg274 * 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/Python/
DPython.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/Java/
DJava.stg299 * 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/Delphi/
DDelphi.stg499 * 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/CSharp2/
DCSharp2.stg422 * 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/CSharp3/
DCSharp3.stg404 * 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/ObjC/
DObjC.stg766 * any of the normal memoization stuff in here either; it's a waste.

12