Home
last modified time | relevance | path

Searched defs:STEP (Results 1 – 6 of 6) sorted by relevance

/external/libgsm/src/
Dlpc.c98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]); macro
305 # define STEP( A, B, MAC, MIC ) \ macro
Drpe.c63 #define STEP( i, H ) (e[ k + i ] * (longword)H) macro
159 #define STEP( m, i ) L_temp = SASR( x[m + 3 * i], 2 ); \ macro
Dlong_term.c206 # define STEP(k) (longword)wt[k] * dp[k - lambda] macro
370 # define STEP(K, a, b, c, d, e, f, g, h) \ macro
536 # define STEP(K, a, b, c, d, e, f, g, h) \ macro
750 # define STEP(K, a, b, c, d, e, f, g, h) \ macro
853 # define STEP(BP) \ macro
Dshort_term.c54 #define STEP( B, MIC, INVA ) \ macro
/external/valgrind/main/VEX/useful/
Dfp_80_64.c552 int STEP = 1; in do_80_to_64_tests() local
594 int STEP = 1; in do_64_to_80_tests() local
/external/dropbear/libtomcrypt/src/prngs/
Dsober128.c69 #define STEP(R,z) \ macro