Searched refs:LCTF_ALIGN_OFFS (Results 1 – 4 of 4) sorted by relevance
575 #define LCTF_ALIGN_OFFS(offs, align) ((offs + (align - 1)) & ~(align - 1)) macro
314 end_off = LCTF_ALIGN_OFFS (end_off, 8); in arc_write_one_ctf()