/aosp_15_r20/external/python/cpython3/Modules/_blake2/impl/ |
D | blake2b-load-sse2.h | 17 #define LOAD_MSG_0_1(b0, b1) b0 = _mm_set_epi64x(m2, m0); b1 = _mm_set_epi64x(m6, m4) argument 18 #define LOAD_MSG_0_2(b0, b1) b0 = _mm_set_epi64x(m3, m1); b1 = _mm_set_epi64x(m7, m5) argument 19 #define LOAD_MSG_0_3(b0, b1) b0 = _mm_set_epi64x(m10, m8); b1 = _mm_set_epi64x(m14, m12) argument 20 #define LOAD_MSG_0_4(b0, b1) b0 = _mm_set_epi64x(m11, m9); b1 = _mm_set_epi64x(m15, m13) argument 21 #define LOAD_MSG_1_1(b0, b1) b0 = _mm_set_epi64x(m4, m14); b1 = _mm_set_epi64x(m13, m9) argument 22 #define LOAD_MSG_1_2(b0, b1) b0 = _mm_set_epi64x(m8, m10); b1 = _mm_set_epi64x(m6, m15) argument 23 #define LOAD_MSG_1_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11) argument 24 #define LOAD_MSG_1_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7) argument 25 #define LOAD_MSG_2_1(b0, b1) b0 = _mm_set_epi64x(m12, m11); b1 = _mm_set_epi64x(m15, m5) argument 26 #define LOAD_MSG_2_2(b0, b1) b0 = _mm_set_epi64x(m0, m8); b1 = _mm_set_epi64x(m13, m2) argument [all …]
|
D | blake2b-load-sse41.h | 17 #define LOAD_MSG_0_1(b0, b1) \ argument 25 #define LOAD_MSG_0_2(b0, b1) \ argument 33 #define LOAD_MSG_0_3(b0, b1) \ argument 41 #define LOAD_MSG_0_4(b0, b1) \ argument 49 #define LOAD_MSG_1_1(b0, b1) \ argument 57 #define LOAD_MSG_1_2(b0, b1) \ argument 65 #define LOAD_MSG_1_3(b0, b1) \ argument 73 #define LOAD_MSG_1_4(b0, b1) \ argument 81 #define LOAD_MSG_2_1(b0, b1) \ argument 89 #define LOAD_MSG_2_2(b0, b1) \ argument [all …]
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_foreach.py | 109 def fn(a0, a1, b0, b1): argument 175 def fn(a0, a1, b0, b1): argument 206 def fn(a0, a1, b0, b1): argument 251 def fn(a0, a1, b0, b1): argument 314 def fn(a0, a1, b0, b1): argument 343 def fn(a0, a1, b0, b1): argument 383 def fn(a0, a1, b0, b1): argument 397 def fn(a0, a1, b0, b1): argument 429 def fn(a0, a1, b0, b1): argument 449 def fn(a0, a1, b0, b1): argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/BitSet/ |
H A D | BSMethods.java | 157 BitSet b1 = new BitSet(); in testFlipTime() local 351 BitSet b1 = new BitSet(256); in testAndNot() local 385 BitSet b1 = new BitSet(256); in testAnd() local 426 BitSet b1 = new BitSet(256); in testOr() local 474 BitSet b1 = new BitSet(256); in testXor() local 517 BitSet b1 = new BitSet(generator.nextInt(1000)+1); in testEquals() local 542 BitSet b1 = new BitSet(256); in testLength() local 558 BitSet b1 = new BitSet(256); in testLength() local 577 BitSet b1 = new BitSet(256); in testLength() local 597 BitSet b1 = new BitSet(); in testClear() local [all …]
|
/aosp_15_r20/art/test/660-checker-simd-sad/src/ |
H A D | SimdSadByte.java | 24 private static byte sadByte2Byte(byte[] b1, byte[] b2) { in sadByte2Byte() 33 private static byte sadByte2ByteAlt(byte[] b1, byte[] b2) { in sadByte2ByteAlt() 44 private static byte sadByte2ByteAlt2(byte[] b1, byte[] b2) { in sadByte2ByteAlt2() 57 private static short sadByte2Short(byte[] b1, byte[] b2) { in sadByte2Short() 66 private static short sadByte2ShortAlt(byte[] b1, byte[] b2) { in sadByte2ShortAlt() 77 private static short sadByte2ShortAlt2(byte[] b1, byte[] b2) { in sadByte2ShortAlt2() 121 private static int sadByte2Int(byte[] b1, byte[] b2) { in sadByte2Int() 161 private static int sadByte2IntAlt(byte[] b1, byte[] b2) { in sadByte2IntAlt() 203 private static int sadByte2IntAlt2(byte[] b1, byte[] b2) { in sadByte2IntAlt2() 252 private static long sadByte2Long(byte[] b1, byte[] b2) { in sadByte2Long() [all …]
|
/aosp_15_r20/art/test/646-checker-simd-hadd/src/ |
H A D | HaddShort.java | 63 private static void halving_add_signed(short[] b1, short[] b2, short[] bo) { in halving_add_signed() 104 private static void halving_add_signed_alt(short[] b1, short[] b2, short[] bo) { in halving_add_signed_alt() 155 private static void halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in halving_add_unsigned() 195 private static void rounding_halving_add_signed(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed() 233 private static void rounding_halving_add_signed_alt(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt() 275 private static void rounding_halving_add_signed_alt2(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt2() 319 private static void rounding_halving_add_signed_alt3(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed_alt3() 372 private static void rounding_halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_unsigned() 426 private static void rounding_halving_add_unsigned_alt(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_unsigned_alt() 468 private static void halving_add_signed_constant(short[] b1, short[] bo) { in halving_add_signed_constant() [all …]
|
H A D | HaddByte.java | 59 private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in halving_add_signed() 109 private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in halving_add_unsigned() 147 private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_signed() 199 private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_unsigned() 238 private static void halving_add_signed_constant(byte[] b1, byte[] bo) { in halving_add_signed_constant() 288 private static void halving_add_unsigned_constant(byte[] b1, byte[] bo) { in halving_add_unsigned_constant()
|
H A D | HaddAltByte.java | 62 private static void halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in halving_add_signed() 112 private static void halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in halving_add_unsigned() 150 private static void rounding_halving_add_signed(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_signed() 202 private static void rounding_halving_add_unsigned(byte[] b1, byte[] b2, byte[] bo) { in rounding_halving_add_unsigned() 241 private static void halving_add_signed_constant(byte[] b1, byte[] bo) { in halving_add_signed_constant() 291 private static void halving_add_unsigned_constant(byte[] b1, byte[] bo) { in halving_add_unsigned_constant()
|
H A D | HaddChar.java | 59 private static void halving_add_unsigned(char[] b1, char[] b2, char[] bo) { in halving_add_unsigned() 112 private static void halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) { in halving_add_also_unsigned() 150 private static void rounding_halving_add_unsigned(char[] b1, char[] b2, char[] bo) { in rounding_halving_add_unsigned() 205 private static void rounding_halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) { in rounding_halving_add_also_unsigned() 243 private static void halving_add_unsigned_constant(char[] b1, char[] bo) { in halving_add_unsigned_constant() 296 private static void halving_add_also_unsigned_constant(char[] b1, char[] bo) { in halving_add_also_unsigned_constant()
|
H A D | HaddAltChar.java | 62 private static void halving_add_unsigned(char[] b1, char[] b2, char[] bo) { in halving_add_unsigned() 116 private static void halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) { in halving_add_also_unsigned() 154 private static void rounding_halving_add_unsigned(char[] b1, char[] b2, char[] bo) { in rounding_halving_add_unsigned() 210 private static void rounding_halving_add_also_unsigned(char[] b1, char[] b2, char[] bo) { in rounding_halving_add_also_unsigned() 249 private static void halving_add_unsigned_constant(char[] b1, char[] bo) { in halving_add_unsigned_constant() 302 private static void halving_add_also_unsigned_constant(char[] b1, char[] bo) { in halving_add_also_unsigned_constant()
|
H A D | HaddAltShort.java | 62 private static void halving_add_signed(short[] b1, short[] b2, short[] bo) { in halving_add_signed() 112 private static void halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in halving_add_unsigned() 152 private static void rounding_halving_add_signed(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_signed() 204 private static void rounding_halving_add_unsigned(short[] b1, short[] b2, short[] bo) { in rounding_halving_add_unsigned() 245 private static void halving_add_signed_constant(short[] b1, short[] bo) { in halving_add_signed_constant() 295 private static void halving_add_unsigned_constant(short[] b1, short[] bo) { in halving_add_unsigned_constant()
|
/aosp_15_r20/external/libpcap/ |
H A D | gencode.c | 929 merge(struct block *b0, struct block *b1) in merge() 999 gen_and(struct block *b0, struct block *b1) in gen_and() 1010 gen_or(struct block *b0, struct block *b1) in gen_or() 1963 struct block *b0, *b1; in gen_ether_linktype() local 2198 struct block *b0, *b1; in gen_linux_sll_linktype() local 3193 struct block *b0, *b1, *b2; in gen_linktype() local 3717 struct block *b0, *b1; in gen_llc_internal() local 3802 struct block *b0, *b1; in gen_llc_i() local 3833 struct block *b0, *b1; in gen_llc_s() local 3859 struct block *b0, *b1; in gen_llc_u() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/ |
D | test_bytes_odd_alloc.rs | 66 let b1 = Bytes::from(vec); in test_bytes_clone_drop() localVariable 75 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 79 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 84 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 92 let mut b1 = Bytes::from(vec.clone()); in test_bytes_into_vec() localVariable 104 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_vec() localVariable 114 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_1() localVariable 125 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_2() localVariable 140 let mut b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_arc_offset() localVariable
|
D | test_bytes.rs | 1085 let b1 = bytes_mut.freeze(); in test_bytes_into_vec() localVariable 1103 let b1 = bytes_mut1.freeze(); in test_bytes_into_vec() localVariable 1115 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec_promotable_even() localVariable 1119 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec_promotable_even() localVariable 1124 let b1 = Bytes::from(vec.clone()); in test_bytes_into_vec_promotable_even() localVariable 1132 let mut b1 = Bytes::from(vec.clone()); in test_bytes_into_vec_promotable_even() localVariable 1158 let mut b1 = BytesMut::with_capacity(10); in test_bytes_mut_conversion() localVariable 1256 let b1 = bytes_mut.freeze(); in test_bytesmut_from_bytes_bytes_mut_shared() localVariable 1277 let b1 = bytes_mut1.freeze(); in test_bytesmut_from_bytes_bytes_mut_offset() localVariable 1292 let b1 = Bytes::from(vec.clone()); in test_bytesmut_from_bytes_promotable_even_vec() localVariable [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | initoid.h | 14 #define DEFINE_OID_1(name,b0,b1) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { MAPI_PR… argument 15 #define DEFINE_OID_2(name,b0,b1,b2) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { MAPI… argument 16 #define DEFINE_OID_3(name,b0,b1,b2,b3) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = { M… argument 17 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) EXTERN_C const BYTE __based(__segname("_CODE")) name[] = … argument 19 #define DEFINE_OID_1(name,b0,b1) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFIX,b0,b… argument 20 #define DEFINE_OID_2(name,b0,b1,b2) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFIX,b… argument 21 #define DEFINE_OID_3(name,b0,b1,b2,b3) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PREFI… argument 22 #define DEFINE_OID_4(name,b0,b1,b2,b3,b4) const BYTE __based(__segname("_CODE")) name[] = { MAPI_PR… argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorBinaryOps.cpp | 187 self, other, "add", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add_Tensor() 197 self, other, "sub", true /* supports_striding*/, [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_sub_Tensor() 204 self, other, "mul", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul_Tensor() 216 self, other, "div", false /* supports_striding*/, [](const Tensor& b1, const Tensor& b2) { in NestedTensor_div_Tensor() 230 …self, mask, "masked_fill", false /* supports_striding*/, [value](const Tensor& b1, const Tensor& b… in NestedTensor_masked_fill() 269 self, other, "add_", [alpha](const Tensor& b1, const Tensor& b2) { in NestedTensor_add__Tensor() 276 self, other, "mul_", [](const Tensor& b1, const Tensor& b2) { in NestedTensor_mul__Tensor() 301 [](const Tensor& b1, const Tensor& b2) { in ge_scalar_nested() 309 [](const Tensor& b1, const Tensor& b2) { in gt_scalar_nested() 317 [](const Tensor& b1, const Tensor& b2) { in eq_scalar_nested() [all …]
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | conv2d_quant8_signed.mod.py | 22 b1 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) variable 73 b1 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) variable 152 b1 = Parameter("op3", "TENSOR_INT32", "{3}", [4, 4, 4]) variable 212 b1 = Parameter("op3", "TENSOR_FLOAT32", "{1}", [0]) variable 439 b1 = Parameter("op3", "TENSOR_INT32", "{1}, 0.25f, 0", [-4]) variable 469 b1 = Parameter("op3", "TENSOR_INT32", "{3}, 0.25, 0", [0, 0, 0]) variable 490 b1 = Input("op3", "TENSOR_INT32", "{3}, 0.25, 0") variable 517 b1 = Parameter("op3", "TENSOR_INT32", "{3}, 0.25, 0", [0, 0, 0]) variable 545 b1 = Input("op3", "TENSOR_INT32", "{3}, 0.25, 0") variable 582 b1 = Parameter("op3", "TENSOR_INT32", "{1}, 0.25f, 0", [4]) variable [all …]
|
D | depthwise_conv2d_quant8_signed.mod.py | 22 b1 = Parameter("op3", "TENSOR_FLOAT32", "{4}", [1, 2, 3, 4]) variable 79 b1 = Parameter("op3", "TENSOR_FLOAT32", "{4}", [1, 2, 3, 4]) variable 168 b1 = Parameter("op3", "TENSOR_INT32", "{2}", [0, 0]) variable 221 b1 = Parameter("op3", "TENSOR_INT32", "{4}, 0.25f, 0", [4, 8, 12, 16]) variable 253 b1 = Parameter("op3", "TENSOR_INT32", "{2}, 0.25f, 0", [0, 0]) variable 281 b1 = Input("op3", "TENSOR_INT32", "{2}, 0.25f, 0") variable 314 b1 = Parameter("op3", "TENSOR_INT32", "{2}, 0.25f, 0", [0, 0]) variable 342 b1 = Input("op3", "TENSOR_INT32", "{2}, 0.25f, 0") variable 376 b1 = Parameter("op3", "TENSOR_FLOAT32", "{4}", [1, 2, 3, 4]) variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/ |
H A D | cons.move.pass.cpp | 33 Buf b1{nullptr, alloc}; in test() local 45 Buf b1{&w, alloc}; in test() local 66 Buf b1{nullptr, alloc}; in test() local 78 Buf b1{&w, alloc}; in test() local 99 Buf b1{nullptr, alloc}; in test() local 111 Buf b1{&w, alloc}; in test() local
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_poly.h | 99 double b0,b1; in db_MultiplyPoly1_1() local 111 double b0,b1,b2; in db_MultiplyPoly0_2() local 123 double b0,b1,b2; in db_MultiplyPoly1_2() local 137 double b0,b1,b2,b3; in db_MultiplyPoly1_3() local 152 double b0,b1; in db_AddPolyProduct0_1() local 162 double b0,b1,b2; in db_AddPolyProduct0_2() local 185 double b0,b1; in db_SubtractPolyProduct0_1() local 196 double b0,b1,b2; in db_SubtractPolyProduct0_2() local 208 double b0,b1,b2,b3; in db_SubtractPolyProduct1_3() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | transpose_neon.h | 41 const uint8x16x2_t b1 = vtrnq_u8(vcombine_u8(a2, a6), vcombine_u8(a3, a7)); in transpose_elems_u8_8x8() local 310 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in transpose_elems_inplace_u8_8x4() local 345 const uint8x16x2_t b1 = vtrnq_u8(*a2, *a3); in transpose_elems_inplace_u8_16x4() local 417 const uint32x2x2_t b1 = in transpose_elems_u8_4x8() local 501 const uint16x8x2_t b1 = vtrnq_u16(a[2], a[3]); in transpose_array_inplace_u16_4x8() local 554 const uint16x8x2_t b1 = vtrnq_u16(a[2], a[3]); in loop_filter_transpose_u16_4x8q() local 613 const uint16x8_t b1 = vcombine_u16(a1, a5); in transpose_elems_u16_4x8() local 664 const int16x8_t b1 = vcombine_s16(a1, a5); in transpose_elems_s16_4x8() local 717 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_elems_inplace_u16_8x8() local 806 const int16x8x2_t b1 = vtrnq_s16(*a2, *a3); in transpose_elems_inplace_s16_8x8() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 617 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() 625 …lic static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTag() 639 …ic void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTagSlowPath() 648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag() 663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath() 673 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 690 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath() 701 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 718 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WritingPrimitives.cs | 617 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() 625 …lic static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTag() 639 …ic void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2) in WriteRawTagSlowPath() 648 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTag() 663 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3) in WriteRawTagSlowPath() 673 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 690 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath() 701 …c void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTag() 718 …riteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte b2, byte b3… in WriteRawTagSlowPath()
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | transpose_neon.h | 143 const int16x4x2_t b1 = vtrn_s16(*a2, *a3); in transpose_s16_4x4d() local 237 const uint32x2x2_t b1 = in transpose_u8_4x8() local 286 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x4() local 325 const int16x8_t b1 = vcombine_s16(a1, a5); in transpose_s16_4x8() local 379 const int32x4x2_t b1 = vtrnq_s32(*a2, *a3); in transpose_s32_4x8() local 422 const uint8x8x2_t b1 = vtrn_u8(*a2, *a3); in transpose_u8_8x4() local 455 const uint16x8x2_t b1 = vtrnq_u16(*a2, *a3); in transpose_u16_8x4() local 498 const int32x4x2_t b1 = vtrnq_s32(*a1, *a3); in transpose_s32_8x4() local 555 const uint8x16_t b1 = vzipq_u8(a2q, a3q).val[0]; in transpose_u8_8x8() local 611 const int16x8x2_t b1 = vtrnq_s16(a[2], a[3]); in transpose_s16_8x8q() local [all …]
|
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | Utf8.kt | 404 val b1 = this[beginIndex + 1] in process2Utf8Bytes() constant 454 val b1 = this[beginIndex + 1] in process3Utf8Bytes() constant 518 val b1 = this[beginIndex + 1] in process4Utf8Bytes() constant
|