Searched refs:C_2 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegaudiodsp_mips_fixed.c | 367 int const C_2 = 4035949074; /* cos(pi*2/18)*2 */ in imdct36_mips_fixed() local 456 * for assembly optimization (e.g. C_2 = 2 * C2). in imdct36_mips_fixed() 465 * C_2 = 2 * C2; in imdct36_mips_fixed() 471 * "multu %[C_2], %[temp_reg2] \n\t" in imdct36_mips_fixed() 475 * "movn %[t0], %[C_2], %[temp_reg2] \n\t" in imdct36_mips_fixed() 486 "multu %[C_2], %[temp_reg2] \n\t" in imdct36_mips_fixed() 497 "movn %[t0], %[C_2], %[temp_reg2] \n\t" in imdct36_mips_fixed() 580 : [C_2] "r" (C_2), [in1] "r" (in1), [tmp1] "r" (tmp1), [C_8] "r" (C_8), in imdct36_mips_fixed()
|
/third_party/node/deps/openssl/openssl/crypto/cast/ |
H A D | cast_local.h | 125 #define C_2 6L macro 137 CAST_S_table0+((t>>C_2)&C_M)) OP2 \ 153 u=w>>C_2; \
|
/third_party/openssl/crypto/cast/ |
H A D | cast_local.h | 125 #define C_2 6L macro 137 CAST_S_table0+((t>>C_2)&C_M)) OP2 \ 153 u=w>>C_2; \
|
Completed in 5 milliseconds