HomeSort by relevance Sort by last modified time
    Searched refs:STEP (Results 1 - 13 of 13) sorted by null

  /external/libgsm/src/
lpc.c 98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
111 STEP (0);
113 STEP(0); STEP(1);
115 STEP(0); STEP(1); STEP(2);
117 STEP(0); STEP(1); STEP(2); STEP(3)
    [all...]
rpe.c 62 #undef STEP
63 #define STEP( i, H ) (e[ k + i ] * (longword)H)
71 L_result += STEP( 0, -134 ) ;
72 L_result += STEP( 1, -374 ) ;
73 /* + STEP( 2, 0 ) */
74 L_result += STEP( 3, 2054 ) ;
75 L_result += STEP( 4, 5741 ) ;
76 L_result += STEP( 5, 8192 ) ;
77 L_result += STEP( 6, 5741 ) ;
78 L_result += STEP( 7, 2054 )
    [all...]
long_term.c 205 # undef STEP
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
210 L_result = STEP(0) ; L_result += STEP(1) ;
211 L_result += STEP(2) ; L_result += STEP(3) ;
212 L_result += STEP(4) ; L_result += STEP(5) ;
213 L_result += STEP(6) ; L_result += STEP(7)
    [all...]
short_term.c 53 #undef STEP
54 #define STEP( B, MIC, INVA ) \
60 STEP( 0, -32, 13107 );
61 STEP( 0, -32, 13107 );
62 STEP( 2048, -16, 13107 );
63 STEP( -2560, -16, 13107 );
65 STEP( 94, -8, 19223 );
66 STEP( -1792, -8, 17476 );
67 STEP( -341, -4, 31454 );
68 STEP( -1144, -4, 29708 )
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
md5.c 59 #define STEP(f, a, b, c, d, x, t, s) \
112 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
113 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
114 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
115 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
116 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
117 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
118 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
119 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
120 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 22 #define STEP(f, a, b, c, d, x, t, s) \
60 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
61 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
62 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
63 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
64 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
65 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
66 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
67 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
68 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/freetype/src/base/
md5.c 60 #define STEP(f, a, b, c, d, x, t, s) \
113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
114 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
115 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
116 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
118 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
119 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
120 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
121 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 57 #define STEP(f, a, b, c, d, x, t, s) \
95 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
96 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
97 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
98 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
99 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
100 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
101 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
102 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
103 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
md5-x86_64.pl 17 # %r11d = z' (copy of z for the next step)
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
32 mov $y, %r11d /* (NEXT STEP) z' = $y */
40 # %r11d = z' (copy of z for the next step)
41 # %r12d = z' (copy of z for the next step)
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1)
    [all...]
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 17 # %r11d = z' (copy of z for the next step)
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
32 mov $y, %r11d /* (NEXT STEP) z' = $y */
40 # %r11d = z' (copy of z for the next step)
41 # %r12d = z' (copy of z for the next step)
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspectorStrings.py 895 template<int STEP> Builder<STATE | STEP>& castState()
897 return *reinterpret_cast<Builder<STATE | STEP>*>(this);
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 7992 milliseconds