HomeSort by relevance Sort by last modified time
    Searched refs:k0 (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 13 int k0; member in class:Test1::C1
19 int k0; member in class:Test1::C2
26 int k0; member in class:Test1::C3
36 int k0; member in class:Test1::C4
45 int k0; member in class:Test1::C5
54 int k0; member in class:Test1::C6
63 int k0; member in class:Test1::C7
74 int k0; member in class:Test1::C8
202 int k0; member in class:Test1::C9
static-data-member.cpp 91 static int k0; member in union:test5::U
97 int U::k0; member in class:test5::U
98 const int U::k1 = (k0 = 9, 42);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
rsaz_exp.c 79 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0)
103 rsaz_1024_mul_avx2(R2, R2, R2, m, k0);
104 rsaz_1024_mul_avx2(R2, R2, two80, m, k0);
107 rsaz_1024_mul_avx2(result, R2, one, m, k0);
109 rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0);
115 rsaz_1024_sqr_avx2(result, a_inv, m, k0, 1);
120 rsaz_1024_mul_avx2(result, result, a_inv, m, k0);
125 rsaz_1024_sqr_avx2(result, result, m, k0, 1);
128 rsaz_1024_sqr_avx2(result, result, m, k0, 1);
131 rsaz_1024_sqr_avx2(result, result, m, k0, 1)
    [all...]
rsaz_exp.h 38 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0);
43 const BN_ULONG m_norm[8], BN_ULONG k0, const BN_ULONG RR[8]);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
61 k0 = tmp2 & 0xFF;
63 k0 = k1 - (k0 << 1);
91 k0 = k0 + k7;
92 k7 = k0 - (k7 << 1);
100 k0 = k0 + k3;
101 k3 = k0 - (k3 << 1)
270 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
dct_inline.h 38 __inline int32 mla392(int32 k0, int32 k14, int32 round)
44 k1 = k0 * 392 + round;
51 int32 k0; local
55 k0 = k4 * 554 + k1;
57 return k0;
82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
87 carry = k0 >> 31;
88 abs_sum = (k0 ^ carry);
123 __inline int32 mla392(int32 k0, int32 k14, int32 round)
129 smlabt k1, k0, k14, roun local
137 int32 k0; local
141 smlabt k0, k4, k12, k1 local
194 mla k1, k0, k1, round local
202 int32 k0; local
206 mov k0, k12, asr #16 local
207 mla k0, k4, k0, k1 local
247 eor carry, k0, k0, asr #31 ; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 172 UCHAR k0) /*!< Start freq index */
205 k2 = 2*k0;
207 k2 = 3*k0;
216 if ( ((k2 - k0) > MAX_FREQ_COEFFS) || (k2 <= k0) ) {
222 if ( (fs >= 42000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) {
226 if ( (fs >= 46009) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) {
232 if ( (fs == 44100) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS44100 ) ) {
236 if ( (fs >= 48000) && ( (k2 - k0) > MAX_FREQ_COEFFS_FS48000 ) ) {
265 UCHAR k0, k2, i local
    [all...]
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 102 const INT k0,
131 INT *k0,
sbrenc_freq_sca.cpp 339 *k0 Output parameter
351 INT *k0,
357 *k0 = getStartFreq(srCore, startFreq);
360 if( srSbr*noChannels < *k0 * srCore ) {
369 *k2 = 2 * *k0;
371 *k2 = 3 * *k0;
381 /* Test for invalid k0 k2 combinations */
382 if ( (srCore == 22050) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS44100 ) )
385 if ( (srCore >= 24000) && ( (*k2 - *k0) > MAX_FREQ_COEFFS_FS48000 ) )
388 if ((*k2 - *k0) > MAX_FREQ_COEFFS
    [all...]
  /external/chromium_org/third_party/smhasher/src/
City.cpp 93 static const uint64 k0 = 0xc3a5c85c97cb3127ULL; variable
147 uint64 d = Fetch64(s + len - 16) * k0;
179 uint64 a = Fetch64(s) + (len + Fetch64(s + len - 16)) * k0;
196 uint64 r = ShiftMix((vf + ws) * k2 + (wf + vs) * k0);
197 return ShiftMix(r * k0 + vs) * k2;
317 x += Rotate(v.first + z, 49) * k0;
318 z += Rotate(w.first, 37) * k0;
322 y = Rotate(x + y, 42) * k0 + v.second;
324 x = x * k0 + w.first;
347 uint128(Fetch64(s) ^ (len * k0),
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 127 Keyframe k0 = Keyframe.ofFloat(0f, 1f); local
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3);
  /bionic/libc/arch-mips/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/
regdef.h 85 #define k0 $26 /* kernel temporary */ macro

Completed in 503 milliseconds

1 2 3 4 5 6 7