Searched refs:kb_align (Results 1 - 1 of 1) sorted by relevance

/openwrt/tools/firmware-utils/src/
H A Dptgen.c61 int kb_align = 0; variable
123 /* round the sector number up to the kb_align boundary */
125 return ((sect - 1) / kb_align + 1) * kb_align;
144 if (kb_align != 0)
148 if (kb_align == 0)
231 kb_align = (int) strtoul(optarg, NULL, 0) * 2;

Completed in 58 milliseconds