/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 63 struct space { struct 81 static void Perror(struct space *space, const char *fmt, ...) in Perror() 96 static void free_space(struct space *space) in free_space() 138 static struct pair *value_find(struct space *space, const char *key) in value_find() 147 static int value_set(struct space *space, const char *key, const char *value) in value_set() 178 static int init_space(struct space **space, int card) in init_space() 218 static const char *cardinfo_get(struct space *space, const char *attr) in cardinfo_get() 241 static int check_id_changed(struct space *space, unsigned int what) in check_id_changed() 269 static const char *get_ctl_value(struct space *space) in get_ctl_value() 340 static int set_ctl_value(struct space *space, const char *value, int all) in set_ctl_value() [all …]
|
D | init_utils_run.c | 30 int run_program0(struct space *space, in run_program0() 241 int run_program(struct space *space, const char *command0, char *result, in run_program()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
D | object-allocator.cc | 60 void AddToFreeList(NormalPageSpace& space, Address start, size_t size) { in AddToFreeList() 71 void ReplaceLinearAllocationBuffer(NormalPageSpace& space, in ReplaceLinearAllocationBuffer() 92 void* AllocateLargeObject(PageBackend& page_backend, LargePageSpace& space, in AllocateLargeObject() 119 void* ObjectAllocator::OutOfLineAllocate(NormalPageSpace& space, size_t size, in OutOfLineAllocate() 137 void* ObjectAllocator::OutOfLineAllocateImpl(NormalPageSpace& space, in OutOfLineAllocateImpl() 173 void ObjectAllocator::RefillLinearAllocationBuffer(NormalPageSpace& space, in RefillLinearAllocationBuffer() 208 NormalPageSpace& space, size_t size) { in RefillLinearAllocationBufferFromFreeList() 231 bool VisitNormalPageSpace(NormalPageSpace& space) { in ResetLinearAllocationBuffers()
|
D | heap-page.cc | 116 BasePage::BasePage(HeapBase& heap, BaseSpace& space, PageType type) in BasePage() 125 NormalPageSpace& space) { in Create() 155 const BaseSpace& space = page->space(); in Destroy() local 163 NormalPage::NormalPage(HeapBase& heap, BaseSpace& space) in NormalPage() 207 LargePage::LargePage(HeapBase& heap, BaseSpace& space, size_t size) in LargePage() 218 LargePage* LargePage::Create(PageBackend& page_backend, LargePageSpace& space, in Create() 242 const BaseSpace& space = page->space(); in Destroy() local
|
D | heap-space.h | 93 static NormalPageSpace& From(BaseSpace& space) { in From() 97 static const NormalPageSpace& From(const BaseSpace& space) { in From() 118 static LargePageSpace& From(BaseSpace& space) { in From() 122 static const LargePageSpace& From(const BaseSpace& space) { in From()
|
D | heap-visitor.h | 29 void Traverse(BaseSpace& space) { in Traverse() 68 bool VisitNormalPageSpaceImpl(NormalPageSpace& space) { in VisitNormalPageSpaceImpl() 71 bool VisitLargePageSpaceImpl(LargePageSpace& space) { in VisitLargePageSpaceImpl()
|
D | compactor.cc | 226 CompactionState(NormalPageSpace* space, MovableReferences& movable_references) in CompactionState() 376 void CompactSpace(NormalPageSpace* space, in CompactSpace() 429 [](size_t acc, const NormalPageSpace* space) { in UpdateHeapResidency() 439 for (auto& space : heap_) { in Compactor() local
|
D | raw-heap.h | 74 const BaseSpace* Space(RegularSpaceType space) const { in Space() 96 BaseSpace* space = spaces_[space_index].get(); in Space() local
|
D | heap-statistics-collector.cc | 121 bool HeapStatisticsCollector::VisitNormalPageSpace(NormalPageSpace& space) { in VisitNormalPageSpace() 134 bool HeapStatisticsCollector::VisitLargePageSpace(LargePageSpace& space) { in VisitLargePageSpace()
|
/third_party/node/deps/v8/src/heap/ |
D | sweeper.cc | 154 ForAllSweepingSpaces([this, marking_state](AllocationSpace space) { in StartSweeping() 182 Page* Sweeper::GetSweptPageSafe(PagedSpace* space) { in GetSweptPageSafe() 200 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted() 206 ForAllSweepingSpaces([this](AllocationSpace space) { in EnsureCompleted() 212 void Sweeper::DrainSweepingWorklistForSpace(AllocationSpace space) { in DrainSweepingWorklistForSpace() 218 ForAllSweepingSpaces([this](AllocationSpace space) { in SupportConcurrentSweeping() 230 Address free_start, Address free_end, Page* page, Space* space, in FreeAndProcessFreedMemory() 334 Space* space = p->owner(); in RawSweep() local 545 AllocationSpace space = page->owner_identity(); in EnsurePageIsSwept() local 567 bool Sweeper::TryRemoveSweepingPageSafe(AllocationSpace space, Page* page) { in TryRemoveSweepingPageSafe() [all …]
|
D | marking-barrier.cc | 178 void MarkingBarrier::DeactivateSpace(PagedSpace* space) { in DeactivateSpace() 185 void MarkingBarrier::DeactivateSpace(NewSpace* space) { in DeactivateSpace() 215 void MarkingBarrier::ActivateSpace(PagedSpace* space) { in ActivateSpace() 222 void MarkingBarrier::ActivateSpace(NewSpace* space) { in ActivateSpace()
|
D | memory-chunk-layout.cc | 49 AllocationSpace space) { in ObjectStartOffsetInMemoryChunk() 63 AllocationSpace space) { in AllocatableMemoryInMemoryChunk()
|
D | sweeper.h | 186 bool IsValidIterabilitySpace(AllocationSpace space) { in IsValidIterabilitySpace() 190 static bool IsValidSweepingSpace(AllocationSpace space) { in IsValidSweepingSpace() 195 static int GetSweepSpaceIndex(AllocationSpace space) { in GetSweepSpaceIndex()
|
D | evacuation-allocator-inl.h | 15 AllocationResult EvacuationAllocator::Allocate(AllocationSpace space, in Allocate() 36 void EvacuationAllocator::FreeLast(AllocationSpace space, HeapObject object, in FreeLast()
|
D | base-space.cc | 10 const char* BaseSpace::GetSpaceName(AllocationSpace space) { in GetSpaceName()
|
D | memory-allocator.cc | 340 MemoryAllocator::AllocateUninitializedChunk(BaseSpace* space, size_t area_size, in AllocateUninitializedChunk() 533 Space* space, Executability executable) { in AllocatePage() 564 ReadOnlyPage* MemoryAllocator::AllocateReadOnlyPage(ReadOnlySpace* space) { in AllocateReadOnlyPage() 582 LargePage* MemoryAllocator::AllocateLargePage(LargeObjectSpace* space, in AllocateLargePage() 603 MemoryAllocator::AllocateUninitializedPageFromPool(Space* space) { in AllocateUninitializedPageFromPool()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cl.c | 59 cl_alloc_bo(struct v3dv_cl *cl, uint32_t space, bool use_branch) in cl_alloc_bo() 95 v3dv_cl_ensure_space(struct v3dv_cl *cl, uint32_t space, uint32_t alignment) in v3dv_cl_ensure_space() 109 v3dv_cl_ensure_space_with_branch(struct v3dv_cl *cl, uint32_t space) in v3dv_cl_ensure_space_with_branch()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_cl.c | 45 v3d_cl_ensure_space(struct v3d_cl *cl, uint32_t space, uint32_t alignment) in v3d_cl_ensure_space() 64 v3d_cl_ensure_space_with_branch(struct v3d_cl *cl, uint32_t space) in v3d_cl_ensure_space_with_branch()
|
/third_party/toybox/toys/posix/ |
D | wc.c | 36 int i, space = 0, first = 1; local 61 int len = 0, clen = 1, space = 0; in do_wc() local
|
/third_party/mesa3d/src/panfrost/util/ |
D | pan_ir.c | 44 unsigned space = in pan_to_bytemask() local 58 unsigned space = in pan_to_bytemask() local
|
/third_party/skia/tests/ |
D | ColorSpaceTest.cpp | 30 static void test_space(skiatest::Reporter* r, SkColorSpace* space, in test_space() 96 static void test_serialize(skiatest::Reporter* r, sk_sp<SkColorSpace> space, bool isNamed) { in test_serialize() 125 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 158 sk_sp<SkColorSpace> space = SkColorSpace::Make(profile); in DEF_TEST() local 225 sk_sp<SkColorSpace> space = SkColorSpace::MakeRGB(SkNamedTransferFn::kSRGB, srgbToXYZ); in DEF_TEST() local
|
/third_party/node/deps/npm/lib/utils/ |
D | format-bytes.js | 5 const formatBytes = (bytes, space = true) => { argument
|
/third_party/typescript/tests/cases/fourslash/ |
D | navigateToQuoted.ts | 13 const space: FourSlashInterface.ExpectedNavigateToItem = constant
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | SymbolEnv.cpp | 25 char const *sh::toString(AddressSpace space) in toString() 422 AddressSpace space, in markSpace() 448 const AddressSpace space = iter->second; in isSpace() local 453 void SymbolEnv::markAsPointer(VarField x, AddressSpace space) in markAsPointer() 463 void SymbolEnv::markAsReference(VarField x, AddressSpace space) in markAsReference()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
D | parser.js | 449 space: space, property 731 _proto.space = function space() { function 930 _proto.requiredSpace = function requiredSpace(space) { argument 933 _proto.optionalSpace = function optionalSpace(space) { argument 936 _proto.lossySpace = function lossySpace(space, required) { argument
|