Home
last modified time | relevance | path

Searched defs:B0 (Results 1 – 25 of 90) sorted by relevance

1234

/external/clang/test/Layout/
Dms-x86-size-alignment-fail.cpp8 struct B0 { char a; B0() : a(0xB0) {} }; in B0() argument
Dms-x86-vfvb-sharing.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } }; in B0() function
Dms-x86-primary-bases.cpp8 struct B0 { int a; B0() : a(0xf00000B0) { printf("B0 = %p\n", this); } virtual void f() { printf("B… in f() struct
Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; struct
Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
11 virtual void f() { printf("B0"); } in f() argument
Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() struct
Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() function
Dms-x86-aligned-tail-padding.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() argument
Dms-x86-empty-virtual-base.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B0() struct
Dms-x86-lazy-empty-nonvirtual-base.cpp8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0() argument
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/external/webp/src/dsp/
Drescaler_neon.c80 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
Dcommon_sse41.h43 __m128i B0, B1, B2, B3, B4, B5; in VP8PlanarTo24b_SSE41() local
116 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in VP8L32bToPlanar_SSE41() local
Dfilters_sse2.c43 const __m128i B0 = _mm_loadu_si128((const __m128i*)&pred[i + 0]); in PredictLineTop_SSE2() local
60 const __m128i B0 = _mm_loadu_si128((const __m128i*)(src + i + 0 - 1)); in PredictLineLeft_SSE2() local
153 const __m128i B0 = _mm_loadl_epi64((const __m128i*)&top[i]); in GradientPredictDirect_SSE2() local
256 const __m128i B0 = _mm_loadu_si128((const __m128i*)&prev[i + 0]); in VerticalUnfilter_SSE2() local
Drescaler_sse2.c150 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
Dyuv_sse41.c58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41() local
135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
561 const __m128i B0 = _mm_unpacklo_epi32(A0, A1); in RGBA32PackedToPlanar_16b_SSE41() local
Dcommon_sse2.h171 const __m128i B0 = _mm_unpacklo_epi8(A0, A1); in VP8L32bToPlanar_SSE2() local
Dyuv_sse2.c58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE2() local
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
706 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // r0 r1 r2 r3 | g0 g1 .. in RGBA32PackedToPlanar_16b_SSE2() local
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm98 struct B0 { long long x; }; struct
/external/clang/test/CXX/temp/temp.res/temp.dep/
Dp3.cpp6 template <typename T> struct B0: A0 { struct
7 static void f() { in f()
/external/clang/test/CodeGen/
Dmips64-class-return.cpp3 class B0 { class
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_intrapred_intrin_ssse3.c103 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 …]
/external/skqp/src/opts/
DSkBitmapProcState_opts.h55 uint32_t B0, uint32_t B1, in interpolate_in_x()
78 uint32_t B0, uint32_t B1, in interpolate_in_x_and_y()
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon.c196 void * B0, * V0, * XY0; in crypto_scrypt() local
Dcrypto_scrypt-sse.c270 void * B0, * V0, * XY0; in crypto_scrypt() local

1234