Lines Matching +full:- +full:c
3 if = 'LFS_BLOCK_CYCLES == -1'
7 define.SIZE = '(((LFS_BLOCK_SIZE-8)*(LFS_BLOCK_COUNT-6)) / FILES)'
50 define.SIZE = '(((LFS_BLOCK_SIZE-8)*(LFS_BLOCK_COUNT-6)) / FILES)'
89 define.SIZE = '(((LFS_BLOCK_SIZE-8)*(LFS_BLOCK_COUNT-6)) / FILES)'
97 for (int c = 0; c < CYCLES; c++) {
144 define.SIZE = '(((LFS_BLOCK_SIZE-8)*(LFS_BLOCK_COUNT-6)) / FILES)'
151 for (int c = 0; c < CYCLES; c++) {
230 define.SIZE = '(((LFS_BLOCK_SIZE-8)*(LFS_BLOCK_COUNT-4)) / 3)'
327 in = "lfs.c"
348 filesize -= 3*LFS_BLOCK_SIZE;
474 lfs_file_truncate(&lfs, &file, filesize - size) => 0;
505 i < (cfg.block_count-4)*(cfg.block_size-8);
544 i < ((cfg.block_count-2)/2)*(cfg.block_size-8);
555 i < ((cfg.block_count-2+1)/2)*(cfg.block_size-8);
572 i < ((cfg.block_count-2)/2)*(cfg.block_size-8);
586 i < ((cfg.block_count-2+1)/2)*(cfg.block_size-8);
609 i < ((cfg.block_count-2)/2)*(cfg.block_size-8);
620 i < ((cfg.block_count-2+1)/2)*(cfg.block_size-8);
637 i < ((cfg.block_count-2)/2 - 1)*(cfg.block_size-8);