Searched refs:CCM_FLAGS (Results 1 – 1 of 1) sorted by relevance
37 #define CCM_FLAGS(A,M,L) (((A > 0) << 6) | (((M - 2)/2) << 3) | (L - 1)) macro58 result[0] = CCM_FLAGS(la, M, L); in block0()