/third_party/libsnd/src/GSM610/ |
D | rpe.c | 56 #undef STEP in Weighting_filter() 57 #define STEP(i, H) (e [k + i] * (int32_t) H) in Weighting_filter() macro 65 L_result += STEP (0, -134) ; in Weighting_filter() 66 L_result += STEP (1, -374) ; in Weighting_filter() 68 L_result += STEP (3, 2054) ; in Weighting_filter() 69 L_result += STEP (4, 5741) ; in Weighting_filter() 70 L_result += STEP (5, 8192) ; in Weighting_filter() 71 L_result += STEP (6, 5741) ; in Weighting_filter() 72 L_result += STEP (7, 2054) ; in Weighting_filter() 74 L_result += STEP (9, -374) ; in Weighting_filter() [all …]
|
D | lpc.c | 92 # define STEP(k) L_ACF [k] += (int32_t) (sl * sp [- (k)]) ; in Autocorrelation() macro 97 # define STEP(k) L_ACF [k] += ((int32_t) sl * sp [- (k)]) ; in Autocorrelation() 105 STEP (0) ; in Autocorrelation() 107 STEP (0) ; STEP (1) ; in Autocorrelation() 109 STEP (0) ; STEP (1) ; STEP (2) ; in Autocorrelation() 111 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; in Autocorrelation() 113 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; in Autocorrelation() 115 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; in Autocorrelation() 117 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; STEP (6) ; in Autocorrelation() 119 STEP (0) ; STEP (1) ; STEP (2) ; STEP (3) ; STEP (4) ; STEP (5) ; STEP (6) ; STEP (7) ; in Autocorrelation() [all …]
|
D | long_term.c | 197 # undef STEP in Calculation_of_the_LTP_parameters() 198 # define STEP(k) (int32_t) wt [k] * dp [k - lambda] in Calculation_of_the_LTP_parameters() macro 202 L_result = STEP (0) ; L_result += STEP (1) ; in Calculation_of_the_LTP_parameters() 203 L_result += STEP (2) ; L_result += STEP (3) ; in Calculation_of_the_LTP_parameters() 204 L_result += STEP (4) ; L_result += STEP (5) ; in Calculation_of_the_LTP_parameters() 205 L_result += STEP (6) ; L_result += STEP (7) ; in Calculation_of_the_LTP_parameters() 206 L_result += STEP (8) ; L_result += STEP (9) ; in Calculation_of_the_LTP_parameters() 207 L_result += STEP (10) ; L_result += STEP (11) ; in Calculation_of_the_LTP_parameters() 208 L_result += STEP (12) ; L_result += STEP (13) ; in Calculation_of_the_LTP_parameters() 209 L_result += STEP (14) ; L_result += STEP (15) ; in Calculation_of_the_LTP_parameters() [all …]
|
D | short_term.c | 47 #undef STEP in Decoding_of_the_coded_Log_Area_Ratios() 48 #define STEP(B, MIC, INVA) \ in Decoding_of_the_coded_Log_Area_Ratios() macro 54 STEP (0, -32, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios() 55 STEP (0, -32, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios() 56 STEP (2048, -16, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios() 57 STEP (-2560, -16, 13107) ; in Decoding_of_the_coded_Log_Area_Ratios() 59 STEP (94, -8, 19223) ; in Decoding_of_the_coded_Log_Area_Ratios() 60 STEP (-1792, -8, 17476) ; in Decoding_of_the_coded_Log_Area_Ratios() 61 STEP (-341, -4, 31454) ; in Decoding_of_the_coded_Log_Area_Ratios() 62 STEP (-1144, -4, 29708) ; in Decoding_of_the_coded_Log_Area_Ratios()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | md5.c | 60 #define STEP(f, a, b, c, d, x, t, s) \ macro 120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | md5.c | 60 #define STEP(f, a, b, c, d, x, t, s) \ macro 120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
/third_party/freetype/src/base/ |
D | md5.c | 60 #define STEP(f, a, b, c, d, x, t, s) \ macro 120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 126 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 127 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 128 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | MD5.cpp | 61 #define STEP(f, a, b, c, d, x, t, s) \ macro 99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
/third_party/curl/lib/ |
D | md5.c | 268 #define STEP(f, a, b, c, d, x, t, s) \ macro 322 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 323 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 324 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 325 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 326 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 327 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 328 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 329 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 330 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
D | md4.c | 271 #define STEP(f, a, b, c, d, x, s) \ macro 324 STEP(F, a, b, c, d, SET(0), 3) in body() 325 STEP(F, d, a, b, c, SET(1), 7) in body() 326 STEP(F, c, d, a, b, SET(2), 11) in body() 327 STEP(F, b, c, d, a, SET(3), 19) in body() 328 STEP(F, a, b, c, d, SET(4), 3) in body() 329 STEP(F, d, a, b, c, SET(5), 7) in body() 330 STEP(F, c, d, a, b, SET(6), 11) in body() 331 STEP(F, b, c, d, a, SET(7), 19) in body() 332 STEP(F, a, b, c, d, SET(8), 3) in body() [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/test_data/ |
D | stepping_project.dart | 38 await new Future.value(true); // STEP 1 // STEP 2 39 await new Future.microtask(() => true); // STEP 3 // STEP 4 40 await new Future.delayed(const Duration(milliseconds: 1)); // STEP 5 // STEP 6 41 print("done!"); // STEP 7 42 } // STEP 8 56 int lineForStep(int i) => lineContaining(main, '// STEP $i');
|
/third_party/skia/third_party/freetype2/ |
D | roll-freetype.sh | 9 STEP="original revision" && 14 STEP="next revision" && 20 STEP="roll-deps" && 27 STEP="merge ${SKIA_INCLUDE}: check for merge conflicts" && 38 STEP="commit" && 57 true || { echo "Failed step ${STEP}"; exit 1; }
|
/third_party/skia/third_party/harfbuzz/ |
D | roll-harfbuzz.sh | 9 STEP="original revision" && 14 STEP="next revision" && 20 STEP="roll-deps" && 35 STEP="Updating BUILD.gn" && 76 STEP="commit" && 92 true || { echo "Failed step ${STEP}"; exit 1; }
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | int128.cc | 55 #define STEP(T, n, pos, sh) \ macro 65 STEP(uint64, n, pos, 0x20); in Fls64() 67 STEP(uint32, n32, pos, 0x10); in Fls64() 68 STEP(uint32, n32, pos, 0x08); in Fls64() 69 STEP(uint32, n32, pos, 0x04); in Fls64() 72 #undef STEP
|
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_bwdif.asm | 195 add dstq, STEP 196 add prevq, STEP 197 add curq, STEP 198 add nextq, STEP 239 %define STEP mmsize/2 259 %define STEP mmsize
|
/third_party/ffmpeg/libavcodec/x86/ |
D | sbrdsp.asm | 87 %define STEP 40*4*2 99 movlps m2, [r1 + 0*STEP] 100 movlps m3, [r1 + 2*STEP] 101 movhps m2, [r1 + 1*STEP] 102 movhps m3, [r1 + 3*STEP] 109 add r1, 4*STEP 122 add r1, STEP
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-c64xplus.pl | 31 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3"); 72 || [A0] MVK 128,$STEP ; 2 * input block size 92 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks? 96 [A1] MVK 64,$STEP ; input block size 526 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0 571 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks? 585 [A1] MVK 64,$STEP 712 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left? 785 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | arm_svm_linear_predict_f32.c | 281 *pResult = S->classes[STEP(sum)]; in arm_svm_linear_predict_f32() 432 *pResult=S->classes[STEP(sum)]; in arm_svm_linear_predict_f32() 454 *pResult=S->classes[STEP(sum)]; in arm_svm_linear_predict_f32()
|
D | arm_svm_linear_predict_f16.c | 282 *pResult = S->classes[STEP(sum)]; in arm_svm_linear_predict_f16() 305 *pResult=S->classes[STEP(sum)]; in arm_svm_linear_predict_f16()
|
D | arm_svm_polynomial_predict_f32.c | 301 *pResult = S->classes[STEP(sum)]; in arm_svm_polynomial_predict_f32() 459 *pResult=S->classes[STEP(sum)]; in arm_svm_polynomial_predict_f32() 482 *pResult=S->classes[STEP(sum)]; in arm_svm_polynomial_predict_f32()
|
D | arm_svm_sigmoid_predict_f32.c | 297 *pResult = S->classes[STEP(sum)]; in arm_svm_sigmoid_predict_f32() 457 *pResult=S->classes[STEP(sum)]; in arm_svm_sigmoid_predict_f32() 479 *pResult=S->classes[STEP(sum)]; in arm_svm_sigmoid_predict_f32()
|
D | arm_svm_sigmoid_predict_f16.c | 300 *pResult = S->classes[STEP(sum)]; in arm_svm_sigmoid_predict_f16() 323 *pResult=S->classes[STEP(sum)]; in arm_svm_sigmoid_predict_f16()
|
D | arm_svm_rbf_predict_f32.c | 315 *pResult = S->classes[STEP(sum)]; in arm_svm_rbf_predict_f32() 492 *pResult=S->classes[STEP(sum)]; in arm_svm_rbf_predict_f32() 515 *pResult=S->classes[STEP(sum)]; in arm_svm_rbf_predict_f32()
|
D | arm_svm_polynomial_predict_f16.c | 302 *pResult = S->classes[STEP(sum)]; in arm_svm_polynomial_predict_f16() 326 *pResult=S->classes[STEP(sum)]; in arm_svm_polynomial_predict_f16()
|
D | arm_svm_rbf_predict_f16.c | 318 *pResult = S->classes[STEP(sum)]; in arm_svm_rbf_predict_f16() 342 *pResult=S->classes[STEP(sum)]; in arm_svm_rbf_predict_f16()
|