Searched refs:B0 (Results 1 - 25 of 92) sorted by relevance

1234

/external/clang/test/CXX/class/class.friend/
H A Dp2.cpp3 struct B0;
8 friend B0; // expected-warning {{specify 'struct' to befriend 'B0'}}
/external/clang/test/CodeGen/
H A Dmips64-class-return.cpp3 class B0 { class
7 class D0 : public B0 {
19 class D2 : public B0 {
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.bat5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0 B0) do (
H A Dspan16perf.bat5 rem types: slow Bv Bv0 B0
H A Dspan8perf.bat5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
/external/icu4c/test/perf/unisetperf/draft/
H A Dcontperf.bat5 rem types: slow Bv Bv0 B0
16 for %%t in (slow Bv Bv0 B0) do (
H A Dspan16perf.bat5 rem types: slow Bv Bv0 B0
H A Dspan8perf.bat5 rem types: slow Bh bh Bv Bv0 B0 BvF Bvp BvpF L Bvl BvL
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp19 class B0 { class in namespace:out_of_line
23 template<> const int B0::right<int,int> = 7;
24 template const int B0::right<int,int>;
25 template<> const int B0::right<int,float>;
26 template const int B0::right<int,float>;
/external/scrypt/lib/crypto/
H A Dcrypto_scrypt-neon.c197 void * B0, * V0, * XY0; local
229 if ((errno = posix_memalign(&B0, 64, 128 * r * p)) != 0)
231 B = (uint8_t *)(B0);
241 if ((B0 = malloc(128 * r * p + 63)) == NULL)
243 B = (uint8_t *)(((uintptr_t)(B0) + 63) & ~ (uintptr_t)(63));
293 free(B0);
301 free(B0);
H A Dcrypto_scrypt-sse.c270 void * B0, * V0, * XY0; local
302 if ((errno = posix_memalign(&B0, 64, 128 * r * p)) != 0)
304 B = (uint8_t *)(B0);
314 if ((B0 = malloc(128 * r * p + 63)) == NULL)
316 B = (uint8_t *)(((uintptr_t)(B0) + 63) & ~ (uintptr_t)(63));
366 free(B0);
374 free(B0);
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dnumeric-literals.js54 assertEquals(0, 0B0);
64 assertEquals(0, Number('0B0'));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtermios.h77 #define B0 000000 macro
/external/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp6 template <typename T> struct B0: A0 { struct in inherits:A0
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-thai.cc193 B0, /* No descender */ enumerator in enum:thai_below_state_t
199 B0, /* NC */
200 B0, /* AC */
211 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}},
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-thai.cc193 B0, /* No descender */ enumerator in enum:thai_below_state_t
199 B0, /* NC */
200 B0, /* AC */
211 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}},
/external/clang/lib/CodeGen/
H A DABIInfo.h82 ABIArgInfo(Kind K, llvm::Type *TD, unsigned UI, bool B0, bool B1, bool IR, argument
84 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_connection_posix.cc23 bitrate_opt_ = B0;
/external/kernel-headers/original/asm-arm/
H A Dtermbits.h89 #define B0 0000000 /* hang up */ macro
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp68 double _cvBendingWork( CvPoint2D32f* B0,
99 double _cvBendingWork( CvPoint2D32f* B0, argument
117 if( (B0->x==0) && (B0->y==0) )
162 d_angle = d_angle - acos( (B0->x*K->x + B0->y*K->y)/sqrt( (B0->x*B0->x + B0->y*B0
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl163 ($A1,$B1,$A0,$B0,$A1B1,$A0B0)=map("d$_",(18..23));
181 vld1.32 ${B0}[],[sp,:32] @ two copies of b0
191 vmov d17,$B0
196 veor d17,$B0,$B1
/external/jpeg/
H A Djccolor.c307 #define B0(n) ((n) & 0xFF) macro
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
/external/kernel-headers/original/asm-mips/
H A Dtermbits.h137 #define B0 0000000 /* hang up */ macro
/external/kernel-headers/original/asm-x86/
H A Dtermbits.h113 #define B0 0000000 /* hang up */ macro
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl163 ($A1,$B1,$A0,$B0,$A1B1,$A0B0)=map("d$_",(18..23));
181 vld1.32 ${B0}[],[sp,:32] @ two copies of b0
191 vmov d17,$B0
196 veor d17,$B0,$B1

Completed in 525 milliseconds

1234