/external/chromium_org/third_party/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/wtf/ |
D | PartitionAlloc.cpp | 85 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/ |
D | platform_font_mac.mm | 152 // an actual font. Don't waste time working out metrics.
|
/external/openssl/crypto/bn/asm/ |
D | x86_64-gcc.c | 177 { 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/ |
D | x86_64-gcc.c | 177 { BN_ULONG ret,waste; in bn_div_words() local 180 : "=a"(ret),"=d"(waste) in bn_div_words()
|
/external/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 132 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/ |
D | TreeNodeStream.as | 73 * parsing, it's slow and a waste of memory to create unique
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | LookaheadStream.m | 151 // release(marker); // waste of call; it does nothing in this class
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 440 # 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/ |
D | rtree.c | 1831 float waste = growth - right; in QuadraticPickSeeds() local 1833 if( waste>fWaste ){ in QuadraticPickSeeds() 1836 fWaste = waste; in QuadraticPickSeeds()
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 162 // 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/ |
D | mjsunit.status | 70 # 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/chromium_org/net/data/url_request_unittest/ |
D | BullRunSpeech.txt | 34 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/ |
D | CPP.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/Perl5/ |
D | Perl5.stg | 264 * any of the normal memoization stuff in here either; it's a waste.
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 642 ;# 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/ |
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/ActionScript/ |
D | ActionScript.stg | 249 * any of the normal memoization stuff in here either; it's a waste.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 642 ;# 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/ |
D | Java.stg | 299 * any of the normal memoization stuff in here either; it's a waste.
|