Home
last modified time | relevance | path

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

123

/external/libdrm/amdgpu/
Damdgpu_vamgr.c73 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/
Dradeon_drm_bo.c205 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/
Darena.cc75 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/
Dpartition_alloc.cc86 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/
Dandroid.md34 … 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/
Dandroid.md34 … in cases where a failure needs to be investigated and you do not want to waste TH resources by ru…
/external/syslinux/core/
Ddiskboot.inc143 ; 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/
DTreeNodeStream.as73 * parsing, it's slow and a waste of memory to create unique
/external/llvm/docs/
DSphinxQuickstartTemplate.rst132 However, don't waste time fiddling with syntax highlighting when you could
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DLookaheadStream.m151 // release(marker); // waste of call; it does nothing in this class
/external/syslinux/core/lwip/
DUPGRADING66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to
/external/llvm/test/CodeGen/X86/
Dstatepoint-vector.ll41 ; - We waste a stack slot for a value that a backend transform pass
/external/xz-embedded/linux/Documentation/
Dxz.txt65 Double checking the integrity would probably be waste of CPU cycles.
/external/libpng/scripts/
Dpnglibconf.dfa471 # 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/
Dstyle.md336 quickly scanning your doc and is a waste of space:
/external/v8/src/heap/
Dspaces.h761 void add_wasted_memory(size_t waste) { wasted_memory_.Increment(waste); } in add_wasted_memory() argument
/external/syslinux/lzo/src/
Dlzo_swd.ch44 /* unsigned type for dictionary access - don't waste memory here */
/external/llvm/test/CodeGen/AMDGPU/
Dlds-alignment.ll130 ; order to minimize padding waste.
/external/tensorflow/tensorflow/docs_src/mobile/
Dmobile_intro.md39 remote server would be a waste of bandwidth, since it would mostly be silence or
/external/gemmlowp/doc/
Dless-than-8-bit.md133 rectangular cases), less-than-8-bit is probably a waste of time as long as we
/external/python/cpython2/Modules/zlib/
DFAQ293 in the universe. It just got to be a waste of time, and some compilers
/external/syslinux/com32/lib/zlib/
DFAQ291 in the universe. It just got to be a waste of time, and some compilers
/external/python/cpython3/Modules/zlib/
DFAQ293 in the universe. It just got to be a waste of time, and some compilers
/external/zlib/src/
DFAQ293 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/
DCPP.stg332 * any of the normal memoization stuff in here either; it's a waste.

123