Lines Matching refs:FS_COL_ADD
272 #define FS_COL_ADD(_col, _joffs, _ioffs) \ macro
377 FS_COL_ADD(i, 0, 0); in fs_calc_structure()
380 FS_COL_ADD(i, -k - 1, 0); in fs_calc_structure()
381 FS_COL_ADD(i, k, 0); in fs_calc_structure()
397 FS_COL_ADD(0, 0, 1); in fs_calc_structure()
406 FS_COL_ADD(4, -4, 5); in fs_calc_structure()
407 FS_COL_ADD(4, 3, 5); in fs_calc_structure()
409 FS_COL_ADD(5, -3, 6); in fs_calc_structure()
410 FS_COL_ADD(5, 2, 6); in fs_calc_structure()
412 FS_COL_ADD(6, -2, 7); in fs_calc_structure()
413 FS_COL_ADD(6, 1, 7); in fs_calc_structure()
415 FS_COL_ADD(7, 0, 8); in fs_calc_structure()