Home
last modified time | relevance | path

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

/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2782 #define DSHS_LINE_BLEN 160 macro
2799 char buff[DSHS_LINE_BLEN + 2]; in dStrHexStr()
2818 if (bpstart > (DSHS_LINE_BLEN - 70)) in dStrHexStr()
2819 bpstart = DSHS_LINE_BLEN - 70; in dStrHexStr()
2825 memset(buff, ' ', DSHS_LINE_BLEN); in dStrHexStr()
2826 buff[DSHS_LINE_BLEN] = '\0'; in dStrHexStr()
2848 memset(buff, ' ', DSHS_LINE_BLEN); in dStrHexStr()