Searched refs:OVERLAY_CODE_BY_1000 (Results 1 – 2 of 2) sorted by relevance
38 #define OVERLAY_CODE_BY_1000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_100(expr)) macro39 #define OVERLAY_CODE_BY_10000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_1000(expr))
46 OVERLAY_CODE_BY_1000(++v); in func_2()