/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | dct_inline.h | 40 int32 k1; in mla392() local 49 __inline int32 mla554(int32 k4, int32 k12, int32 k1) in mla554() 60 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) in mla1338() 71 __inline int32 mla946(int32 k6, int32 k14, int32 k1) in mla946() 82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() 125 int32 k1; in mla392() local 135 __inline int32 mla554(int32 k4, int32 k12, int32 k1) in mla554() 147 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) in mla1338() 159 __inline int32 mla946(int32 k6, int32 k14, int32 k1) in mla946() 189 int32 k1; in mla392() local [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | Murmur3_32HashFunction.java | 110 int k1 = mixK1(input); in hashInt() local 121 int k1 = mixK1(low); in hashLong() local 136 int k1 = input.charAt(i - 1) | (input.charAt(i) << 16); in hashUnencodedChars() local 143 int k1 = input.charAt(input.length() - 1); in hashUnencodedChars() local 166 int k1 = c0 | (c1 << 8) | (c2 << 16) | (c3 << 24); in hashString() local 207 int k1 = mixK1((int) buffer); in hashString() local 214 int k1 = mixK1((int) buffer); in hashString() local 228 int k1 = mixK1(getIntLittleEndian(input, off + i)); in hashBytes() local 232 int k1 = 0; in hashBytes() local 244 private static int mixK1(int k1) { in mixK1() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | Murmur3_32HashFunction.java | 110 int k1 = mixK1(input); in hashInt() local 121 int k1 = mixK1(low); in hashLong() local 136 int k1 = input.charAt(i - 1) | (input.charAt(i) << 16); in hashUnencodedChars() local 143 int k1 = input.charAt(input.length() - 1); in hashUnencodedChars() local 166 int k1 = c0 | (c1 << 8) | (c2 << 16) | (c3 << 24); in hashString() local 207 int k1 = mixK1((int) buffer); in hashString() local 214 int k1 = mixK1((int) buffer); in hashString() local 228 int k1 = mixK1(getIntLittleEndian(input, off + i)); in hashBytes() local 232 int k1 = 0; in hashBytes() local 244 private static int mixK1(int k1) { in mixK1() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_keywordonlyarg.py | 10 def keywordonly_sum(*, k1=0, k2): argument 12 def keywordonly_nodefaults_sum(*, k1, k2): argument 14 def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg): argument 16 def mixedargs_sum(a, b=0, *arg, k1, k2=0): argument 18 def mixedargs_sum2(a, b=0, *arg, k1, k2=0, **kwargs): argument 28 def __init__(self, *, k1, k2=0): argument 31 def set(self, p1, *, k1, k2): argument 130 def foo(p1,p2=0, *, k1, k2=0): argument 144 def f(self, *, k1=1, k2=2): argument
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
H A D | ImmutableBiMap.java | 51 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 56 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 60 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 64 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 69 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 74 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 80 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 86 K k1, in of() 107 K k1, in of() 130 K k1, in of()
|
H A D | ImmutableSortedMap.java | 103 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() 108 K k1, V v1, K k2, V v2) { in of() 113 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 118 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 128 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 139 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 151 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 164 K k1, in of() 193 K k1, in of() 225 K k1, in of()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/ |
H A D | multikey.rs | 120 let k1 = 0xc6c8_f5e0_b13e_ed40; in get() localVariable 133 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_main_key() localVariable 155 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_alt_key() localVariable 180 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_value() localVariable 199 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_both_keys_main() localVariable 231 let k1 = 0xc6c8_f5e0_b13e_ed40; in update_both_keys_alt() localVariable 260 let k1 = 0xc6c8_f5e0_b13e_ed40; in remove() localVariable
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | ImmutableBiMap.java | 83 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 93 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 104 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 116 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 130 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 147 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 164 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 182 K k1, in of() 216 K k1, in of() 253 K k1, in of()
|
H A D | ImmutableSortedMap.java | 144 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() 149 private static <K, V> ImmutableSortedMap<K, V> of(Comparator<? super K> comparator, K k1, V v1) { in of() 162 K k1, V v1, K k2, V v2) { in of() 173 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 184 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 195 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 208 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 226 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 245 K k1, in of() 280 K k1, in of() [all …]
|
H A D | ImmutableMap.java | 134 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() 144 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 155 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 167 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 181 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 197 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 214 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 232 K k1, in of() 266 K k1, in of() 303 K k1, in of()
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Map.annotated.java | 86 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1) { throw new RuntimeException("Stub… in of() 88 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 90 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 92 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 94 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 96 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 98 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 100 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 102 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of() 104 …l V> of(@libcore.util.NonNull K k1, @libcore.util.NonNull V v1, @libcore.util.NonNull K k2, @libco… in of()
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | Map.annotated.java | 84 public static <K, V> java.util.Map<K,V> of(K k1, V v1) { throw new RuntimeException("Stub!"); } in of() 86 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2) { throw new RuntimeException("St… in of() 88 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3) { throw new RuntimeE… in of() 90 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { throw … in of() 92 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 94 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 96 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 98 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 100 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of() 102 public static <K, V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V … in of()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | ImmutableBiMap.java | 82 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of() 91 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 100 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 109 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 120 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 132 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 149 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 167 K k1, in of() 201 K k1, in of() 237 K k1, in of()
|
H A D | ImmutableSortedMap.java | 143 public static <K extends Comparable<? super K>, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of() 148 private static <K, V> ImmutableSortedMap<K, V> of(Comparator<? super K> comparator, K k1, V v1) { in of() 161 K k1, V v1, K k2, V v2) { in of() 172 K k1, V v1, K k2, V v2, K k3, V v3) { in of() 183 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 194 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 207 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 225 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 244 K k1, in of() 279 K k1, in of() [all …]
|
H A D | ImmutableMap.java | 133 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of() 142 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of() 151 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 160 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 171 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 183 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) { in of() 200 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) { in of() 218 K k1, in of() 252 K k1, in of() 289 K k1, in of()
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
H A D | DoubleKeyMap.cs | 9 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()
|
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
H A D | MapUtils.java | 27 public static <K, V> Map<K, V> of(K k1, V v1) { in of() 33 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() 40 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 48 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 57 public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 67 …public static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6… in of()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
H A D | DoubleKeyMap.java | 12 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()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Map.java | 1364 static <K, V> Map<K, V> of(K k1, V v1) { in of() 1384 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() 1406 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 1430 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 1456 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 1484 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1516 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1550 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1586 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1624 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/ |
D | Map.java | 1364 static <K, V> Map<K, V> of(K k1, V v1) { in of() 1384 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() 1406 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 1430 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 1456 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 1484 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1516 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1550 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1586 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1624 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Map.java | 1364 static <K, V> Map<K, V> of(K k1, V v1) { in of() 1384 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() 1406 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() 1430 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() 1456 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() 1484 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1516 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1550 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1586 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() 1624 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of()
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/ |
H A D | hash.h | 88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32() local 104 uint32_t k1 = 0; in hash_x86_32() local 144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128() local 174 uint32_t k1 = 0; in hash_x86_128() local 241 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128() local 259 uint64_t k1 = 0; in hash_x64_128() local
|
/aosp_15_r20/external/kmod/testsuite/ |
H A D | test-hash.c | 51 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_get_count() local 70 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace() local 100 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace_failing() local 132 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter() local 166 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter_after_del() local 201 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_free() local
|
/aosp_15_r20/external/fft2d/src/fft2d/fft2d/ |
H A D | fft4f2d.c | 742 int j, j1, k, k1, l, m, m2; in bitrv2() local 796 int i, j, j1, k, k1, l, m, m2; in bitrv2col() local 854 int i, j, j1, k, k1, l, m; in bitrv2row() local 913 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbcol() local 1028 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftbrow() local 1149 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfcol() local 1264 int i, j, j1, j2, j3, k, k1, ks, l, m; in cftfrow() local 1437 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dctbsub() local 1505 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dctfsub() local 1573 int kk1, kk2, ks1, ks2, n1h, j1, k1, k2; in dstbsub() local [all …]
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | vtable-layout-extreme.cpp | 27 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
|