Searched refs:CORE4 (Results 1 – 1 of 1) sorted by relevance
129 #define CORE4(i) CORE2(i); CORE2((i + 4)); CORE2((i + 8)); CORE2((i + 12)) in body() macro130 CORE4(0); in body()131 CORE4(16); in body()132 CORE4(32); in body()133 CORE4(48); in body()