Searched refs:STEP_B (Results 1 - 1 of 1) sorted by relevance

/external/libgsm/src/
H A Dlong_term.c384 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) macro
392 STEP_A( 0); STEP_B( 1); STEP_C( 2); STEP_D( 3);
395 STEP_A( 8); STEP_B( 9); STEP_C(10); STEP_D(11);
398 STEP_A(16); STEP_B(17); STEP_C(18); STEP_D(19);
401 STEP_A(24); STEP_B(25); STEP_C(26); STEP_D(27);
404 STEP_A(32); STEP_B(33); STEP_C(34); STEP_D(35);
550 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) macro
558 STEP_A( 0); STEP_B( 1); STEP_C( 2); STEP_D( 3);
561 STEP_A( 8); STEP_B( 9); STEP_C(10); STEP_D(11);
564 STEP_A(16); STEP_B(1
764 # define STEP_B macro
[all...]

Completed in 47 milliseconds