Home
last modified time | relevance | path

Searched refs:get_stride (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/src/malloc/mallocng/
Dfree.c45 if (sc >= 48 || get_stride(g) < UNIT*size_classes[sc]) in okay_to_free()
107 size_t stride = get_stride(g); in free()
Dmalloc_usable_size.c20 size_t stride = get_stride(g); in malloc_usable_size()
Daligned_alloc.c37 size_t stride = get_stride(g); in aligned_alloc()
Dmeta.h190 static inline size_t get_stride(const struct meta *g) in get_stride() function
213 size_t stride = get_stride(g); in enframe()
Drealloc.c14 size_t stride = get_stride(g); in realloc()
Dmalloc.c470 get_stride(g) < UNIT*size_classes[g->sizeclass]; in is_allzero()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc_usable_size.c19 size_t stride = get_stride(g); in malloc_usable_size()
Daligned_alloc.c37 size_t stride = get_stride(g); in aligned_alloc()
Dmeta.h190 static inline size_t get_stride(const struct meta *g) in get_stride() function
213 size_t stride = get_stride(g); in enframe()
Dmalloc.c463 get_stride(g) < UNIT*size_classes[g->sizeclass]; in is_allzero()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp176 get_stride(RegClass rc) in get_stride() function
211 stride = get_stride(rc); in DefInfo()
1400 if (rc.type() == RegType::sgpr && reg % get_stride(rc) != 0) in get_reg_specified()
1722 uint32_t stride = get_stride(rc); in get_reg_create_vector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp783 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_stride); in getStride()