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

1 2 3

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
65 k2 = mask & (tmp >> 7);
66 k1 = k2 - (k1 << 1);
67 k2 = (tmp2 >> 16) & 0xFF;
69 k2 = k3 - (k2 << 1);
95 k2 = k2 + k5;
96 k5 = k2 - (k5 << 1);
102 k1 = k1 + k2;
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 82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
91 carry = k2 >> 31;
92 abs_sum += (k2 ^ carry) - carry;
241 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
250 eors carry, k2, k2, asr #31 ; local
347 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
354 register int32 cc = (int32)k2;
  /external/webkit/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
12 k2 = k*k;
13 k3 = k2*k;
24 a7 += 1.0/k2;
access-fannkuch.js 33 var k2 = (k + 1) >> 1;
34 for (var i = 0; i < k2; i++) {
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 9 var k2 = k3 = sk = ck = 0.0;
12 k2 = k*k;
13 k3 = k2*k;
24 a7 += 1.0/k2;
access-fannkuch.js 33 var k2 = (k + 1) >> 1;
34 for (var i = 0; i < k2; i++) {
  /external/guava/src/com/google/common/collect/
ImmutableSortedMapFauxverideShim.java 67 K k1, V v1, K k2, V v2) {
82 K k1, V v1, K k2, V v2, K k3, V v3) {
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
ImmutableBiMap.java 70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) {
71 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
80 K k1, V v1, K k2, V v2, K k3, V v3) {
82 k1, v1, k2, v2, k3, v3));
91 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
93 k1, v1, k2, v2, k3, v3, k4, v4));
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
104 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
ImmutableListMultimap.java 76 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) {
80 builder.put(k2, v2);
88 K k1, V v1, K k2, V v2, K k3, V v3) {
92 builder.put(k2, v2);
101 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
105 builder.put(k2, v2);
115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
119 builder.put(k2, v2);
ImmutableMap.java 83 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) {
84 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2));
93 K k1, V v1, K k2, V v2, K k3, V v3) {
95 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3));
104 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
106 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
117 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
ImmutableSetMultimap.java 80 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) {
83 builder.put(k2, v2);
93 K k1, V v1, K k2, V v2, K k3, V v3) {
96 builder.put(k2, v2);
107 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
110 builder.put(k2, v2);
122 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
125 builder.put(k2, v2);
  /external/openssl/crypto/des/
ofb64ede.c 67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
121 DES_key_schedule k2, DES_cblock (*ivec), int *num)
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
des.h 113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
  /external/openssl/crypto/des/t/
test 20 ($k1,$k2)=DES::string_to_2keys($str);
24 @a=split(//,$k2);
  /external/webkit/WebCore/platform/graphics/filters/
FEComposite.cpp 36 const float& k1, const float& k2, const float& k3, const float& k4)
42 , m_k2(k2)
49 const float& k1, const float& k2, const float& k3, const float& k4)
51 return adoptRef(new FEComposite(in, in2, type, k1, k2, k3, k4));
74 float FEComposite::k2() const function in class:WebCore::FEComposite
79 void FEComposite::setK2(float k2)
81 m_k2 = k2;
105 float k1, float k2, float k3, float k4)
114 double result = scaledK1 * i1 * i2 + k2 * i1 + k3 * i2 + scaledK4;
FEComposite.h 54 float k2() const;
  /external/openssl/include/openssl/
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
des.h 113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
EntryTest.java 21 static final String k2 = "2"; field in class:EntryTest
88 Map.Entry e = new AbstractMap.SimpleEntry(k2, v1);
92 e = new AbstractMap.SimpleEntry(k2, v2);
96 Map.Entry s = new AbstractMap.SimpleImmutableEntry(k2, v1);
100 s = new AbstractMap.SimpleImmutableEntry(k2, v2);
113 e.setValue(k2);
114 assertEquals(k2, e.getValue());
127 s.setValue(k2);
  /external/webkit/WebCore/svg/
SVGFECompositeElement.idl 43 readonly attribute SVGAnimatedNumber k2;
SVGFECompositeElement.h 44 DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::k2Attr, float, K2, k2)
  /external/chromium/third_party/icu/source/test/intltest/
thcoll.cpp 169 CollationKey k1, k2; local
171 coll->getCollationKey(word, k2, status);
177 msg.append("key2: ").append(prettify(k2, str));
288 CollationKey k1, k2;
290 c.getCollationKey(s2, k2, status);
296 errln((UnicodeString)" key2: " + prettify(k2, t2) );
301 CollationKey k1, k2;
303 c.getCollationKey(s2, k2, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2))
    [all...]
  /external/icu4c/test/intltest/
thcoll.cpp 169 CollationKey k1, k2; local
171 coll->getCollationKey(word, k2, status);
177 msg.append("key2: ").append(prettify(k2, str));
288 CollationKey k1, k2;
290 c.getCollationKey(s2, k2, status);
296 errln((UnicodeString)" key2: " + prettify(k2, t2) );
301 CollationKey k1, k2;
303 c.getCollationKey(s2, k2, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2))
    [all...]
  /external/skia/src/animator/
SkBase64.cpp 140 int k2 = EncodePad;
146 k2 = (b << 2) & 0x3F;
150 *dst++ = encode[k2];

Completed in 387 milliseconds

1 2 3