Home
last modified time | relevance | path

Searched defs:space (Results 26 - 50 of 187) sorted by relevance

12345678

/third_party/musl/src/env/
H A D__init_tls.c68 void *space[16]; member
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c65 void *space[16]; member
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-visitor.h29 void Traverse(BaseSpace& space) { in Traverse() argument
68 bool VisitNormalPageSpaceImpl(NormalPageSpace& space) { in VisitNormalPageSpaceImpl() argument
71 VisitLargePageSpaceImpl(LargePageSpace& space) VisitLargePageSpaceImpl() argument
[all...]
H A Draw-heap.h96 BaseSpace* space = spaces_[space_index].get(); in Space() local
H A Dheap-page.cc116 BasePage::BasePage(HeapBase& heap, BaseSpace& space, PageType type) in BasePage() argument
124 Create(PageBackend& page_backend, NormalPageSpace& space) Create() argument
155 const BaseSpace& space = page->space(); Destroy() local
163 NormalPage(HeapBase& heap, BaseSpace& space) NormalPage() argument
207 LargePage(HeapBase& heap, BaseSpace& space, size_t size) LargePage() argument
218 Create(PageBackend& page_backend, LargePageSpace& space, size_t size) Create() argument
242 const BaseSpace& space = page->space(); Destroy() local
[all...]
H A Dheap-statistics-collector.cc121 bool HeapStatisticsCollector::VisitNormalPageSpace(NormalPageSpace& space) { in VisitNormalPageSpace() argument
134 bool HeapStatisticsCollector::VisitLargePageSpace(LargePageSpace& space) { in VisitLargePageSpace() argument
H A Dheap-space.h93 static NormalPageSpace& From(BaseSpace& space) { in From() argument
97 static const NormalPageSpace& From(const BaseSpace& space) { in From() argument
118 static LargePageSpace& From(BaseSpace& space) { in From() argument
122 static const LargePageSpace& From(const BaseSpace& space) { in From() argument
[all...]
H A Dobject-allocator.h138 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument
186 void* ObjectAllocator::AllocateObjectOnSpace(NormalPageSpace& space, in AllocateObjectOnSpace() argument
[all...]
H A Dheap-base.cc133 bool VisitNormalPageSpace(NormalPageSpace& space) { in ResetRememberedSet() argument
/third_party/skia/src/shaders/
H A DSkColorShader.cpp43 SkColor4Shader::SkColor4Shader(const SkColor4f& color, sk_sp<SkColorSpace> space) in SkColor4Shader() argument
71 sk_sp<SkShader> SkShaders::Color(const SkColor4f& color, sk_sp<SkColorSpace> space) { in Color() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc60 char space[kSpaceLength]; in StringAppendV() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_queue.c177 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc() argument
[all...]
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A DtokenTypes.js39 var space = 32; // ` `.charCodeAt(0); variable
H A Dparser.js731 _proto.space = function space() { global() function
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c359 unsigned space = NV50_HW_QUERY_ALLOC_SPACE; in nv50_hw_create_query() local
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.cc53 BasicMemoryChunk::BasicMemoryChunk(Heap* heap, BaseSpace* space, in BasicMemoryChunk() argument
H A Dcode-stats.cc65 void CodeStatistics::CollectCodeStatistics(PagedSpace* space, in CollectCodeStatistics() argument
77 void CodeStatistics::CollectCodeStatistics(OldLargeObjectSpace* space, in CollectCodeStatistics() argument
H A Dmarking-barrier.cc178 void MarkingBarrier::DeactivateSpace(PagedSpace* space) { in DeactivateSpace() argument
185 void MarkingBarrier::DeactivateSpace(NewSpace* space) { in DeactivateSpace() argument
215 void MarkingBarrier::ActivateSpace(PagedSpace* space) { in ActivateSpace() argument
222 void MarkingBarrier::ActivateSpace(NewSpace* space) { in ActivateSpace() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c443 static void gpir_node_print_node(gpir_node *node, int type, int space) in gpir_node_print_node() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dio.hpp58 char_type space; member in glm::io::format_punct
/third_party/toybox/toys/lsb/
H A Dmd5sum.c350 int space = 0, fail = 0; in do_c_line() local
/third_party/vixl/test/
H A Dtest-donkey.cc218 size_t space = buffer_s.find(' '); in main() variable
/third_party/f2fs-tools/fsck/
H A Dmkquota.c228 void quota_data_add(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_add() argument
250 void quota_data_sub(quota_ctx_t qctx, struct f2fs_inode *inode, qsize_t space) in quota_data_sub() argument
305 qsize_t space = (inode->i_blocks - 1) * BLOCK_SZ; in quota_add_inode_usage() local
/third_party/ffmpeg/libavformat/
H A Dmlvdec.c407 unsigned int size, space; in read_packet() local
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c437 static int snd_ctl_ext_poll_descriptors(snd_ctl_t *handle, struct pollfd *pfds, unsigned int space) in snd_ctl_ext_poll_descriptors() argument

Completed in 13 milliseconds

12345678