Home
last modified time | relevance | path

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

12

/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() argument
Dms-x86-bitfields-vbases.cpp6 struct B0 { int a; }; argument
Dms-x86-vtordisp.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() function
11 virtual void f() { printf("B0"); } in f() argument
Dms-x86-vfvb-alignment.cpp8 struct B0 { int a; B0() : a(0xf00000B0) {} }; in B0() argument
Dms-x86-empty-nonvirtual-bases.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} }; in B0() struct
Dms-x86-aligned-tail-padding.cpp8 struct B0 { struct
10 B0() : a(0xf00000B0) {} in B0() function
Dms-x86-empty-virtual-base.cpp8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} }; in B0() function
Dms-x86-lazy-empty-nonvirtual-base.cpp8 struct B0 { B0() { printf("B0 = %p\n", this); } }; in B0() function
/external/clang/test/SemaObjC/
Dprotocol-implementation-inherited.m13 @interface B0 : A <P0> interface
16 @implementation B0 implementation
/external/webp/src/dsp/
Drescaler_neon.c76 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand() local
136 const uint32x4_t B0 = vqsubq_u32(in2, A0); in RescalerExportRowShrink() local
158 const uint16x4_t B0 = vmovn_u32(A0); in RescalerExportRowShrink() local
Dfilters_sse2.c43 const __m128i B0 = _mm_loadu_si128((const __m128i*)&pred[i + 0]); in PredictLineTop() local
60 const __m128i B0 = _mm_loadu_si128((const __m128i*)(src + i + 0 - 1)); in PredictLineLeft() local
151 const __m128i B0 = _mm_loadl_epi64((const __m128i*)&top[i]); in GradientPredictDirect() local
252 const __m128i B0 = _mm_loadu_si128((const __m128i*)&prev[i + 0]); in VerticalUnfilter() local
Drescaler_sse2.c151 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // sum * x_sub in RescalerImportRowShrinkSSE2() local
203 const __m128i B0 = _mm_mul_epu32(*A0, *mult); in ProcessRow() local
259 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowExpandSSE2() local
305 __m128i A0, A1, A2, A3, B0, B1, B2, B3; in RescalerExportRowShrinkSSE2() local
Dyuv_sse2.c58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB() local
245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32() local
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32() local
357 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow() local
393 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow() local
695 const __m128i B0 = _mm_unpacklo_epi16(A0, A1); // r0 r1 r2 r3 | g0 g1 .. in RGBA32PackedToPlanar_16b() local
Dcommon_sse2.h171 const __m128i B0 = _mm_unpacklo_epi8(A0, A1); in VP8L32bToPlanar() local
Dlossless_enc_sse2.c105 const __m128i B0 = _mm_and_si128(in0, mask_g); // 0 0 | g 0 in CollectColorBlueTransforms() local
153 const __m128i B0 = _mm_srli_epi32(in0, 16); // 0 0 | x r in CollectColorRedTransforms() local
347 const __m128i B0 = in VectorMismatch() local
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm98 struct B0 { long long x; }; argument
/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/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
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-thai.cc192 B0, /* No descender */ enumerator
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp99 double _cvBendingWork( CvPoint2D32f* B0, in _cvBendingWork()
/external/libopus/celt/
Dbands.c672 celt_norm *X, celt_norm *Y, int N, int *b, int B, int B0, in compute_theta()
899 int B0=B; in quant_partition() local
1078 int B0=B; in quant_band() local

12