/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | legacy_vmap_test.cpp | 408 int64_t B0 = 5, B1 = 7; in TEST() local 420 int64_t B0 = 5, B1 = 7, B2 = 9; in TEST() local 432 int64_t B0 = 5; in TEST() local 445 int64_t B0 = 5, B1 = 7, B2 = 11, B3 = 13; in TEST() local 460 int64_t B0 = 5, B2 = 11; in TEST() local 471 int64_t B0 = 5, B2 = 11; in TEST() local 485 int64_t B0 = 5, B1 = 7; in TEST() local 499 int64_t B0 = 5, B1 = 7; in TEST() local 511 int64_t B0 = 5, B1 = 7; in TEST() local 523 int64_t B0 = 5, B1 = 7; in TEST() local [all …]
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-x86-size-alignment-fail.cpp | 8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() function
|
H A D | ms-x86-primary-bases.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() argument
|
H A D | ms-x86-vfvb-sharing.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() argument
|
H A D | ms-x86-vtordisp.cpp | 8 struct B0 { struct 10 B0() : a(0xf00000B0) {} in B0() argument 11 virtual void f() { printf("B0"); } in f() argument
|
H A D | ms-x86-vfvb-alignment.cpp | 8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
|
H A D | ms-x86-aligned-tail-padding.cpp | 8 struct B0 { struct 10 B0() : a(0xf00000B0) {} in B0() argument
|
H A D | ms-x86-empty-nonvirtual-bases.cpp | 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() function
|
H A D | ms-x86-bitfields-vbases.cpp | 6 struct B0 { int a; }; argument
|
H A D | ms-x86-empty-virtual-base.cpp | 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B0() struct
|
H A D | ms-x86-lazy-empty-nonvirtual-base.cpp | 8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0() function
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_intrapred_intrin_ssse3.c | 103 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d45_predictor_16x16_ssse3() local 140 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d45_predictor_32x32_ssse3() local 215 const __m128i B0 = _mm_loadu_si128((const __m128i *)(above - 1)); in vpx_highbd_d117_predictor_16x16_ssse3() local 265 const __m128i B0 = _mm_loadu_si128((const __m128i *)(above - 1)); in vpx_highbd_d117_predictor_32x32_ssse3() local 362 const __m128i B0 = _mm_load_si128((const __m128i *)above); in vpx_highbd_d135_predictor_16x16_ssse3() local 402 const __m128i B0 = _mm_load_si128((const __m128i *)above); in vpx_highbd_d135_predictor_32x32_ssse3() local 506 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d153_predictor_16x16_ssse3() local 567 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d153_predictor_32x32_ssse3() local 713 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d207_predictor_16x16_ssse3() local 768 const __m128i B0 = _mm_alignr_epi8(A1, A0, 2); in vpx_highbd_d207_predictor_32x32_ssse3() local [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/examples/ |
D | types.go | 217 type B0 any type 221 func _[T1 B0]() {} 225 func _[T1, T2 B0]() {} 229 func _[T1 B0, T2 B1[T2]]() {} // here B1 applies to T2
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv_sse41.c | 60 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41() local 137 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 159 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 187 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 224 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local 563 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in RGBA32PackedToPlanar_16b_SSE41() local
|
H A D | filters_sse2.c | 45 const __m128i B0 = _mm_loadu_si128((const __m128i*)&pred[i + 0]); in PredictLineTop_SSE2() local 62 const __m128i B0 = _mm_loadu_si128((const __m128i*)(src + i + 0 - 1)); in PredictLineLeft_SSE2() local 155 const __m128i B0 = _mm_loadl_epi64((const __m128i*)&top[i]); in GradientPredictDirect_SSE2() local 258 const __m128i B0 = _mm_loadu_si128((const __m128i*)&prev[i + 0]); in VerticalUnfilter_SSE2() local
|
H A D | rescaler_sse2.c | 150 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // sum * x_sub in RescalerImportRowShrink_SSE2() local 202 const __m128i B0 = _mm_mul_epu32(*A0, *mult); in ProcessRow_SSE2() local 257 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpand_SSE2() local 301 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrink_SSE2() local
|
H A D | rescaler_neon.c | 80 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand_NEON() local 138 const uint32x4_t B0 = vqsubq_u32(in2, A0); in RescalerExportRowShrink_NEON() local 159 const uint16x4_t B0 = vmovn_u32(A0); in RescalerExportRowShrink_NEON() local
|
H A D | yuv_sse2.c | 60 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE2() local 252 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local 274 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local 368 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local 405 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local 709 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // r0 r1 r2 r3 | g0 g1 .. in RGBA32PackedToPlanar_16b_SSE2() local
|
H A D | common_sse41.h | 43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local 116 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in VP8L32bToPlanar_SSE41() local
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | protocol-implementation-inherited.m | 13 @interface B0 : A <P0> interface 16 @implementation B0 implementation
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | property-objects.mm | 98 struct B0 { long long x; }; struct
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/ |
H A D | p3.cpp | 6 template <typename T> struct B0: A0 { struct 7 static void f() { in f()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | hexagon_types.h | 696 signed char B0(void) { in B0() function 775 HEXAGON_Vect64C B0(signed char b) { in B0() function 1120 signed char B0(void) { in B0() function 1161 HEXAGON_Vect32C B0(signed char b) { in B0() function 1923 signed char B0(void) { in B0() function 2002 Q6Vect64C B0(signed char b) { in B0() function 2347 signed char B0(void) { in B0() function 2388 Q6Vect32C B0(signed char b) { in B0() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | hexagon_types.h | 696 signed char B0(void) { in B0() function 775 HEXAGON_Vect64C B0(signed char b) { in B0() function 1120 signed char B0(void) { in B0() function 1161 HEXAGON_Vect32C B0(signed char b) { in B0() function 1923 signed char B0(void) { in B0() function 2002 Q6Vect64C B0(signed char b) { in B0() function 2347 signed char B0(void) { in B0() function 2388 Q6Vect32C B0(signed char b) { in B0() function
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | hexagon_types.h | 696 signed char B0(void) { in B0() function 775 HEXAGON_Vect64C B0(signed char b) { in B0() function 1120 signed char B0(void) { in B0() function 1161 HEXAGON_Vect32C B0(signed char b) { in B0() function 1923 signed char B0(void) { in B0() function 2002 Q6Vect64C B0(signed char b) { in B0() function 2347 signed char B0(void) { in B0() function 2388 Q6Vect32C B0(signed char b) { in B0() function
|