Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 164) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) in Put()
27 public virtual TValue Get(TKey1 k1, TKey2 k2) in Get()
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) in Get()
47 public virtual ICollection<TValue> Values(TKey1 k1) in Values()
64 public virtual ICollection<TKey2> KeySet(TKey1 k1) in KeySet()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put()
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { in Get()
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { in Get()
41 public virtual ICollection<TValue> Values(TKey1 k1) { in Values()
56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { in KeySet()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { in put()
26 public Value get(Key1 k1, Key2 k2) { in get()
32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } in get()
35 public Collection<Value> values(Key1 k1) { in values()
47 public Set<Key2> keySet(Key1 k1) { in keySet()
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java53 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of()
67 K k1, V v1, K k2, V v2) { in of()
82 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableBiMap.java61 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
70 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
80 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
91 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
102 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp27 int k1; member in Test1::C3
64 int k1; member in Test1::C7
75 int k1; member in Test1::C8
203 int k1; member in Test1::C9
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp6 static constexpr int k1 = 0; member
14 constexpr int U1::k1; member in U1
23 static const int k1; member
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in U2<T>
/external/chromium_org/third_party/smhasher/src/
DPMurHash.c150 #define DOBLOCK(h1, k1) do{ \ argument
201 uint32_t k1 = READ_UINT32(ptr); in PMurHash32_Process() local
219 uint32_t k1 = READ_UINT32(ptr); in PMurHash32_Process() local
225 uint32_t k1 = c>>24; in PMurHash32_Process() local
233 uint32_t k1 = c>>16; in PMurHash32_Process() local
241 uint32_t k1 = c>>8; in PMurHash32_Process() local
265 uint32_t k1; in PMurHash32_Result() local
DMurmurHash3.cpp112 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32() local
128 uint32_t k1 = 0; in MurmurHash3_x86_32() local
173 uint32_t k1 = getblock(blocks,i*4+0); in MurmurHash3_x86_128() local
200 uint32_t k1 = 0; in MurmurHash3_x86_128() local
274 uint64_t k1 = getblock(blocks,i*2+0); in MurmurHash3_x64_128() local
291 uint64_t k1 = 0; in MurmurHash3_x64_128() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp43 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, fl… in FEComposite()
53 …FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float … in create()
71 float FEComposite::k1() const in k1() function in WebCore::FEComposite
76 bool FEComposite::setK1(float k1) in setK1()
133 float k1, float k2, float k3, float k4) in computeArithmeticPixels()
165 …nsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float … in computeArithmeticPixelsUnclamped()
189 …nsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float … in arithmeticSoftware()
222 float k1, float k2, float k3, float k4) in platformArithmeticSoftware()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
48 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java62 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of()
72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
84 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java60 long k1 = bb.getLong(); in process() local
66 private void bmix64(long k1, long k2) { in bmix64()
87 long k1 = 0; in processRemaining() local
DMurmur3_32HashFunction.java56 int k1 = bb.getInt(); in process() local
70 int k1 = 0; in processRemaining() local
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
DMurmurHash3.cpp112 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32() local
128 uint32_t k1 = 0; in MurmurHash3_x86_32() local
173 uint32_t k1 = getblock(blocks,i*4+0); in MurmurHash3_x86_128() local
200 uint32_t k1 = 0; in MurmurHash3_x86_128() local
274 uint64_t k1 = getblock(blocks,i*2+0); in MurmurHash3_x64_128() local
291 uint64_t k1 = 0; in MurmurHash3_x64_128() local
/external/openssl/include/openssl/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
/external/openssl/crypto/des/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/des/
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\ argument
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\ argument
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\ argument
166 #define des_encrypt3(d,k1,k2,k3)\ argument
168 #define des_decrypt3(d,k1,k2,k3)\ argument
198 #define des_read_2passwords(k1,k2,p,v) \ argument
216 #define des_string_to_2keys(s,k1,k2)\ argument
224 #define des_ecb2_encrypt(i,o,k1,k2,e) \ argument
[all …]
/external/skia/src/effects/
DSkArithmeticMode.cpp25 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) { in SkArithmeticMode_scalar()
71 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, in arith()
91 SkScalar k1 = fK[0] / 255; in xfer32() local
209 SkXfermode* SkArithmeticMode::Create(SkScalar k1, SkScalar k2, in Create()
264 static GrEffectRef* Create(float k1, float k2, float k3, float k4, GrTexture* background) { in Create()
279 float k1() const { return fK1; } in k1() function in GrArithmeticEffect
299 GrArithmeticEffect::GrArithmeticEffect(float k1, float k2, float k3, float k4, in GrArithmeticEffect()
400 float k1 = rand->nextF(); in TestCreate() local
/external/chromium_org/third_party/skia/src/effects/
DSkArithmeticMode.cpp25 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4) { in SkArithmeticMode_scalar()
71 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, in arith()
91 SkScalar k1 = fK[0] / 255; in xfer32() local
209 SkXfermode* SkArithmeticMode::Create(SkScalar k1, SkScalar k2, in Create()
264 static GrEffectRef* Create(float k1, float k2, float k3, float k4, GrTexture* background) { in Create()
279 float k1() const { return fK1; } in k1() function in GrArithmeticEffect
299 GrArithmeticEffect::GrArithmeticEffect(float k1, float k2, float k3, float k4, in GrArithmeticEffect()
400 float k1 = rand->nextF(); in TestCreate() local

1234567