Searched refs:OVERLAY_CODE_BY_10 (Results 1 – 1 of 1) sorted by relevance
36 #define OVERLAY_CODE_BY_10(expr) (expr), (expr), (expr), (expr), (expr), (expr), (expr), (expr), (… macro37 #define OVERLAY_CODE_BY_100(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_10(expr))38 #define OVERLAY_CODE_BY_1000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_100(expr))39 #define OVERLAY_CODE_BY_10000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_1000(expr))40 #define OVERLAY_CODE_BY_100000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_10000(expr))41 #define OVERLAY_CODE_BY_1000000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_100000(expr))42 #define OVERLAY_CODE_BY_10000000(expr) OVERLAY_CODE_BY_10(OVERLAY_CODE_BY_1000000(expr))