Home
last modified time | relevance | path

Searched refs:SEG_ALIGN (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/Asm/x86/
DAesOpt.asm49 SEG_ALIGN EQU MY_ALIGN define
53 ; seg_name SEGMENT SEG_ALIGN 'CODE'
/third_party/f2fs-tools/fsck/
Dresize.c44 sit_segments = SEG_ALIGN(blocks_for_sit); in get_new_sb()
56 nat_segments = SEG_ALIGN(blocks_for_nat) * in get_new_sb()
64 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in get_new_sb()
120 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in get_new_sb()
/third_party/f2fs-tools/mkfs/
Df2fs_format.c335 sit_segments = SEG_ALIGN(blocks_for_sit); in f2fs_prepare_super_block()
350 nat_segments = SEG_ALIGN(blocks_for_nat) * in f2fs_prepare_super_block()
357 set_sb(segment_count_nat, SEG_ALIGN(blocks_for_nat)); in f2fs_prepare_super_block()
422 set_sb(segment_count_ssa, SEG_ALIGN(blocks_for_ssa)); in f2fs_prepare_super_block()
/third_party/f2fs-tools/include/
Df2fs_fs.h1125 #define MAX_SIT_BITMAP_SIZE (SEG_ALIGN(SIZE_ALIGN(F2FS_MAX_SEGMENT, \
1568 #define SEG_ALIGN(blks) SIZE_ALIGN(blks, c.blks_per_seg) macro
/third_party/elfio/tests/
DELFIOTest1.cpp35 SEG_ALIGN = 1 enumerator