/third_party/libsnd/src/GSM610/ |
H A D | rpe.c | 56 #undef STEP in Weighting_filter() macro 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() 67 /* + STEP (2, 0) */ 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 ( in Weighting_filter() 149 #undef STEP RPE_grid_selection() macro 150 #define STEP RPE_grid_selection() macro [all...] |
H A 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() macro 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 ( in Autocorrelation() 295 # undef STEP Quantization_and_coding() macro 296 # define STEP Quantization_and_coding() macro 314 # undef STEP Quantization_and_coding() macro [all...] |
H A D | long_term.c | 197 # undef STEP in Calculation_of_the_LTP_parameters() macro 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 ( in Calculation_of_the_LTP_parameters() 352 # undef STEP Cut_Calculation_of_the_LTP_parameters() macro 353 # define STEP Cut_Calculation_of_the_LTP_parameters() macro 522 # undef STEP Calculation_of_the_LTP_parameters() macro 523 # define STEP Calculation_of_the_LTP_parameters() macro 737 # undef STEP Fast_Calculation_of_the_LTP_parameters() macro 738 # define STEP Fast_Calculation_of_the_LTP_parameters() macro 838 # undef STEP Long_term_analysis_filtering() macro 839 # define STEP Long_term_analysis_filtering() macro [all...] |
H A D | short_term.c | 47 #undef STEP in Decoding_of_the_coded_Log_Area_Ratios() macro 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 ( in Decoding_of_the_coded_Log_Area_Ratios() [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A 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( in body() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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( in body() [all...] |
/third_party/curl/lib/ |
H A D | md5.c | 316 #define STEP(f, a, b, c, d, x, t, s) \ macro 370 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 371 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 372 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 373 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 374 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 375 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 376 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 377 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 378 STEP( in body() [all...] |
H A D | md4.c | 285 #define STEP(f, a, b, c, d, x, s) \ macro 338 STEP(F, a, b, c, d, SET(0), 3) in body() 339 STEP(F, d, a, b, c, SET(1), 7) in body() 340 STEP(F, c, d, a, b, SET(2), 11) in body() 341 STEP(F, b, c, d, a, SET(3), 19) in body() 342 STEP(F, a, b, c, d, SET(4), 3) in body() 343 STEP(F, d, a, b, c, SET(5), 7) in body() 344 STEP(F, c, d, a, b, SET(6), 11) in body() 345 STEP(F, b, c, d, a, SET(7), 19) in body() 346 STEP( in body() [all...] |
/third_party/skia/third_party/freetype2/ |
H A 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/ |
H A 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/node/deps/openssl/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); 25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 34 mov $y, %r11d /* (NEXT STEP) z' = $y */ 48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 55 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 57 mov $y, %r11d /* (NEXT STEP) z' = $y */ 59 mov $y, %r12d /* (NEXT STEP) z' = $y */ 74 $code .= " mov %ecx, %r11d /* (NEXT STEP) [all...] |
/third_party/openssl/crypto/md5/asm/ |
H A D | md5-x86_64.pl | 24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); 25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 34 mov $y, %r11d /* (NEXT STEP) z' = $y */ 48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 55 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 57 mov $y, %r11d /* (NEXT STEP) z' = $y */ 59 mov $y, %r12d /* (NEXT STEP) z' = $y */ 74 $code .= " mov %ecx, %r11d /* (NEXT STEP) [all...] |
/third_party/protobuf/src/google/protobuf/stubs/ |
H A 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 macro
|
/third_party/ffmpeg/libavfilter/x86/ |
H A 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/ |
H A 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/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 30 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3"); 71 || [A0] MVK 128,$STEP ; 2 * input block size 91 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks? 95 [A1] MVK 64,$STEP ; input block size 525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0 570 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks? 584 [A1] MVK 64,$STEP 711 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left? 784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 30 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3"); 71 || [A0] MVK 128,$STEP ; 2 * input block size 91 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks? 95 [A1] MVK 64,$STEP ; input block size 525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0 570 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks? 584 [A1] MVK 64,$STEP 711 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left? 784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscp.c | 92 enum STEP { STEP_ERR, STEP_ZERO, STEP_ONE } ; enum 509 static enum STEP examine_buf(struct ALLOC_CONTEXT *alctx, s64 pos, s64 br, in examine_buf() 510 enum STEP step) in examine_buf() 710 enum STEP step; in find_best_runs()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 2586 console.debug("TEST STEP", this.name);
|