Searched refs:k1 (Results 1 - 25 of 50) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Ddct.cpp42 Int k0, k1, k2, k3, k4, k5, k6, k7; local
63 k1 = mask & (tmp << 1);
64 k0 = k1 - (k0 << 1);
65 k1 = (tmp2 >> 8) & 0xFF;
67 k1 = k2 - (k1 << 1);
94 k1 = k1 + k6;
95 k6 = k1 - (k6 << 1);
103 k1
271 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
477 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
656 Int k0, k1, k2, k3, k4, k5, k6, k7; local
867 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
1054 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
[all...]
H A Ddct_inline.h42 int32 k1; local
46 k1 = k0 * 392 + round;
48 return k1;
51 __inline int32 mla554(int32 k4, int32 k12, int32 k1) argument
57 k0 = k4 * 554 + k1;
62 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) argument
68 out = k6 * 1338 + k1;
73 __inline int32 mla946(int32 k6, int32 k14, int32 k1) argument
79 out = k6 * 946 + k1;
84 __inline int32 sum_abs(int32 k0, int32 k1, int3 argument
127 int32 k1; local
131 smlabt k1, k0, k14, round local
137 mla554(int32 k4, int32 k12, int32 k1) argument
149 mla1338(int32 k6, int32 k14, int32 k1) argument
161 mla946(int32 k6, int32 k14, int32 k1) argument
191 int32 k1; local
195 mov k1, k14, asr #16 local
196 mla k1, k0, k1, round local
202 mla554(int32 k4, int32 k12, int32 k1) argument
215 mla1338(int32 k6, int32 k14, int32 k1) argument
228 mla946(int32 k6, int32 k14, int32 k1) argument
243 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, int32 k4, int32 k5, int32 k6, int32 k7) argument
250 eors abs_sum, k1, k1, asr #31 ; local
303 mla554(int32 k4, int32 k12, int32 k1) argument
319 mla1338(int32 k6, int32 k14, int32 k1) argument
334 mla946(int32 k6, int32 k14, int32 k1) argument
349 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, int32 k4, int32 k5, int32 k6, int32 k7) argument
[all...]
/external/openssl/crypto/des/
H A Drpw.c64 DES_cblock k,k1; local
78 if ((i=des_read_2passwords(&k,&k1,
87 printf("%02x ",k1[i]);
H A Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2,
94 DES_encrypt3(ti,k1,k2,k3);
120 register unsigned char *out, long length, DES_key_schedule k1,
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
119 DES_ede2_ofb64_encrypt(register unsigned char *in, register unsigned char *out, long length, DES_key_schedule k1, DES_key_schedule k2, DES_cblock (*ivec), int *num) argument
H A Ddes_old.h138 #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),
[all...]
H A Ddes.h113 #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,k
[all...]
/external/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { argument
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) {
66 of( K k1, V v1, K k2, V v2) argument
81 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
111 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableBiMap.java61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { argument
62 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1));
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { argument
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, v
79 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
90 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
101 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableListMultimap.java66 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { argument
69 builder.put(k1, v1);
76 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
79 builder.put(k1, v1);
88 K k1, V v1, K k2, V v2, K k3, V v3) {
91 builder.put(k1, v1);
101 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
104 builder.put(k1, v1);
115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
118 builder.put(k1, v
87 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
100 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
114 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMap.java73 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { argument
75 checkNotNull(k1), checkNotNull(v1));
83 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { argument
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) {
116 return new RegularImmutableMap<K, V>(entryOf(k1, v
92 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
103 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
114 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableSetMultimap.java69 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { argument
71 builder.put(k1, v1);
80 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
82 builder.put(k1, v1);
93 K k1, V v1, K k2, V v2, K k3, V v3) {
95 builder.put(k1, v1);
107 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 builder.put(k1, v1);
122 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
124 builder.put(k1, v
92 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
106 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
121 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
H A DImmutableMultimap.java61 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1) { argument
62 return ImmutableListMultimap.of(k1, v1);
68 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
69 return ImmutableListMultimap.of(k1, v1, k2, v2);
76 K k1, V v1, K k2, V v2, K k3, V v3) {
77 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3);
84 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
85 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4);
92 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
93 return ImmutableListMultimap.of(k1, v
75 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
83 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
91 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
[all...]
/external/svox/pico/lib/
H A Dpicofftsg.c670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
693 k1 = k + m2;
696 yr = a[k1];
697 yi = a[k1 + 1];
700 a[k1] = xr;
701 a[k1 + 1] = xi;
703 k1 -= m;
706 yr = a[k1];
707 yi = a[k1 + 1];
710 a[k1]
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
[all...]
/external/openssl/crypto/des/t/
H A Dtest20 ($k1,$k2)=DES::string_to_2keys($str);
21 @a=split(//,$k1);
/external/openssl/include/openssl/
H A Ddes_old.h138 #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),
[all...]
H A Ddes.h113 #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,k
[all...]
/external/webkit/WebCore/platform/graphics/filters/
H A DFEComposite.cpp36 const float& k1, const float& k2, const float& k3, const float& k4)
41 , m_k1(k1)
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));
64 float FEComposite::k1() const function in class:WebCore::FEComposite
69 void FEComposite::setK1(float k1) argument
71 m_k1 = k1;
105 float k1, float k2, float k3, float k4)
107 float scaledK1 = k1 / 255.f;
35 FEComposite(FilterEffect* in, FilterEffect* in2, const CompositeOperationType& type, const float& k1, const float& k2, const float& k3, const float& k4) argument
48 create(FilterEffect* in, FilterEffect* in2, const CompositeOperationType& type, const float& k1, const float& k2, const float& k3, const float& k4) argument
104 arithmetic(const RefPtr<CanvasPixelArray>& srcPixelArrayA, CanvasPixelArray*& srcPixelArrayB, float k1, float k2, float k3, float k4) argument
H A DFEComposite.h51 float k1() const;
/external/bzip2/
H A Dbzlib.c538 UChar k1; local
565 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
566 k1 ^= BZ_RAND_MASK; s->nblock_used++;
568 if (k1 != s->k0) { s->k0 = k1; continue; };
571 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK;
572 k1 ^= BZ_RAND_MASK; s->nblock_used++;
574 if (k1 != s->k0) { s->k0 = k1; continue; };
577 BZ_GET_FAST(k1); BZ_RAND_UPD_MAS
708 UChar k1; local
[all...]
/external/opencore/codecs_v2/audio/aac/dec/src/
H A Dsbr_generate_high_freq.cpp487 Int32 *k1; local
497 k1 = scratch_mem;
538 k1[loBand] = - quotient.quotient >> quotient.shift_factor;
544 k1[loBand] = (Int32)0xC0000000; /* -1.0 in Q30 */
548 k1[loBand] = 0x40000000; /* 1.0 in Q30 */
552 k1[loBand] = -quotient.quotient;
559 k1[loBand] = (Int32)0xC0000000; /* -1.0 in Q30 */
563 k1[loBand] = 0x40000000; /* 1.0 in Q30 */
634 k1[loBand] = 0;
639 k1[
[all...]
/external/webkit/WebCore/svg/
H A DSVGFECompositeElement.idl42 readonly attribute SVGAnimatedNumber k1;
H A DSVGFECompositeElement.h43 DECLARE_ANIMATED_PROPERTY(SVGFECompositeElement, SVGNames::k1Attr, float, K1, k1)
/external/icu4c/test/intltest/
H A Dthcoll.cpp169 CollationKey k1, k2; local
170 coll->getCollationKey(lastWord, k1, status);
176 msg.append("key1: ").append(prettify(k1, str)).append("\n");
288 CollationKey k1, k2;
289 c.getCollationKey(s1, k1, status);
295 errln((UnicodeString)" key1: " + prettify(k1, t1) );
301 CollationKey k1, k2;
302 c.getCollationKey(s1, k1, status);
309 result = k1.compareTo(k2);
317 errln((UnicodeString)" " + prettify(k1, t
[all...]
/external/skia/src/animator/
H A DSkBase64.cpp139 int k1 = 0;
145 k1 = b >> 4;
149 *dst++ = encode[(k1 | a << 4) & 0x3F];
/external/v8/src/mips/
H A Dregister-allocator-mips-inl.h76 27, // k1
116 k1,

Completed in 366 milliseconds

12