Searched refs:alloc_type (Results 1 – 10 of 10) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | mount.c | 454 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 …]
|
D | f2fs.h | 181 unsigned char alloc_type; /* current allocation type */ member
|
D | fsck.c | 2561 if (curseg->alloc_type == SSR) in check_curseg_offset()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_internal.h | 171 const struct dxil_type *alloc_type; member
|
D | dxil_module.h | 470 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
|
D | dxil_module.c | 2859 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()
|
D | dxil_dump.c | 528 dump_type_name(d, alloca->alloc_type); in dump_instr_alloca()
|
/third_party/protobuf/src/google/protobuf/ |
D | map.h | 965 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/ |
D | brw_vec4_visitor.cpp | 1160 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/ |
D | f2fs_fs.h | 896 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|