Searched refs:alloc_type (Results 1 - 10 of 10) sorted by relevance
/third_party/f2fs-tools/fsck/ |
H A 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() 2774 DBG(1, "Update curseg[%d].next_blkoff %u -> %u, alloc_type in relocate_curseg_offset() [all...] |
H A D | f2fs.h | 181 unsigned char alloc_type; /* current allocation type */ member
|
H A D | fsck.c | 2561 if (curseg->alloc_type == SSR) in check_curseg_offset()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 171 const struct dxil_type *alloc_type; member
|
H A 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()
|
H A D | dxil_module.h | 470 dxil_emit_alloca(struct dxil_module *m, const struct dxil_type *alloc_type,
|
H A D | dxil_dump.c | 528 dump_type_name(d, alloca->alloc_type); in dump_instr_alloca()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 965 using alloc_type = typename Allocator::template rebind<U>::other; in Alloc() 966 return alloc_type(alloc_).allocate(n); in Alloc() 972 using alloc_type = typename Allocator::template rebind<U>::other; in Dealloc() 973 alloc_type(alloc_).deallocate(t, n); in Dealloc()
|
/third_party/mesa3d/src/intel/compiler/ |
H A 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/ |
H A D | f2fs_fs.h | 896 unsigned char alloc_type[MAX_ACTIVE_LOGS]; member
|
Completed in 25 milliseconds