/external/regex-re2/util/ |
D | arena.cc | 55 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/ |
D | radeon_drm_bo.c | 202 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/ |
D | x86_64-gcc.c | 190 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/ |
D | LookaheadStream.m | 151 // release(marker); // waste of call; it does nothing in this class
|
/external/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 132 However, don't waste time fiddling with syntax highlighting when you could
|
D | ProgrammersManual.rst | 699 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
|
D | SourceLevelDebugging.rst | 715 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/ |
D | TreeNodeStream.as | 73 * parsing, it's slow and a waste of memory to create unique
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 444 # 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/ |
D | mjsunit.status | 142 # No need to waste time for this test.
|
/external/zlib/src/ |
D | FAQ | 293 in the universe. It just got to be a waste of time, and some compilers
|
/external/iproute2/doc/ |
D | ss.sgml | 13 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/ |
D | CPP.stg | 332 * any of the normal memoization stuff in here either; it's a waste.
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | reference.txt | 391 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/ |
D | ActionScript.stg | 249 * 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/ |
D | Perl5.stg | 264 * 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/ |
D | JavaScript.stg | 253 * 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/ |
D | Ruby.stg | 269 * memoization stuff in here either; it's a waste. As
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 274 * 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/ |
D | Python.stg | 332 * 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/ |
D | Java.stg | 299 * 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/ |
D | Delphi.stg | 499 * 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/ |
D | CSharp2.stg | 422 * 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/ |
D | CSharp3.stg | 404 * 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/ |
D | ObjC.stg | 766 * any of the normal memoization stuff in here either; it's a waste.
|