Searched refs:STEP_G (Results 1 – 1 of 1) sorted by relevance
/external/libgsm/src/ |
D | long_term.c | 389 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) 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); 555 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) 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(21); STEP_G(22); STEP_H(23); [all …]
|