Searched defs:STEP_F (Results 1 - 1 of 1) sorted by relevance

/external/libgsm/src/
H A Dlong_term.c388 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) macro
393 STEP_E( 4); STEP_F( 5); STEP_G( 6); STEP_H( 7);
396 STEP_E(12); STEP_F(13); STEP_G(14); STEP_H(15);
399 STEP_E(20); STEP_F(21); STEP_G(22); STEP_H(23);
402 STEP_E(28); STEP_F(29); STEP_G(30); STEP_H(31);
405 STEP_E(36); STEP_F(37); STEP_G(38); STEP_H(39);
554 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) macro
559 STEP_E( 4); STEP_F( 5); STEP_G( 6); STEP_H( 7);
562 STEP_E(12); STEP_F(13); STEP_G(14); STEP_H(15);
565 STEP_E(20); STEP_F(2
768 # define STEP_F macro
[all...]

Completed in 66 milliseconds