Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.
Dependents: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SAMD21G18A/mrecursion.h@121:672067c3ada4, 2016-04-14 (annotated)
- Committer:
- elijahorr
- Date:
- Thu Apr 14 07:28:54 2016 +0000
- Revision:
- 121:672067c3ada4
- Parent:
- 111:4336505e4b1c
.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kojto | 111:4336505e4b1c | 1 | #ifndef _MRECURSION_H_ |
Kojto | 111:4336505e4b1c | 2 | #define _MRECURSION_H_ |
Kojto | 111:4336505e4b1c | 3 | |
Kojto | 111:4336505e4b1c | 4 | /** |
Kojto | 111:4336505e4b1c | 5 | * \defgroup group_sam0_utils_mrecursion Preprocessor - Macro Recursion |
Kojto | 111:4336505e4b1c | 6 | * |
Kojto | 111:4336505e4b1c | 7 | * \ingroup group_sam0_utils |
Kojto | 111:4336505e4b1c | 8 | * |
Kojto | 111:4336505e4b1c | 9 | * @{ |
Kojto | 111:4336505e4b1c | 10 | */ |
Kojto | 111:4336505e4b1c | 11 | |
Kojto | 111:4336505e4b1c | 12 | #include "preprocessor.h" |
Kojto | 111:4336505e4b1c | 13 | |
Kojto | 111:4336505e4b1c | 14 | #define DEC_256 255 |
Kojto | 111:4336505e4b1c | 15 | #define DEC_255 254 |
Kojto | 111:4336505e4b1c | 16 | #define DEC_254 253 |
Kojto | 111:4336505e4b1c | 17 | #define DEC_253 252 |
Kojto | 111:4336505e4b1c | 18 | #define DEC_252 251 |
Kojto | 111:4336505e4b1c | 19 | #define DEC_251 250 |
Kojto | 111:4336505e4b1c | 20 | #define DEC_250 249 |
Kojto | 111:4336505e4b1c | 21 | #define DEC_249 248 |
Kojto | 111:4336505e4b1c | 22 | #define DEC_248 247 |
Kojto | 111:4336505e4b1c | 23 | #define DEC_247 246 |
Kojto | 111:4336505e4b1c | 24 | #define DEC_246 245 |
Kojto | 111:4336505e4b1c | 25 | #define DEC_245 244 |
Kojto | 111:4336505e4b1c | 26 | #define DEC_244 243 |
Kojto | 111:4336505e4b1c | 27 | #define DEC_243 242 |
Kojto | 111:4336505e4b1c | 28 | #define DEC_242 241 |
Kojto | 111:4336505e4b1c | 29 | #define DEC_241 240 |
Kojto | 111:4336505e4b1c | 30 | #define DEC_240 239 |
Kojto | 111:4336505e4b1c | 31 | #define DEC_239 238 |
Kojto | 111:4336505e4b1c | 32 | #define DEC_238 237 |
Kojto | 111:4336505e4b1c | 33 | #define DEC_237 236 |
Kojto | 111:4336505e4b1c | 34 | #define DEC_236 235 |
Kojto | 111:4336505e4b1c | 35 | #define DEC_235 234 |
Kojto | 111:4336505e4b1c | 36 | #define DEC_234 233 |
Kojto | 111:4336505e4b1c | 37 | #define DEC_233 232 |
Kojto | 111:4336505e4b1c | 38 | #define DEC_232 231 |
Kojto | 111:4336505e4b1c | 39 | #define DEC_231 230 |
Kojto | 111:4336505e4b1c | 40 | #define DEC_230 229 |
Kojto | 111:4336505e4b1c | 41 | #define DEC_229 228 |
Kojto | 111:4336505e4b1c | 42 | #define DEC_228 227 |
Kojto | 111:4336505e4b1c | 43 | #define DEC_227 226 |
Kojto | 111:4336505e4b1c | 44 | #define DEC_226 225 |
Kojto | 111:4336505e4b1c | 45 | #define DEC_225 224 |
Kojto | 111:4336505e4b1c | 46 | #define DEC_224 223 |
Kojto | 111:4336505e4b1c | 47 | #define DEC_223 222 |
Kojto | 111:4336505e4b1c | 48 | #define DEC_222 221 |
Kojto | 111:4336505e4b1c | 49 | #define DEC_221 220 |
Kojto | 111:4336505e4b1c | 50 | #define DEC_220 219 |
Kojto | 111:4336505e4b1c | 51 | #define DEC_219 218 |
Kojto | 111:4336505e4b1c | 52 | #define DEC_218 217 |
Kojto | 111:4336505e4b1c | 53 | #define DEC_217 216 |
Kojto | 111:4336505e4b1c | 54 | #define DEC_216 215 |
Kojto | 111:4336505e4b1c | 55 | #define DEC_215 214 |
Kojto | 111:4336505e4b1c | 56 | #define DEC_214 213 |
Kojto | 111:4336505e4b1c | 57 | #define DEC_213 212 |
Kojto | 111:4336505e4b1c | 58 | #define DEC_212 211 |
Kojto | 111:4336505e4b1c | 59 | #define DEC_211 210 |
Kojto | 111:4336505e4b1c | 60 | #define DEC_210 209 |
Kojto | 111:4336505e4b1c | 61 | #define DEC_209 208 |
Kojto | 111:4336505e4b1c | 62 | #define DEC_208 207 |
Kojto | 111:4336505e4b1c | 63 | #define DEC_207 206 |
Kojto | 111:4336505e4b1c | 64 | #define DEC_206 205 |
Kojto | 111:4336505e4b1c | 65 | #define DEC_205 204 |
Kojto | 111:4336505e4b1c | 66 | #define DEC_204 203 |
Kojto | 111:4336505e4b1c | 67 | #define DEC_203 202 |
Kojto | 111:4336505e4b1c | 68 | #define DEC_202 201 |
Kojto | 111:4336505e4b1c | 69 | #define DEC_201 200 |
Kojto | 111:4336505e4b1c | 70 | #define DEC_200 199 |
Kojto | 111:4336505e4b1c | 71 | #define DEC_199 198 |
Kojto | 111:4336505e4b1c | 72 | #define DEC_198 197 |
Kojto | 111:4336505e4b1c | 73 | #define DEC_197 196 |
Kojto | 111:4336505e4b1c | 74 | #define DEC_196 195 |
Kojto | 111:4336505e4b1c | 75 | #define DEC_195 194 |
Kojto | 111:4336505e4b1c | 76 | #define DEC_194 193 |
Kojto | 111:4336505e4b1c | 77 | #define DEC_193 192 |
Kojto | 111:4336505e4b1c | 78 | #define DEC_192 191 |
Kojto | 111:4336505e4b1c | 79 | #define DEC_191 190 |
Kojto | 111:4336505e4b1c | 80 | #define DEC_190 189 |
Kojto | 111:4336505e4b1c | 81 | #define DEC_189 188 |
Kojto | 111:4336505e4b1c | 82 | #define DEC_188 187 |
Kojto | 111:4336505e4b1c | 83 | #define DEC_187 186 |
Kojto | 111:4336505e4b1c | 84 | #define DEC_186 185 |
Kojto | 111:4336505e4b1c | 85 | #define DEC_185 184 |
Kojto | 111:4336505e4b1c | 86 | #define DEC_184 183 |
Kojto | 111:4336505e4b1c | 87 | #define DEC_183 182 |
Kojto | 111:4336505e4b1c | 88 | #define DEC_182 181 |
Kojto | 111:4336505e4b1c | 89 | #define DEC_181 180 |
Kojto | 111:4336505e4b1c | 90 | #define DEC_180 179 |
Kojto | 111:4336505e4b1c | 91 | #define DEC_179 178 |
Kojto | 111:4336505e4b1c | 92 | #define DEC_178 177 |
Kojto | 111:4336505e4b1c | 93 | #define DEC_177 176 |
Kojto | 111:4336505e4b1c | 94 | #define DEC_176 175 |
Kojto | 111:4336505e4b1c | 95 | #define DEC_175 174 |
Kojto | 111:4336505e4b1c | 96 | #define DEC_174 173 |
Kojto | 111:4336505e4b1c | 97 | #define DEC_173 172 |
Kojto | 111:4336505e4b1c | 98 | #define DEC_172 171 |
Kojto | 111:4336505e4b1c | 99 | #define DEC_171 170 |
Kojto | 111:4336505e4b1c | 100 | #define DEC_170 169 |
Kojto | 111:4336505e4b1c | 101 | #define DEC_169 168 |
Kojto | 111:4336505e4b1c | 102 | #define DEC_168 167 |
Kojto | 111:4336505e4b1c | 103 | #define DEC_167 166 |
Kojto | 111:4336505e4b1c | 104 | #define DEC_166 165 |
Kojto | 111:4336505e4b1c | 105 | #define DEC_165 164 |
Kojto | 111:4336505e4b1c | 106 | #define DEC_164 163 |
Kojto | 111:4336505e4b1c | 107 | #define DEC_163 162 |
Kojto | 111:4336505e4b1c | 108 | #define DEC_162 161 |
Kojto | 111:4336505e4b1c | 109 | #define DEC_161 160 |
Kojto | 111:4336505e4b1c | 110 | #define DEC_160 159 |
Kojto | 111:4336505e4b1c | 111 | #define DEC_159 158 |
Kojto | 111:4336505e4b1c | 112 | #define DEC_158 157 |
Kojto | 111:4336505e4b1c | 113 | #define DEC_157 156 |
Kojto | 111:4336505e4b1c | 114 | #define DEC_156 155 |
Kojto | 111:4336505e4b1c | 115 | #define DEC_155 154 |
Kojto | 111:4336505e4b1c | 116 | #define DEC_154 153 |
Kojto | 111:4336505e4b1c | 117 | #define DEC_153 152 |
Kojto | 111:4336505e4b1c | 118 | #define DEC_152 151 |
Kojto | 111:4336505e4b1c | 119 | #define DEC_151 150 |
Kojto | 111:4336505e4b1c | 120 | #define DEC_150 149 |
Kojto | 111:4336505e4b1c | 121 | #define DEC_149 148 |
Kojto | 111:4336505e4b1c | 122 | #define DEC_148 147 |
Kojto | 111:4336505e4b1c | 123 | #define DEC_147 146 |
Kojto | 111:4336505e4b1c | 124 | #define DEC_146 145 |
Kojto | 111:4336505e4b1c | 125 | #define DEC_145 144 |
Kojto | 111:4336505e4b1c | 126 | #define DEC_144 143 |
Kojto | 111:4336505e4b1c | 127 | #define DEC_143 142 |
Kojto | 111:4336505e4b1c | 128 | #define DEC_142 141 |
Kojto | 111:4336505e4b1c | 129 | #define DEC_141 140 |
Kojto | 111:4336505e4b1c | 130 | #define DEC_140 139 |
Kojto | 111:4336505e4b1c | 131 | #define DEC_139 138 |
Kojto | 111:4336505e4b1c | 132 | #define DEC_138 137 |
Kojto | 111:4336505e4b1c | 133 | #define DEC_137 136 |
Kojto | 111:4336505e4b1c | 134 | #define DEC_136 135 |
Kojto | 111:4336505e4b1c | 135 | #define DEC_135 134 |
Kojto | 111:4336505e4b1c | 136 | #define DEC_134 133 |
Kojto | 111:4336505e4b1c | 137 | #define DEC_133 132 |
Kojto | 111:4336505e4b1c | 138 | #define DEC_132 131 |
Kojto | 111:4336505e4b1c | 139 | #define DEC_131 130 |
Kojto | 111:4336505e4b1c | 140 | #define DEC_130 129 |
Kojto | 111:4336505e4b1c | 141 | #define DEC_129 128 |
Kojto | 111:4336505e4b1c | 142 | #define DEC_128 127 |
Kojto | 111:4336505e4b1c | 143 | #define DEC_127 126 |
Kojto | 111:4336505e4b1c | 144 | #define DEC_126 125 |
Kojto | 111:4336505e4b1c | 145 | #define DEC_125 124 |
Kojto | 111:4336505e4b1c | 146 | #define DEC_124 123 |
Kojto | 111:4336505e4b1c | 147 | #define DEC_123 122 |
Kojto | 111:4336505e4b1c | 148 | #define DEC_122 121 |
Kojto | 111:4336505e4b1c | 149 | #define DEC_121 120 |
Kojto | 111:4336505e4b1c | 150 | #define DEC_120 119 |
Kojto | 111:4336505e4b1c | 151 | #define DEC_119 118 |
Kojto | 111:4336505e4b1c | 152 | #define DEC_118 117 |
Kojto | 111:4336505e4b1c | 153 | #define DEC_117 116 |
Kojto | 111:4336505e4b1c | 154 | #define DEC_116 115 |
Kojto | 111:4336505e4b1c | 155 | #define DEC_115 114 |
Kojto | 111:4336505e4b1c | 156 | #define DEC_114 113 |
Kojto | 111:4336505e4b1c | 157 | #define DEC_113 112 |
Kojto | 111:4336505e4b1c | 158 | #define DEC_112 111 |
Kojto | 111:4336505e4b1c | 159 | #define DEC_111 110 |
Kojto | 111:4336505e4b1c | 160 | #define DEC_110 109 |
Kojto | 111:4336505e4b1c | 161 | #define DEC_109 108 |
Kojto | 111:4336505e4b1c | 162 | #define DEC_108 107 |
Kojto | 111:4336505e4b1c | 163 | #define DEC_107 106 |
Kojto | 111:4336505e4b1c | 164 | #define DEC_106 105 |
Kojto | 111:4336505e4b1c | 165 | #define DEC_105 104 |
Kojto | 111:4336505e4b1c | 166 | #define DEC_104 103 |
Kojto | 111:4336505e4b1c | 167 | #define DEC_103 102 |
Kojto | 111:4336505e4b1c | 168 | #define DEC_102 101 |
Kojto | 111:4336505e4b1c | 169 | #define DEC_101 100 |
Kojto | 111:4336505e4b1c | 170 | #define DEC_100 99 |
Kojto | 111:4336505e4b1c | 171 | #define DEC_99 98 |
Kojto | 111:4336505e4b1c | 172 | #define DEC_98 97 |
Kojto | 111:4336505e4b1c | 173 | #define DEC_97 96 |
Kojto | 111:4336505e4b1c | 174 | #define DEC_96 95 |
Kojto | 111:4336505e4b1c | 175 | #define DEC_95 94 |
Kojto | 111:4336505e4b1c | 176 | #define DEC_94 93 |
Kojto | 111:4336505e4b1c | 177 | #define DEC_93 92 |
Kojto | 111:4336505e4b1c | 178 | #define DEC_92 91 |
Kojto | 111:4336505e4b1c | 179 | #define DEC_91 90 |
Kojto | 111:4336505e4b1c | 180 | #define DEC_90 89 |
Kojto | 111:4336505e4b1c | 181 | #define DEC_89 88 |
Kojto | 111:4336505e4b1c | 182 | #define DEC_88 87 |
Kojto | 111:4336505e4b1c | 183 | #define DEC_87 86 |
Kojto | 111:4336505e4b1c | 184 | #define DEC_86 85 |
Kojto | 111:4336505e4b1c | 185 | #define DEC_85 84 |
Kojto | 111:4336505e4b1c | 186 | #define DEC_84 83 |
Kojto | 111:4336505e4b1c | 187 | #define DEC_83 82 |
Kojto | 111:4336505e4b1c | 188 | #define DEC_82 81 |
Kojto | 111:4336505e4b1c | 189 | #define DEC_81 80 |
Kojto | 111:4336505e4b1c | 190 | #define DEC_80 79 |
Kojto | 111:4336505e4b1c | 191 | #define DEC_79 78 |
Kojto | 111:4336505e4b1c | 192 | #define DEC_78 77 |
Kojto | 111:4336505e4b1c | 193 | #define DEC_77 76 |
Kojto | 111:4336505e4b1c | 194 | #define DEC_76 75 |
Kojto | 111:4336505e4b1c | 195 | #define DEC_75 74 |
Kojto | 111:4336505e4b1c | 196 | #define DEC_74 73 |
Kojto | 111:4336505e4b1c | 197 | #define DEC_73 72 |
Kojto | 111:4336505e4b1c | 198 | #define DEC_72 71 |
Kojto | 111:4336505e4b1c | 199 | #define DEC_71 70 |
Kojto | 111:4336505e4b1c | 200 | #define DEC_70 69 |
Kojto | 111:4336505e4b1c | 201 | #define DEC_69 68 |
Kojto | 111:4336505e4b1c | 202 | #define DEC_68 67 |
Kojto | 111:4336505e4b1c | 203 | #define DEC_67 66 |
Kojto | 111:4336505e4b1c | 204 | #define DEC_66 65 |
Kojto | 111:4336505e4b1c | 205 | #define DEC_65 64 |
Kojto | 111:4336505e4b1c | 206 | #define DEC_64 63 |
Kojto | 111:4336505e4b1c | 207 | #define DEC_63 62 |
Kojto | 111:4336505e4b1c | 208 | #define DEC_62 61 |
Kojto | 111:4336505e4b1c | 209 | #define DEC_61 60 |
Kojto | 111:4336505e4b1c | 210 | #define DEC_60 59 |
Kojto | 111:4336505e4b1c | 211 | #define DEC_59 58 |
Kojto | 111:4336505e4b1c | 212 | #define DEC_58 57 |
Kojto | 111:4336505e4b1c | 213 | #define DEC_57 56 |
Kojto | 111:4336505e4b1c | 214 | #define DEC_56 55 |
Kojto | 111:4336505e4b1c | 215 | #define DEC_55 54 |
Kojto | 111:4336505e4b1c | 216 | #define DEC_54 53 |
Kojto | 111:4336505e4b1c | 217 | #define DEC_53 52 |
Kojto | 111:4336505e4b1c | 218 | #define DEC_52 51 |
Kojto | 111:4336505e4b1c | 219 | #define DEC_51 50 |
Kojto | 111:4336505e4b1c | 220 | #define DEC_50 49 |
Kojto | 111:4336505e4b1c | 221 | #define DEC_49 48 |
Kojto | 111:4336505e4b1c | 222 | #define DEC_48 47 |
Kojto | 111:4336505e4b1c | 223 | #define DEC_47 46 |
Kojto | 111:4336505e4b1c | 224 | #define DEC_46 45 |
Kojto | 111:4336505e4b1c | 225 | #define DEC_45 44 |
Kojto | 111:4336505e4b1c | 226 | #define DEC_44 43 |
Kojto | 111:4336505e4b1c | 227 | #define DEC_43 42 |
Kojto | 111:4336505e4b1c | 228 | #define DEC_42 41 |
Kojto | 111:4336505e4b1c | 229 | #define DEC_41 40 |
Kojto | 111:4336505e4b1c | 230 | #define DEC_40 39 |
Kojto | 111:4336505e4b1c | 231 | #define DEC_39 38 |
Kojto | 111:4336505e4b1c | 232 | #define DEC_38 37 |
Kojto | 111:4336505e4b1c | 233 | #define DEC_37 36 |
Kojto | 111:4336505e4b1c | 234 | #define DEC_36 35 |
Kojto | 111:4336505e4b1c | 235 | #define DEC_35 34 |
Kojto | 111:4336505e4b1c | 236 | #define DEC_34 33 |
Kojto | 111:4336505e4b1c | 237 | #define DEC_33 32 |
Kojto | 111:4336505e4b1c | 238 | #define DEC_32 31 |
Kojto | 111:4336505e4b1c | 239 | #define DEC_31 30 |
Kojto | 111:4336505e4b1c | 240 | #define DEC_30 29 |
Kojto | 111:4336505e4b1c | 241 | #define DEC_29 28 |
Kojto | 111:4336505e4b1c | 242 | #define DEC_28 27 |
Kojto | 111:4336505e4b1c | 243 | #define DEC_27 26 |
Kojto | 111:4336505e4b1c | 244 | #define DEC_26 25 |
Kojto | 111:4336505e4b1c | 245 | #define DEC_25 24 |
Kojto | 111:4336505e4b1c | 246 | #define DEC_24 23 |
Kojto | 111:4336505e4b1c | 247 | #define DEC_23 22 |
Kojto | 111:4336505e4b1c | 248 | #define DEC_22 21 |
Kojto | 111:4336505e4b1c | 249 | #define DEC_21 20 |
Kojto | 111:4336505e4b1c | 250 | #define DEC_20 19 |
Kojto | 111:4336505e4b1c | 251 | #define DEC_19 18 |
Kojto | 111:4336505e4b1c | 252 | #define DEC_18 17 |
Kojto | 111:4336505e4b1c | 253 | #define DEC_17 16 |
Kojto | 111:4336505e4b1c | 254 | #define DEC_16 15 |
Kojto | 111:4336505e4b1c | 255 | #define DEC_15 14 |
Kojto | 111:4336505e4b1c | 256 | #define DEC_14 13 |
Kojto | 111:4336505e4b1c | 257 | #define DEC_13 12 |
Kojto | 111:4336505e4b1c | 258 | #define DEC_12 11 |
Kojto | 111:4336505e4b1c | 259 | #define DEC_11 10 |
Kojto | 111:4336505e4b1c | 260 | #define DEC_10 9 |
Kojto | 111:4336505e4b1c | 261 | #define DEC_9 8 |
Kojto | 111:4336505e4b1c | 262 | #define DEC_8 7 |
Kojto | 111:4336505e4b1c | 263 | #define DEC_7 6 |
Kojto | 111:4336505e4b1c | 264 | #define DEC_6 5 |
Kojto | 111:4336505e4b1c | 265 | #define DEC_5 4 |
Kojto | 111:4336505e4b1c | 266 | #define DEC_4 3 |
Kojto | 111:4336505e4b1c | 267 | #define DEC_3 2 |
Kojto | 111:4336505e4b1c | 268 | #define DEC_2 1 |
Kojto | 111:4336505e4b1c | 269 | #define DEC_1 0 |
Kojto | 111:4336505e4b1c | 270 | #define DEC_(n) DEC_##n |
Kojto | 111:4336505e4b1c | 271 | |
Kojto | 111:4336505e4b1c | 272 | |
Kojto | 111:4336505e4b1c | 273 | /** Maximal number of repetitions supported by MRECURSION. */ |
Kojto | 111:4336505e4b1c | 274 | #define MRECURSION_LIMIT 256 |
Kojto | 111:4336505e4b1c | 275 | |
Kojto | 111:4336505e4b1c | 276 | /** \brief Macro recursion. |
Kojto | 111:4336505e4b1c | 277 | * |
Kojto | 111:4336505e4b1c | 278 | * This macro represents a horizontal repetition construct. |
Kojto | 111:4336505e4b1c | 279 | * |
Kojto | 111:4336505e4b1c | 280 | * \param[in] count The number of repetitious calls to macro. Valid values |
Kojto | 111:4336505e4b1c | 281 | * range from 0 to MRECURSION_LIMIT. |
Kojto | 111:4336505e4b1c | 282 | * \param[in] macro A binary operation of the form macro(data, n). This macro |
Kojto | 111:4336505e4b1c | 283 | * is expanded by MRECURSION with the current repetition number |
Kojto | 111:4336505e4b1c | 284 | * and the auxiliary data argument. |
Kojto | 111:4336505e4b1c | 285 | * \param[in] data A recursive threshold, building on this to decline by times |
Kojto | 111:4336505e4b1c | 286 | * defined with param count. |
Kojto | 111:4336505e4b1c | 287 | * |
Kojto | 111:4336505e4b1c | 288 | * \return <tt>macro(data-count+1,0) macro(data-count+2,1)...macro(data,count-1)</tt> |
Kojto | 111:4336505e4b1c | 289 | */ |
Kojto | 111:4336505e4b1c | 290 | #define MRECURSION(count, macro, data) TPASTE2(MRECURSION, count) (macro, data) |
Kojto | 111:4336505e4b1c | 291 | |
Kojto | 111:4336505e4b1c | 292 | #define MRECURSION0( macro, data) |
Kojto | 111:4336505e4b1c | 293 | #define MRECURSION1( macro, data) MRECURSION0( macro, DEC_(data)) macro(data, 0) |
Kojto | 111:4336505e4b1c | 294 | #define MRECURSION2( macro, data) MRECURSION1( macro, DEC_(data)) macro(data, 1) |
Kojto | 111:4336505e4b1c | 295 | #define MRECURSION3( macro, data) MRECURSION2( macro, DEC_(data)) macro(data, 2) |
Kojto | 111:4336505e4b1c | 296 | #define MRECURSION4( macro, data) MRECURSION3( macro, DEC_(data)) macro(data, 3) |
Kojto | 111:4336505e4b1c | 297 | #define MRECURSION5( macro, data) MRECURSION4( macro, DEC_(data)) macro(data, 4) |
Kojto | 111:4336505e4b1c | 298 | #define MRECURSION6( macro, data) MRECURSION5( macro, DEC_(data)) macro(data, 5) |
Kojto | 111:4336505e4b1c | 299 | #define MRECURSION7( macro, data) MRECURSION6( macro, DEC_(data)) macro(data, 6) |
Kojto | 111:4336505e4b1c | 300 | #define MRECURSION8( macro, data) MRECURSION7( macro, DEC_(data)) macro(data, 7) |
Kojto | 111:4336505e4b1c | 301 | #define MRECURSION9( macro, data) MRECURSION8( macro, DEC_(data)) macro(data, 8) |
Kojto | 111:4336505e4b1c | 302 | #define MRECURSION10( macro, data) MRECURSION9( macro, DEC_(data)) macro(data, 9) |
Kojto | 111:4336505e4b1c | 303 | #define MRECURSION11( macro, data) MRECURSION10( macro, DEC_(data)) macro(data, 10) |
Kojto | 111:4336505e4b1c | 304 | #define MRECURSION12( macro, data) MRECURSION11( macro, DEC_(data)) macro(data, 11) |
Kojto | 111:4336505e4b1c | 305 | #define MRECURSION13( macro, data) MRECURSION12( macro, DEC_(data)) macro(data, 12) |
Kojto | 111:4336505e4b1c | 306 | #define MRECURSION14( macro, data) MRECURSION13( macro, DEC_(data)) macro(data, 13) |
Kojto | 111:4336505e4b1c | 307 | #define MRECURSION15( macro, data) MRECURSION14( macro, DEC_(data)) macro(data, 14) |
Kojto | 111:4336505e4b1c | 308 | #define MRECURSION16( macro, data) MRECURSION15( macro, DEC_(data)) macro(data, 15) |
Kojto | 111:4336505e4b1c | 309 | #define MRECURSION17( macro, data) MRECURSION16( macro, DEC_(data)) macro(data, 16) |
Kojto | 111:4336505e4b1c | 310 | #define MRECURSION18( macro, data) MRECURSION17( macro, DEC_(data)) macro(data, 17) |
Kojto | 111:4336505e4b1c | 311 | #define MRECURSION19( macro, data) MRECURSION18( macro, DEC_(data)) macro(data, 18) |
Kojto | 111:4336505e4b1c | 312 | #define MRECURSION20( macro, data) MRECURSION19( macro, DEC_(data)) macro(data, 19) |
Kojto | 111:4336505e4b1c | 313 | #define MRECURSION21( macro, data) MRECURSION20( macro, DEC_(data)) macro(data, 20) |
Kojto | 111:4336505e4b1c | 314 | #define MRECURSION22( macro, data) MRECURSION21( macro, DEC_(data)) macro(data, 21) |
Kojto | 111:4336505e4b1c | 315 | #define MRECURSION23( macro, data) MRECURSION22( macro, DEC_(data)) macro(data, 22) |
Kojto | 111:4336505e4b1c | 316 | #define MRECURSION24( macro, data) MRECURSION23( macro, DEC_(data)) macro(data, 23) |
Kojto | 111:4336505e4b1c | 317 | #define MRECURSION25( macro, data) MRECURSION24( macro, DEC_(data)) macro(data, 24) |
Kojto | 111:4336505e4b1c | 318 | #define MRECURSION26( macro, data) MRECURSION25( macro, DEC_(data)) macro(data, 25) |
Kojto | 111:4336505e4b1c | 319 | #define MRECURSION27( macro, data) MRECURSION26( macro, DEC_(data)) macro(data, 26) |
Kojto | 111:4336505e4b1c | 320 | #define MRECURSION28( macro, data) MRECURSION27( macro, DEC_(data)) macro(data, 27) |
Kojto | 111:4336505e4b1c | 321 | #define MRECURSION29( macro, data) MRECURSION28( macro, DEC_(data)) macro(data, 28) |
Kojto | 111:4336505e4b1c | 322 | #define MRECURSION30( macro, data) MRECURSION29( macro, DEC_(data)) macro(data, 29) |
Kojto | 111:4336505e4b1c | 323 | #define MRECURSION31( macro, data) MRECURSION30( macro, DEC_(data)) macro(data, 30) |
Kojto | 111:4336505e4b1c | 324 | #define MRECURSION32( macro, data) MRECURSION31( macro, DEC_(data)) macro(data, 31) |
Kojto | 111:4336505e4b1c | 325 | #define MRECURSION33( macro, data) MRECURSION32( macro, DEC_(data)) macro(data, 32) |
Kojto | 111:4336505e4b1c | 326 | #define MRECURSION34( macro, data) MRECURSION33( macro, DEC_(data)) macro(data, 33) |
Kojto | 111:4336505e4b1c | 327 | #define MRECURSION35( macro, data) MRECURSION34( macro, DEC_(data)) macro(data, 34) |
Kojto | 111:4336505e4b1c | 328 | #define MRECURSION36( macro, data) MRECURSION35( macro, DEC_(data)) macro(data, 35) |
Kojto | 111:4336505e4b1c | 329 | #define MRECURSION37( macro, data) MRECURSION36( macro, DEC_(data)) macro(data, 36) |
Kojto | 111:4336505e4b1c | 330 | #define MRECURSION38( macro, data) MRECURSION37( macro, DEC_(data)) macro(data, 37) |
Kojto | 111:4336505e4b1c | 331 | #define MRECURSION39( macro, data) MRECURSION38( macro, DEC_(data)) macro(data, 38) |
Kojto | 111:4336505e4b1c | 332 | #define MRECURSION40( macro, data) MRECURSION39( macro, DEC_(data)) macro(data, 39) |
Kojto | 111:4336505e4b1c | 333 | #define MRECURSION41( macro, data) MRECURSION40( macro, DEC_(data)) macro(data, 40) |
Kojto | 111:4336505e4b1c | 334 | #define MRECURSION42( macro, data) MRECURSION41( macro, DEC_(data)) macro(data, 41) |
Kojto | 111:4336505e4b1c | 335 | #define MRECURSION43( macro, data) MRECURSION42( macro, DEC_(data)) macro(data, 42) |
Kojto | 111:4336505e4b1c | 336 | #define MRECURSION44( macro, data) MRECURSION43( macro, DEC_(data)) macro(data, 43) |
Kojto | 111:4336505e4b1c | 337 | #define MRECURSION45( macro, data) MRECURSION44( macro, DEC_(data)) macro(data, 44) |
Kojto | 111:4336505e4b1c | 338 | #define MRECURSION46( macro, data) MRECURSION45( macro, DEC_(data)) macro(data, 45) |
Kojto | 111:4336505e4b1c | 339 | #define MRECURSION47( macro, data) MRECURSION46( macro, DEC_(data)) macro(data, 46) |
Kojto | 111:4336505e4b1c | 340 | #define MRECURSION48( macro, data) MRECURSION47( macro, DEC_(data)) macro(data, 47) |
Kojto | 111:4336505e4b1c | 341 | #define MRECURSION49( macro, data) MRECURSION48( macro, DEC_(data)) macro(data, 48) |
Kojto | 111:4336505e4b1c | 342 | #define MRECURSION50( macro, data) MRECURSION49( macro, DEC_(data)) macro(data, 49) |
Kojto | 111:4336505e4b1c | 343 | #define MRECURSION51( macro, data) MRECURSION50( macro, DEC_(data)) macro(data, 50) |
Kojto | 111:4336505e4b1c | 344 | #define MRECURSION52( macro, data) MRECURSION51( macro, DEC_(data)) macro(data, 51) |
Kojto | 111:4336505e4b1c | 345 | #define MRECURSION53( macro, data) MRECURSION52( macro, DEC_(data)) macro(data, 52) |
Kojto | 111:4336505e4b1c | 346 | #define MRECURSION54( macro, data) MRECURSION53( macro, DEC_(data)) macro(data, 53) |
Kojto | 111:4336505e4b1c | 347 | #define MRECURSION55( macro, data) MRECURSION54( macro, DEC_(data)) macro(data, 54) |
Kojto | 111:4336505e4b1c | 348 | #define MRECURSION56( macro, data) MRECURSION55( macro, DEC_(data)) macro(data, 55) |
Kojto | 111:4336505e4b1c | 349 | #define MRECURSION57( macro, data) MRECURSION56( macro, DEC_(data)) macro(data, 56) |
Kojto | 111:4336505e4b1c | 350 | #define MRECURSION58( macro, data) MRECURSION57( macro, DEC_(data)) macro(data, 57) |
Kojto | 111:4336505e4b1c | 351 | #define MRECURSION59( macro, data) MRECURSION58( macro, DEC_(data)) macro(data, 58) |
Kojto | 111:4336505e4b1c | 352 | #define MRECURSION60( macro, data) MRECURSION59( macro, DEC_(data)) macro(data, 59) |
Kojto | 111:4336505e4b1c | 353 | #define MRECURSION61( macro, data) MRECURSION60( macro, DEC_(data)) macro(data, 60) |
Kojto | 111:4336505e4b1c | 354 | #define MRECURSION62( macro, data) MRECURSION61( macro, DEC_(data)) macro(data, 61) |
Kojto | 111:4336505e4b1c | 355 | #define MRECURSION63( macro, data) MRECURSION62( macro, DEC_(data)) macro(data, 62) |
Kojto | 111:4336505e4b1c | 356 | #define MRECURSION64( macro, data) MRECURSION63( macro, DEC_(data)) macro(data, 63) |
Kojto | 111:4336505e4b1c | 357 | #define MRECURSION65( macro, data) MRECURSION64( macro, DEC_(data)) macro(data, 64) |
Kojto | 111:4336505e4b1c | 358 | #define MRECURSION66( macro, data) MRECURSION65( macro, DEC_(data)) macro(data, 65) |
Kojto | 111:4336505e4b1c | 359 | #define MRECURSION67( macro, data) MRECURSION66( macro, DEC_(data)) macro(data, 66) |
Kojto | 111:4336505e4b1c | 360 | #define MRECURSION68( macro, data) MRECURSION67( macro, DEC_(data)) macro(data, 67) |
Kojto | 111:4336505e4b1c | 361 | #define MRECURSION69( macro, data) MRECURSION68( macro, DEC_(data)) macro(data, 68) |
Kojto | 111:4336505e4b1c | 362 | #define MRECURSION70( macro, data) MRECURSION69( macro, DEC_(data)) macro(data, 69) |
Kojto | 111:4336505e4b1c | 363 | #define MRECURSION71( macro, data) MRECURSION70( macro, DEC_(data)) macro(data, 70) |
Kojto | 111:4336505e4b1c | 364 | #define MRECURSION72( macro, data) MRECURSION71( macro, DEC_(data)) macro(data, 71) |
Kojto | 111:4336505e4b1c | 365 | #define MRECURSION73( macro, data) MRECURSION72( macro, DEC_(data)) macro(data, 72) |
Kojto | 111:4336505e4b1c | 366 | #define MRECURSION74( macro, data) MRECURSION73( macro, DEC_(data)) macro(data, 73) |
Kojto | 111:4336505e4b1c | 367 | #define MRECURSION75( macro, data) MRECURSION74( macro, DEC_(data)) macro(data, 74) |
Kojto | 111:4336505e4b1c | 368 | #define MRECURSION76( macro, data) MRECURSION75( macro, DEC_(data)) macro(data, 75) |
Kojto | 111:4336505e4b1c | 369 | #define MRECURSION77( macro, data) MRECURSION76( macro, DEC_(data)) macro(data, 76) |
Kojto | 111:4336505e4b1c | 370 | #define MRECURSION78( macro, data) MRECURSION77( macro, DEC_(data)) macro(data, 77) |
Kojto | 111:4336505e4b1c | 371 | #define MRECURSION79( macro, data) MRECURSION78( macro, DEC_(data)) macro(data, 78) |
Kojto | 111:4336505e4b1c | 372 | #define MRECURSION80( macro, data) MRECURSION79( macro, DEC_(data)) macro(data, 79) |
Kojto | 111:4336505e4b1c | 373 | #define MRECURSION81( macro, data) MRECURSION80( macro, DEC_(data)) macro(data, 80) |
Kojto | 111:4336505e4b1c | 374 | #define MRECURSION82( macro, data) MRECURSION81( macro, DEC_(data)) macro(data, 81) |
Kojto | 111:4336505e4b1c | 375 | #define MRECURSION83( macro, data) MRECURSION82( macro, DEC_(data)) macro(data, 82) |
Kojto | 111:4336505e4b1c | 376 | #define MRECURSION84( macro, data) MRECURSION83( macro, DEC_(data)) macro(data, 83) |
Kojto | 111:4336505e4b1c | 377 | #define MRECURSION85( macro, data) MRECURSION84( macro, DEC_(data)) macro(data, 84) |
Kojto | 111:4336505e4b1c | 378 | #define MRECURSION86( macro, data) MRECURSION85( macro, DEC_(data)) macro(data, 85) |
Kojto | 111:4336505e4b1c | 379 | #define MRECURSION87( macro, data) MRECURSION86( macro, DEC_(data)) macro(data, 86) |
Kojto | 111:4336505e4b1c | 380 | #define MRECURSION88( macro, data) MRECURSION87( macro, DEC_(data)) macro(data, 87) |
Kojto | 111:4336505e4b1c | 381 | #define MRECURSION89( macro, data) MRECURSION88( macro, DEC_(data)) macro(data, 88) |
Kojto | 111:4336505e4b1c | 382 | #define MRECURSION90( macro, data) MRECURSION89( macro, DEC_(data)) macro(data, 89) |
Kojto | 111:4336505e4b1c | 383 | #define MRECURSION91( macro, data) MRECURSION90( macro, DEC_(data)) macro(data, 90) |
Kojto | 111:4336505e4b1c | 384 | #define MRECURSION92( macro, data) MRECURSION91( macro, DEC_(data)) macro(data, 91) |
Kojto | 111:4336505e4b1c | 385 | #define MRECURSION93( macro, data) MRECURSION92( macro, DEC_(data)) macro(data, 92) |
Kojto | 111:4336505e4b1c | 386 | #define MRECURSION94( macro, data) MRECURSION93( macro, DEC_(data)) macro(data, 93) |
Kojto | 111:4336505e4b1c | 387 | #define MRECURSION95( macro, data) MRECURSION94( macro, DEC_(data)) macro(data, 94) |
Kojto | 111:4336505e4b1c | 388 | #define MRECURSION96( macro, data) MRECURSION95( macro, DEC_(data)) macro(data, 95) |
Kojto | 111:4336505e4b1c | 389 | #define MRECURSION97( macro, data) MRECURSION96( macro, DEC_(data)) macro(data, 96) |
Kojto | 111:4336505e4b1c | 390 | #define MRECURSION98( macro, data) MRECURSION97( macro, DEC_(data)) macro(data, 97) |
Kojto | 111:4336505e4b1c | 391 | #define MRECURSION99( macro, data) MRECURSION98( macro, DEC_(data)) macro(data, 98) |
Kojto | 111:4336505e4b1c | 392 | #define MRECURSION100(macro, data) MRECURSION99( macro, DEC_(data)) macro(data, 99) |
Kojto | 111:4336505e4b1c | 393 | #define MRECURSION101(macro, data) MRECURSION100( macro, DEC_(data)) macro(data, 100) |
Kojto | 111:4336505e4b1c | 394 | #define MRECURSION102(macro, data) MRECURSION101( macro, DEC_(data)) macro(data, 101) |
Kojto | 111:4336505e4b1c | 395 | #define MRECURSION103(macro, data) MRECURSION102( macro, DEC_(data)) macro(data, 102) |
Kojto | 111:4336505e4b1c | 396 | #define MRECURSION104(macro, data) MRECURSION103( macro, DEC_(data)) macro(data, 103) |
Kojto | 111:4336505e4b1c | 397 | #define MRECURSION105(macro, data) MRECURSION104( macro, DEC_(data)) macro(data, 104) |
Kojto | 111:4336505e4b1c | 398 | #define MRECURSION106(macro, data) MRECURSION105( macro, DEC_(data)) macro(data, 105) |
Kojto | 111:4336505e4b1c | 399 | #define MRECURSION107(macro, data) MRECURSION106( macro, DEC_(data)) macro(data, 106) |
Kojto | 111:4336505e4b1c | 400 | #define MRECURSION108(macro, data) MRECURSION107( macro, DEC_(data)) macro(data, 107) |
Kojto | 111:4336505e4b1c | 401 | #define MRECURSION109(macro, data) MRECURSION108( macro, DEC_(data)) macro(data, 108) |
Kojto | 111:4336505e4b1c | 402 | #define MRECURSION110(macro, data) MRECURSION109( macro, DEC_(data)) macro(data, 109) |
Kojto | 111:4336505e4b1c | 403 | #define MRECURSION111(macro, data) MRECURSION110( macro, DEC_(data)) macro(data, 110) |
Kojto | 111:4336505e4b1c | 404 | #define MRECURSION112(macro, data) MRECURSION111( macro, DEC_(data)) macro(data, 111) |
Kojto | 111:4336505e4b1c | 405 | #define MRECURSION113(macro, data) MRECURSION112( macro, DEC_(data)) macro(data, 112) |
Kojto | 111:4336505e4b1c | 406 | #define MRECURSION114(macro, data) MRECURSION113( macro, DEC_(data)) macro(data, 113) |
Kojto | 111:4336505e4b1c | 407 | #define MRECURSION115(macro, data) MRECURSION114( macro, DEC_(data)) macro(data, 114) |
Kojto | 111:4336505e4b1c | 408 | #define MRECURSION116(macro, data) MRECURSION115( macro, DEC_(data)) macro(data, 115) |
Kojto | 111:4336505e4b1c | 409 | #define MRECURSION117(macro, data) MRECURSION116( macro, DEC_(data)) macro(data, 116) |
Kojto | 111:4336505e4b1c | 410 | #define MRECURSION118(macro, data) MRECURSION117( macro, DEC_(data)) macro(data, 117) |
Kojto | 111:4336505e4b1c | 411 | #define MRECURSION119(macro, data) MRECURSION118( macro, DEC_(data)) macro(data, 118) |
Kojto | 111:4336505e4b1c | 412 | #define MRECURSION120(macro, data) MRECURSION119( macro, DEC_(data)) macro(data, 119) |
Kojto | 111:4336505e4b1c | 413 | #define MRECURSION121(macro, data) MRECURSION120( macro, DEC_(data)) macro(data, 120) |
Kojto | 111:4336505e4b1c | 414 | #define MRECURSION122(macro, data) MRECURSION121( macro, DEC_(data)) macro(data, 121) |
Kojto | 111:4336505e4b1c | 415 | #define MRECURSION123(macro, data) MRECURSION122( macro, DEC_(data)) macro(data, 122) |
Kojto | 111:4336505e4b1c | 416 | #define MRECURSION124(macro, data) MRECURSION123( macro, DEC_(data)) macro(data, 123) |
Kojto | 111:4336505e4b1c | 417 | #define MRECURSION125(macro, data) MRECURSION124( macro, DEC_(data)) macro(data, 124) |
Kojto | 111:4336505e4b1c | 418 | #define MRECURSION126(macro, data) MRECURSION125( macro, DEC_(data)) macro(data, 125) |
Kojto | 111:4336505e4b1c | 419 | #define MRECURSION127(macro, data) MRECURSION126( macro, DEC_(data)) macro(data, 126) |
Kojto | 111:4336505e4b1c | 420 | #define MRECURSION128(macro, data) MRECURSION127( macro, DEC_(data)) macro(data, 127) |
Kojto | 111:4336505e4b1c | 421 | #define MRECURSION129(macro, data) MRECURSION128( macro, DEC_(data)) macro(data, 128) |
Kojto | 111:4336505e4b1c | 422 | #define MRECURSION130(macro, data) MRECURSION129( macro, DEC_(data)) macro(data, 129) |
Kojto | 111:4336505e4b1c | 423 | #define MRECURSION131(macro, data) MRECURSION130( macro, DEC_(data)) macro(data, 130) |
Kojto | 111:4336505e4b1c | 424 | #define MRECURSION132(macro, data) MRECURSION131( macro, DEC_(data)) macro(data, 131) |
Kojto | 111:4336505e4b1c | 425 | #define MRECURSION133(macro, data) MRECURSION132( macro, DEC_(data)) macro(data, 132) |
Kojto | 111:4336505e4b1c | 426 | #define MRECURSION134(macro, data) MRECURSION133( macro, DEC_(data)) macro(data, 133) |
Kojto | 111:4336505e4b1c | 427 | #define MRECURSION135(macro, data) MRECURSION134( macro, DEC_(data)) macro(data, 134) |
Kojto | 111:4336505e4b1c | 428 | #define MRECURSION136(macro, data) MRECURSION135( macro, DEC_(data)) macro(data, 135) |
Kojto | 111:4336505e4b1c | 429 | #define MRECURSION137(macro, data) MRECURSION136( macro, DEC_(data)) macro(data, 136) |
Kojto | 111:4336505e4b1c | 430 | #define MRECURSION138(macro, data) MRECURSION137( macro, DEC_(data)) macro(data, 137) |
Kojto | 111:4336505e4b1c | 431 | #define MRECURSION139(macro, data) MRECURSION138( macro, DEC_(data)) macro(data, 138) |
Kojto | 111:4336505e4b1c | 432 | #define MRECURSION140(macro, data) MRECURSION139( macro, DEC_(data)) macro(data, 139) |
Kojto | 111:4336505e4b1c | 433 | #define MRECURSION141(macro, data) MRECURSION140( macro, DEC_(data)) macro(data, 140) |
Kojto | 111:4336505e4b1c | 434 | #define MRECURSION142(macro, data) MRECURSION141( macro, DEC_(data)) macro(data, 141) |
Kojto | 111:4336505e4b1c | 435 | #define MRECURSION143(macro, data) MRECURSION142( macro, DEC_(data)) macro(data, 142) |
Kojto | 111:4336505e4b1c | 436 | #define MRECURSION144(macro, data) MRECURSION143( macro, DEC_(data)) macro(data, 143) |
Kojto | 111:4336505e4b1c | 437 | #define MRECURSION145(macro, data) MRECURSION144( macro, DEC_(data)) macro(data, 144) |
Kojto | 111:4336505e4b1c | 438 | #define MRECURSION146(macro, data) MRECURSION145( macro, DEC_(data)) macro(data, 145) |
Kojto | 111:4336505e4b1c | 439 | #define MRECURSION147(macro, data) MRECURSION146( macro, DEC_(data)) macro(data, 146) |
Kojto | 111:4336505e4b1c | 440 | #define MRECURSION148(macro, data) MRECURSION147( macro, DEC_(data)) macro(data, 147) |
Kojto | 111:4336505e4b1c | 441 | #define MRECURSION149(macro, data) MRECURSION148( macro, DEC_(data)) macro(data, 148) |
Kojto | 111:4336505e4b1c | 442 | #define MRECURSION150(macro, data) MRECURSION149( macro, DEC_(data)) macro(data, 149) |
Kojto | 111:4336505e4b1c | 443 | #define MRECURSION151(macro, data) MRECURSION150( macro, DEC_(data)) macro(data, 150) |
Kojto | 111:4336505e4b1c | 444 | #define MRECURSION152(macro, data) MRECURSION151( macro, DEC_(data)) macro(data, 151) |
Kojto | 111:4336505e4b1c | 445 | #define MRECURSION153(macro, data) MRECURSION152( macro, DEC_(data)) macro(data, 152) |
Kojto | 111:4336505e4b1c | 446 | #define MRECURSION154(macro, data) MRECURSION153( macro, DEC_(data)) macro(data, 153) |
Kojto | 111:4336505e4b1c | 447 | #define MRECURSION155(macro, data) MRECURSION154( macro, DEC_(data)) macro(data, 154) |
Kojto | 111:4336505e4b1c | 448 | #define MRECURSION156(macro, data) MRECURSION155( macro, DEC_(data)) macro(data, 155) |
Kojto | 111:4336505e4b1c | 449 | #define MRECURSION157(macro, data) MRECURSION156( macro, DEC_(data)) macro(data, 156) |
Kojto | 111:4336505e4b1c | 450 | #define MRECURSION158(macro, data) MRECURSION157( macro, DEC_(data)) macro(data, 157) |
Kojto | 111:4336505e4b1c | 451 | #define MRECURSION159(macro, data) MRECURSION158( macro, DEC_(data)) macro(data, 158) |
Kojto | 111:4336505e4b1c | 452 | #define MRECURSION160(macro, data) MRECURSION159( macro, DEC_(data)) macro(data, 159) |
Kojto | 111:4336505e4b1c | 453 | #define MRECURSION161(macro, data) MRECURSION160( macro, DEC_(data)) macro(data, 160) |
Kojto | 111:4336505e4b1c | 454 | #define MRECURSION162(macro, data) MRECURSION161( macro, DEC_(data)) macro(data, 161) |
Kojto | 111:4336505e4b1c | 455 | #define MRECURSION163(macro, data) MRECURSION162( macro, DEC_(data)) macro(data, 162) |
Kojto | 111:4336505e4b1c | 456 | #define MRECURSION164(macro, data) MRECURSION163( macro, DEC_(data)) macro(data, 163) |
Kojto | 111:4336505e4b1c | 457 | #define MRECURSION165(macro, data) MRECURSION164( macro, DEC_(data)) macro(data, 164) |
Kojto | 111:4336505e4b1c | 458 | #define MRECURSION166(macro, data) MRECURSION165( macro, DEC_(data)) macro(data, 165) |
Kojto | 111:4336505e4b1c | 459 | #define MRECURSION167(macro, data) MRECURSION166( macro, DEC_(data)) macro(data, 166) |
Kojto | 111:4336505e4b1c | 460 | #define MRECURSION168(macro, data) MRECURSION167( macro, DEC_(data)) macro(data, 167) |
Kojto | 111:4336505e4b1c | 461 | #define MRECURSION169(macro, data) MRECURSION168( macro, DEC_(data)) macro(data, 168) |
Kojto | 111:4336505e4b1c | 462 | #define MRECURSION170(macro, data) MRECURSION169( macro, DEC_(data)) macro(data, 169) |
Kojto | 111:4336505e4b1c | 463 | #define MRECURSION171(macro, data) MRECURSION170( macro, DEC_(data)) macro(data, 170) |
Kojto | 111:4336505e4b1c | 464 | #define MRECURSION172(macro, data) MRECURSION171( macro, DEC_(data)) macro(data, 171) |
Kojto | 111:4336505e4b1c | 465 | #define MRECURSION173(macro, data) MRECURSION172( macro, DEC_(data)) macro(data, 172) |
Kojto | 111:4336505e4b1c | 466 | #define MRECURSION174(macro, data) MRECURSION173( macro, DEC_(data)) macro(data, 173) |
Kojto | 111:4336505e4b1c | 467 | #define MRECURSION175(macro, data) MRECURSION174( macro, DEC_(data)) macro(data, 174) |
Kojto | 111:4336505e4b1c | 468 | #define MRECURSION176(macro, data) MRECURSION175( macro, DEC_(data)) macro(data, 175) |
Kojto | 111:4336505e4b1c | 469 | #define MRECURSION177(macro, data) MRECURSION176( macro, DEC_(data)) macro(data, 176) |
Kojto | 111:4336505e4b1c | 470 | #define MRECURSION178(macro, data) MRECURSION177( macro, DEC_(data)) macro(data, 177) |
Kojto | 111:4336505e4b1c | 471 | #define MRECURSION179(macro, data) MRECURSION178( macro, DEC_(data)) macro(data, 178) |
Kojto | 111:4336505e4b1c | 472 | #define MRECURSION180(macro, data) MRECURSION179( macro, DEC_(data)) macro(data, 179) |
Kojto | 111:4336505e4b1c | 473 | #define MRECURSION181(macro, data) MRECURSION180( macro, DEC_(data)) macro(data, 180) |
Kojto | 111:4336505e4b1c | 474 | #define MRECURSION182(macro, data) MRECURSION181( macro, DEC_(data)) macro(data, 181) |
Kojto | 111:4336505e4b1c | 475 | #define MRECURSION183(macro, data) MRECURSION182( macro, DEC_(data)) macro(data, 182) |
Kojto | 111:4336505e4b1c | 476 | #define MRECURSION184(macro, data) MRECURSION183( macro, DEC_(data)) macro(data, 183) |
Kojto | 111:4336505e4b1c | 477 | #define MRECURSION185(macro, data) MRECURSION184( macro, DEC_(data)) macro(data, 184) |
Kojto | 111:4336505e4b1c | 478 | #define MRECURSION186(macro, data) MRECURSION185( macro, DEC_(data)) macro(data, 185) |
Kojto | 111:4336505e4b1c | 479 | #define MRECURSION187(macro, data) MRECURSION186( macro, DEC_(data)) macro(data, 186) |
Kojto | 111:4336505e4b1c | 480 | #define MRECURSION188(macro, data) MRECURSION187( macro, DEC_(data)) macro(data, 187) |
Kojto | 111:4336505e4b1c | 481 | #define MRECURSION189(macro, data) MRECURSION188( macro, DEC_(data)) macro(data, 188) |
Kojto | 111:4336505e4b1c | 482 | #define MRECURSION190(macro, data) MRECURSION189( macro, DEC_(data)) macro(data, 189) |
Kojto | 111:4336505e4b1c | 483 | #define MRECURSION191(macro, data) MRECURSION190( macro, DEC_(data)) macro(data, 190) |
Kojto | 111:4336505e4b1c | 484 | #define MRECURSION192(macro, data) MRECURSION191( macro, DEC_(data)) macro(data, 191) |
Kojto | 111:4336505e4b1c | 485 | #define MRECURSION193(macro, data) MRECURSION192( macro, DEC_(data)) macro(data, 192) |
Kojto | 111:4336505e4b1c | 486 | #define MRECURSION194(macro, data) MRECURSION193( macro, DEC_(data)) macro(data, 193) |
Kojto | 111:4336505e4b1c | 487 | #define MRECURSION195(macro, data) MRECURSION194( macro, DEC_(data)) macro(data, 194) |
Kojto | 111:4336505e4b1c | 488 | #define MRECURSION196(macro, data) MRECURSION195( macro, DEC_(data)) macro(data, 195) |
Kojto | 111:4336505e4b1c | 489 | #define MRECURSION197(macro, data) MRECURSION196( macro, DEC_(data)) macro(data, 196) |
Kojto | 111:4336505e4b1c | 490 | #define MRECURSION198(macro, data) MRECURSION197( macro, DEC_(data)) macro(data, 197) |
Kojto | 111:4336505e4b1c | 491 | #define MRECURSION199(macro, data) MRECURSION198( macro, DEC_(data)) macro(data, 198) |
Kojto | 111:4336505e4b1c | 492 | #define MRECURSION200(macro, data) MRECURSION199( macro, DEC_(data)) macro(data, 199) |
Kojto | 111:4336505e4b1c | 493 | #define MRECURSION201(macro, data) MRECURSION200( macro, DEC_(data)) macro(data, 200) |
Kojto | 111:4336505e4b1c | 494 | #define MRECURSION202(macro, data) MRECURSION201( macro, DEC_(data)) macro(data, 201) |
Kojto | 111:4336505e4b1c | 495 | #define MRECURSION203(macro, data) MRECURSION202( macro, DEC_(data)) macro(data, 202) |
Kojto | 111:4336505e4b1c | 496 | #define MRECURSION204(macro, data) MRECURSION203( macro, DEC_(data)) macro(data, 203) |
Kojto | 111:4336505e4b1c | 497 | #define MRECURSION205(macro, data) MRECURSION204( macro, DEC_(data)) macro(data, 204) |
Kojto | 111:4336505e4b1c | 498 | #define MRECURSION206(macro, data) MRECURSION205( macro, DEC_(data)) macro(data, 205) |
Kojto | 111:4336505e4b1c | 499 | #define MRECURSION207(macro, data) MRECURSION206( macro, DEC_(data)) macro(data, 206) |
Kojto | 111:4336505e4b1c | 500 | #define MRECURSION208(macro, data) MRECURSION207( macro, DEC_(data)) macro(data, 207) |
Kojto | 111:4336505e4b1c | 501 | #define MRECURSION209(macro, data) MRECURSION208( macro, DEC_(data)) macro(data, 208) |
Kojto | 111:4336505e4b1c | 502 | #define MRECURSION210(macro, data) MRECURSION209( macro, DEC_(data)) macro(data, 209) |
Kojto | 111:4336505e4b1c | 503 | #define MRECURSION211(macro, data) MRECURSION210( macro, DEC_(data)) macro(data, 210) |
Kojto | 111:4336505e4b1c | 504 | #define MRECURSION212(macro, data) MRECURSION211( macro, DEC_(data)) macro(data, 211) |
Kojto | 111:4336505e4b1c | 505 | #define MRECURSION213(macro, data) MRECURSION212( macro, DEC_(data)) macro(data, 212) |
Kojto | 111:4336505e4b1c | 506 | #define MRECURSION214(macro, data) MRECURSION213( macro, DEC_(data)) macro(data, 213) |
Kojto | 111:4336505e4b1c | 507 | #define MRECURSION215(macro, data) MRECURSION214( macro, DEC_(data)) macro(data, 214) |
Kojto | 111:4336505e4b1c | 508 | #define MRECURSION216(macro, data) MRECURSION215( macro, DEC_(data)) macro(data, 215) |
Kojto | 111:4336505e4b1c | 509 | #define MRECURSION217(macro, data) MRECURSION216( macro, DEC_(data)) macro(data, 216) |
Kojto | 111:4336505e4b1c | 510 | #define MRECURSION218(macro, data) MRECURSION217( macro, DEC_(data)) macro(data, 217) |
Kojto | 111:4336505e4b1c | 511 | #define MRECURSION219(macro, data) MRECURSION218( macro, DEC_(data)) macro(data, 218) |
Kojto | 111:4336505e4b1c | 512 | #define MRECURSION220(macro, data) MRECURSION219( macro, DEC_(data)) macro(data, 219) |
Kojto | 111:4336505e4b1c | 513 | #define MRECURSION221(macro, data) MRECURSION220( macro, DEC_(data)) macro(data, 220) |
Kojto | 111:4336505e4b1c | 514 | #define MRECURSION222(macro, data) MRECURSION221( macro, DEC_(data)) macro(data, 221) |
Kojto | 111:4336505e4b1c | 515 | #define MRECURSION223(macro, data) MRECURSION222( macro, DEC_(data)) macro(data, 222) |
Kojto | 111:4336505e4b1c | 516 | #define MRECURSION224(macro, data) MRECURSION223( macro, DEC_(data)) macro(data, 223) |
Kojto | 111:4336505e4b1c | 517 | #define MRECURSION225(macro, data) MRECURSION224( macro, DEC_(data)) macro(data, 224) |
Kojto | 111:4336505e4b1c | 518 | #define MRECURSION226(macro, data) MRECURSION225( macro, DEC_(data)) macro(data, 225) |
Kojto | 111:4336505e4b1c | 519 | #define MRECURSION227(macro, data) MRECURSION226( macro, DEC_(data)) macro(data, 226) |
Kojto | 111:4336505e4b1c | 520 | #define MRECURSION228(macro, data) MRECURSION227( macro, DEC_(data)) macro(data, 227) |
Kojto | 111:4336505e4b1c | 521 | #define MRECURSION229(macro, data) MRECURSION228( macro, DEC_(data)) macro(data, 228) |
Kojto | 111:4336505e4b1c | 522 | #define MRECURSION230(macro, data) MRECURSION229( macro, DEC_(data)) macro(data, 229) |
Kojto | 111:4336505e4b1c | 523 | #define MRECURSION231(macro, data) MRECURSION230( macro, DEC_(data)) macro(data, 230) |
Kojto | 111:4336505e4b1c | 524 | #define MRECURSION232(macro, data) MRECURSION231( macro, DEC_(data)) macro(data, 231) |
Kojto | 111:4336505e4b1c | 525 | #define MRECURSION233(macro, data) MRECURSION232( macro, DEC_(data)) macro(data, 232) |
Kojto | 111:4336505e4b1c | 526 | #define MRECURSION234(macro, data) MRECURSION233( macro, DEC_(data)) macro(data, 233) |
Kojto | 111:4336505e4b1c | 527 | #define MRECURSION235(macro, data) MRECURSION234( macro, DEC_(data)) macro(data, 234) |
Kojto | 111:4336505e4b1c | 528 | #define MRECURSION236(macro, data) MRECURSION235( macro, DEC_(data)) macro(data, 235) |
Kojto | 111:4336505e4b1c | 529 | #define MRECURSION237(macro, data) MRECURSION236( macro, DEC_(data)) macro(data, 236) |
Kojto | 111:4336505e4b1c | 530 | #define MRECURSION238(macro, data) MRECURSION237( macro, DEC_(data)) macro(data, 237) |
Kojto | 111:4336505e4b1c | 531 | #define MRECURSION239(macro, data) MRECURSION238( macro, DEC_(data)) macro(data, 238) |
Kojto | 111:4336505e4b1c | 532 | #define MRECURSION240(macro, data) MRECURSION239( macro, DEC_(data)) macro(data, 239) |
Kojto | 111:4336505e4b1c | 533 | #define MRECURSION241(macro, data) MRECURSION240( macro, DEC_(data)) macro(data, 240) |
Kojto | 111:4336505e4b1c | 534 | #define MRECURSION242(macro, data) MRECURSION241( macro, DEC_(data)) macro(data, 241) |
Kojto | 111:4336505e4b1c | 535 | #define MRECURSION243(macro, data) MRECURSION242( macro, DEC_(data)) macro(data, 242) |
Kojto | 111:4336505e4b1c | 536 | #define MRECURSION244(macro, data) MRECURSION243( macro, DEC_(data)) macro(data, 243) |
Kojto | 111:4336505e4b1c | 537 | #define MRECURSION245(macro, data) MRECURSION244( macro, DEC_(data)) macro(data, 244) |
Kojto | 111:4336505e4b1c | 538 | #define MRECURSION246(macro, data) MRECURSION245( macro, DEC_(data)) macro(data, 245) |
Kojto | 111:4336505e4b1c | 539 | #define MRECURSION247(macro, data) MRECURSION246( macro, DEC_(data)) macro(data, 246) |
Kojto | 111:4336505e4b1c | 540 | #define MRECURSION248(macro, data) MRECURSION247( macro, DEC_(data)) macro(data, 247) |
Kojto | 111:4336505e4b1c | 541 | #define MRECURSION249(macro, data) MRECURSION248( macro, DEC_(data)) macro(data, 248) |
Kojto | 111:4336505e4b1c | 542 | #define MRECURSION250(macro, data) MRECURSION249( macro, DEC_(data)) macro(data, 249) |
Kojto | 111:4336505e4b1c | 543 | #define MRECURSION251(macro, data) MRECURSION250( macro, DEC_(data)) macro(data, 250) |
Kojto | 111:4336505e4b1c | 544 | #define MRECURSION252(macro, data) MRECURSION251( macro, DEC_(data)) macro(data, 251) |
Kojto | 111:4336505e4b1c | 545 | #define MRECURSION253(macro, data) MRECURSION252( macro, DEC_(data)) macro(data, 252) |
Kojto | 111:4336505e4b1c | 546 | #define MRECURSION254(macro, data) MRECURSION253( macro, DEC_(data)) macro(data, 253) |
Kojto | 111:4336505e4b1c | 547 | #define MRECURSION255(macro, data) MRECURSION254( macro, DEC_(data)) macro(data, 254) |
Kojto | 111:4336505e4b1c | 548 | #define MRECURSION256(macro, data) MRECURSION255( macro, DEC_(data)) macro(data, 255) |
Kojto | 111:4336505e4b1c | 549 | |
Kojto | 111:4336505e4b1c | 550 | /** @} */ |
Kojto | 111:4336505e4b1c | 551 | |
Kojto | 111:4336505e4b1c | 552 | #endif /* _MRECURSION_H_ */ |