/external/libdrm/amdgpu/ |
D | amdgpu_vamgr.c | 73 uint64_t offset = 0, waste = 0; in amdgpu_vamgr_find_va() local 89 waste = base_required - hole->offset; in amdgpu_vamgr_find_va() 93 waste = offset % alignment; in amdgpu_vamgr_find_va() 94 waste = waste ? alignment - waste : 0; in amdgpu_vamgr_find_va() 95 offset += waste; in amdgpu_vamgr_find_va() 100 if (!waste && hole->size == size) { in amdgpu_vamgr_find_va() 107 if ((hole->size - waste) > size) { in amdgpu_vamgr_find_va() 108 if (waste) { in amdgpu_vamgr_find_va() 110 n->size = waste; in amdgpu_vamgr_find_va() 114 hole->size -= (size + waste); in amdgpu_vamgr_find_va() [all …]
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 205 uint64_t offset = 0, waste = 0; in radeon_bomgr_find_va() local 216 waste = offset % alignment; in radeon_bomgr_find_va() 217 waste = waste ? alignment - waste : 0; in radeon_bomgr_find_va() 218 offset += waste; in radeon_bomgr_find_va() 222 if (!waste && hole->size == size) { in radeon_bomgr_find_va() 229 if ((hole->size - waste) > size) { in radeon_bomgr_find_va() 230 if (waste) { in radeon_bomgr_find_va() 232 n->size = waste; in radeon_bomgr_find_va() 236 hole->size -= (size + waste); in radeon_bomgr_find_va() 237 hole->offset += size + waste; in radeon_bomgr_find_va() [all …]
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | arena.cc | 75 const size_t waste = alignment - overage; in SatisfyAlignment() local 76 if (waste >= remaining_) { in SatisfyAlignment() 79 freestart_ += waste; in SatisfyAlignment() 80 remaining_ -= waste; in SatisfyAlignment()
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_alloc.cc | 86 size_t waste = page_size - (num_slots * size); in PartitionBucketNumSystemPages() local 94 waste += sizeof(void*) * num_unfaulted_pages; in PartitionBucketNumSystemPages() 95 double waste_ratio = (double)waste / (double)page_size; in PartitionBucketNumSystemPages()
|
/external/skia/site/dev/sheriffing/ |
D | android.md | 34 … in cases where a failure needs to be investigated and you do not want to waste TH resources by ru…
|
/external/skqp/site/dev/sheriffing/ |
D | android.md | 34 … in cases where a failure needs to be investigated and you do not want to waste TH resources by ru…
|
/external/syslinux/core/ |
D | diskboot.inc | 143 ; INT 1Eh vector (brilliant waste of resources, eh?) 146 ; had to waste precious space with this code.
|
/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/llvm/docs/ |
D | SphinxQuickstartTemplate.rst | 132 However, don't waste time fiddling with syntax highlighting when you could
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | LookaheadStream.m | 151 // release(marker); // waste of call; it does nothing in this class
|
/external/syslinux/core/lwip/ |
D | UPGRADING | 66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-vector.ll | 41 ; - We waste a stack slot for a value that a backend transform pass
|
/external/xz-embedded/linux/Documentation/ |
D | xz.txt | 65 Double checking the integrity would probably be waste of CPU cycles.
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 471 # gamma processing; and it is an enormous waste of space. You just need to 629 # just a waste of time since all currently approved ICC sRGB profiles have 655 # boundaries if this is switched on, it's a small waste of space 736 # just waste memory) but there may be some point in reducing it below the value
|
/external/google-styleguide/docguide/ |
D | style.md | 336 quickly scanning your doc and is a waste of space:
|
/external/v8/src/heap/ |
D | spaces.h | 761 void add_wasted_memory(size_t waste) { wasted_memory_.Increment(waste); } in add_wasted_memory() argument
|
/external/syslinux/lzo/src/ |
D | lzo_swd.ch | 44 /* unsigned type for dictionary access - don't waste memory here */
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | lds-alignment.ll | 130 ; order to minimize padding waste.
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | mobile_intro.md | 39 remote server would be a waste of bandwidth, since it would mostly be silence or
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 133 rectangular cases), less-than-8-bit is probably a waste of time as long as we
|
/external/python/cpython2/Modules/zlib/ |
D | FAQ | 293 in the universe. It just got to be a waste of time, and some compilers
|
/external/syslinux/com32/lib/zlib/ |
D | FAQ | 291 in the universe. It just got to be a waste of time, and some compilers
|
/external/python/cpython3/Modules/zlib/ |
D | FAQ | 293 in the universe. It just got to be a waste of time, and some compilers
|
/external/zlib/src/ |
D | FAQ | 293 in the universe. It just got to be a waste of time, and some compilers
|
/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.
|