Search | Google it | Results 1 - 1 of 1 for fundef:DSP_F5 (0.01 seconds) |
52: {DSP_##f0(a0); DSP_##f1(a1); DSP_##f2(a2); DSP_##f3(a3);} 53: #define DSP_F5(f0, a0, f1, a1, f2, a2, f3, a3, f4, a4) \ 54: {DSP_##f0(a0); DSP_##f1(a1); DSP_##f2(a2); DSP_##f3(a3); DSP_##f4(a4);}