/external/libdrm/amdgpu/ |
D | amdgpu_vamgr.c | 77 uint64_t offset = 0, waste = 0; in amdgpu_vamgr_find_va() local 92 waste = base_required - hole->offset; in amdgpu_vamgr_find_va() 96 waste = offset % alignment; in amdgpu_vamgr_find_va() 97 waste = waste ? alignment - waste : 0; in amdgpu_vamgr_find_va() 98 offset += waste; in amdgpu_vamgr_find_va() 103 if (!waste && hole->size == size) { in amdgpu_vamgr_find_va() 110 if ((hole->size - waste) > size) { in amdgpu_vamgr_find_va() 111 if (waste) { in amdgpu_vamgr_find_va() 113 n->size = waste; in amdgpu_vamgr_find_va() 117 hole->size -= (size + waste); in amdgpu_vamgr_find_va() [all …]
|
/external/mesa3d/src/imgui/ |
D | imstb_rectpack.h | 363 int y,waste; in stbrp__skyline_find_best_pos() local 364 y = stbrp__skyline_find_min_y(c, node, node->x, width, &waste); in stbrp__skyline_find_best_pos() 375 if (y < best_y || (y == best_y && waste < best_waste)) { in stbrp__skyline_find_best_pos() 377 best_waste = waste; in stbrp__skyline_find_best_pos() 414 int y,waste; in stbrp__skyline_find_best_pos() local 422 y = stbrp__skyline_find_min_y(c, node, xpos, width, &waste); in stbrp__skyline_find_best_pos() 425 if (y < best_y || waste < best_waste || (waste==best_waste && xpos < best_x)) { in stbrp__skyline_find_best_pos() 429 best_waste = waste; in stbrp__skyline_find_best_pos()
|
/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/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 206 uint64_t offset = 0, waste = 0; in radeon_bomgr_find_va() local 217 waste = offset % alignment; in radeon_bomgr_find_va() 218 waste = waste ? alignment - waste : 0; in radeon_bomgr_find_va() 219 offset += waste; in radeon_bomgr_find_va() 223 if (!waste && hole->size == size) { in radeon_bomgr_find_va() 230 if ((hole->size - waste) > size) { in radeon_bomgr_find_va() 231 if (waste) { in radeon_bomgr_find_va() 233 n->size = waste; in radeon_bomgr_find_va() 237 hole->size -= (size + waste); in radeon_bomgr_find_va() 238 hole->offset += size + waste; in radeon_bomgr_find_va() [all …]
|
/external/libtextclassifier/native/utils/base/ |
D | arena.cc | 194 const size_t waste = alignment - overage; in SatisfyAlignment() local 195 if (waste >= remaining_) { in SatisfyAlignment() 198 freestart_ += waste; in SatisfyAlignment() 199 remaining_ -= waste; in SatisfyAlignment()
|
/external/mesa3d/src/util/ |
D | vma.c | 109 uint64_t waste = (hole->size - size) - (offset - hole->offset); in util_vma_hole_alloc() local 110 if (waste == 0) { in util_vma_hole_alloc() 128 high_hole->size = waste; in util_vma_hole_alloc()
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_bucket.cc | 152 size_t waste = page_size - (num_slots * slot_size); in get_system_pages_per_slot_span() local 165 waste += sizeof(void*) * num_unfaulted_pages; in get_system_pages_per_slot_span() 167 static_cast<double>(waste) / static_cast<double>(page_size); in get_system_pages_per_slot_span()
|
/external/llvm-project/lld/test/ELF/ |
D | ppc32-weak-undef-call.s | 11 ## should not generate a call stub (this would waste space).
|
/external/oss-fuzz/infra/cifuzz/cifuzz-base/ |
D | Dockerfile | 19 # ubuntu:16.04 anyway. So in the long run we probably would waste time if
|
/external/tflite-support/tensorflow_lite_support/ios/task/text/nlclassifier/Tests/ |
D | TFLNLClassifierTest.m | 59 [nlClassifier classifyWithText:@"What a waste of my time."];
|
/external/mtools/ |
D | fat_size_calculation.tex | 164 often waste a sector in the really common situation where both $nfats$ 176 Also note that as we used upper bounds, we may waste a certain number 185 waste up to 8 sectors!)
|
/external/tflite-support/tensorflow_lite_support/examples/task/text/desktop/ |
D | README.md | 80 --text="What a waste of my time." \
|
/external/tensorflow/tensorflow/lite/g3doc/models/text_classification/ |
D | overview.md | 101 | What a waste of my time. | 72.5% | 27.5% |
|
/external/skia/site/docs/dev/gardening/ |
D | android.md | 50 failure needs to be investigated and you do not want to waste TH resources by
|
/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/llvm-project/llvm/docs/ |
D | MarkdownQuickstartTemplate.md | 130 However, don't waste time fiddling with syntax highlighting when you could
|
D | SphinxQuickstartTemplate.rst | 145 However, don't waste time fiddling with syntax highlighting when you could
|
/external/antlr/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/tensorflow/tensorflow/lite/micro/tools/make/targets/ceva/ |
D | CEVA_BX1_TFLM_18.0.2.ld | 141 * so are never in the hot path; they shouldn't waste space in limited
|
D | CEVA_BX1_TFLM.ld | 167 * so are never in the hot path; they shouldn't waste space in limited
|
D | CEVA_BX1_TFLM_18.0.3.ld | 168 * so are never in the hot path; they shouldn't waste space in limited
|
D | CEVA_BX1_TFLM_18.0.5.ld | 168 * so are never in the hot path; they shouldn't waste space in limited
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | nl_classifier.md | 136 Input: "What a waste of my time."
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-vector.ll | 41 ; - We waste a stack slot for a value that a backend transform pass
|