Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 10 of 10) sorted by relevance

/third_party/f2fs-tools/fsck/
Dmount.c454 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
455 DISP_u32(cp, alloc_type[CURSEG_WARM_NODE]); in print_ckpt_info()
456 DISP_u32(cp, alloc_type[CURSEG_COLD_NODE]); in print_ckpt_info()
466 DISP_u32(cp, alloc_type[CURSEG_HOT_DATA]); in print_ckpt_info()
467 DISP_u32(cp, alloc_type[CURSEG_WARM_DATA]); in print_ckpt_info()
468 DISP_u32(cp, alloc_type[CURSEG_COLD_DATA]); in print_ckpt_info()
1940 if (curseg->alloc_type == SSR) in read_compacted_summaries()
2110 array[i].alloc_type = cp->alloc_type[i]; in build_curseg()
2776 curseg->alloc_type == LFS ? "LFS" : "SSR"); in relocate_curseg_offset()
2779 curseg->alloc_type = SSR; in relocate_curseg_offset()
[all …]
Df2fs.h181 unsigned char alloc_type; /* current allocation type */ member
Dfsck.c2561 if (curseg->alloc_type == SSR) in check_curseg_offset()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h171 const struct dxil_type *alloc_type; member
Ddxil_module.h470 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
Ddxil_module.c2859 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type, in dxil_emit_alloca() argument
2867 dxil_module_get_pointer_type(m, alloc_type); in dxil_emit_alloca()
2875 instr->alloca.alloc_type = alloc_type; in dxil_emit_alloca()
3207 assert(instr->alloca.alloc_type->id >= 0); in emit_alloca()
3212 instr->alloca.alloc_type->id, in emit_alloca()
Ddxil_dump.c528 dump_type_name(d, alloca->alloc_type); in dump_instr_alloca()
/third_party/protobuf/src/google/protobuf/
Dmap.h965 using alloc_type = typename Allocator::template rebind<U>::other;
966 return alloc_type(alloc_).allocate(n);
972 using alloc_type = typename Allocator::template rebind<U>::other;
973 alloc_type(alloc_).deallocate(t, n);
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1160 const glsl_type *alloc_type = in emit_scratch_write() local
1162 const src_reg temp = swizzle(retype(src_reg(this, alloc_type), in emit_scratch_write()
1176 dst_reg shuffled = dst_reg(this, alloc_type); in emit_scratch_write()
/third_party/f2fs-tools/include/
Df2fs_fs.h896 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member