Searched refs:b2 (Results 151 - 175 of 535) sorted by relevance

1234567891011>>

/external/iproute2/tc/
H A Dm_gact.c210 SPRINT_BUF(b2);
237 fprintf(f, "\n\t random type %s %s val %d",prob_n2a(pp->ptype), action_n2a(pp->paction, b2, sizeof (b2)), pp->pval);
H A Df_rsvp.c353 SPRINT_BUF(b2);
354 fprintf(f, "%s ", sprint_spi(&pinfo->dpi, 1, b2));
359 SPRINT_BUF(b2);
360 fprintf(f, "session [NONE]%s ", sprint_spi(&pinfo->dpi, 1, b2));
380 SPRINT_BUF(b2);
381 fprintf(f, "%s ", sprint_spi(&pinfo->spi, 0, b2));
385 SPRINT_BUF(b2);
386 fprintf(f, "sender [NONE]%s ", sprint_spi(&pinfo->spi, 0, b2));
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c145 int a2, b2, c2, d2; local
175 b2 = c1 + d1;
180 op[1] = (b2 + 3) >> 3;
/external/lzma/C/
H A DCpuArch.c57 UInt32 a2, b2, c2, d2; local
64 __asm mov b2, EBX; local
69 *b = b2;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketResponseHandler.java102 byte b2 = (i < size) ? buf[i++] : 0;
107 ar[a++] = ALPHABET[((b1 << 2) | ((b2 & 0xFF) >> 6)) & mask];
108 ar[a++] = ALPHABET[b2 & mask];
/external/openssl/crypto/bio/
H A Dbss_bio.c706 struct bio_bio_st *b1, *b2; local
712 b2 = bio2->ptr;
714 if (b1->peer != NULL || b2->peer != NULL)
732 if (b2->buf == NULL)
734 b2->buf = OPENSSL_malloc(b2->size);
735 if (b2->buf == NULL)
740 b2->len = 0;
741 b2->offset = 0;
747 b2
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dspechelper-clr.c6 unsigned b1 = _v1, b2 = _v2; \
7 asm volatile(" clr %[b1],%[b2]\n\t" \
14 : [b1] "d"(b1), [b2] "d"(b2) \
H A Dspechelper-cr.c6 unsigned b1 = _v1, b2 = _v2; \
7 asm volatile( " cr %[b1],%[b2]\n\t" \
14 : [b1] "d"(b1), [b2] "d"(b2) \
H A Dspechelper-slgr.c7 unsigned long b2 = _v2; \
8 asm volatile(" slgr %[b1],%[b2]\n\t" \
15 : [b2] "d"(b2) \
H A Dspechelper-slr.c7 unsigned int b2 = _v2; \
8 asm volatile( " slr %[b1],%[b2]\n\t" \
15 : [b2] "d"(b2) \
/external/eigen/unsupported/test/
H A DBVH.cpp63 bool intersectObjectObject(const BallType &b1, const BallType &b2){ argument
65 if((b1.center - b2.center).norm() < b1.radius + b2.radius)
82 double minimumOnObjectObject(const BallType &b1, const BallType &b2){ ++calls; return SQR((std::max)(0., (b1.center - b2.center).norm() - b1.radius - b2.radius)); } argument
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp119 UStringPrepKey *b2 = (UStringPrepKey *)p2.pointer; local
122 name2.pointer = b2->name;
124 path2.pointer = b2->path;
676 UChar *b1 = b1Stack, *b2 = b2Stack; local
710 b2Len = usprep_normalize(b1,b1Len, b2,b2Capacity,status);
715 b2 = (UChar*) uprv_malloc(b2Len * U_SIZEOF_UCHAR);
716 if(b2==NULL){
723 b2Len = usprep_normalize(b1,b1Len, b2,b2Len,status);
728 b2 = b1;
747 U16_NEXT(b2, b2Inde
[all...]
/external/clang/test/CodeGenCXX/
H A Dcopy-constructor-synthesis.cpp111 B b2(b1);
136 B b2 = b1; local
H A Dx86_64-arguments.cpp75 // CHECK-LABEL: define i8* @_ZN6PR51793barENS_2B2E(i32* %b2.coerce)
76 const void *bar(B2 b2) { argument
77 return b2.b1.pa;
/external/icu/icu4c/source/common/
H A Dusprep.cpp119 UStringPrepKey *b2 = (UStringPrepKey *)p2.pointer; local
122 name2.pointer = b2->name;
124 path2.pointer = b2->path;
676 UChar *b1 = b1Stack, *b2 = b2Stack; local
710 b2Len = usprep_normalize(b1,b1Len, b2,b2Capacity,status);
715 b2 = (UChar*) uprv_malloc(b2Len * U_SIZEOF_UCHAR);
716 if(b2==NULL){
723 b2Len = usprep_normalize(b1,b1Len, b2,b2Len,status);
728 b2 = b1;
747 U16_NEXT(b2, b2Inde
[all...]
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c299 UByte* b2 = (UByte*)b; local
300 SizeT bszB_lo = *(SizeT*)&b2[0 + hp_overhead_szB()];
301 SizeT bszB_hi = *(SizeT*)&b2[mk_plain_bszB(bszB_lo) - sizeof(SizeT)];
319 UByte* b2 = (UByte*)b; local
320 *(SizeT*)&b2[0 + hp_overhead_szB()] = bszB;
321 *(SizeT*)&b2[mk_plain_bszB(bszB) - sizeof(SizeT)] = bszB;
395 UByte* b2 = (UByte*)b; local
396 return & b2[ overhead_szB_lo(a) ];
411 UByte* b2 = (UByte*)b; local
412 *(Block**)&b2[hp_overhead_sz
417 UByte* b2 = (UByte*)b; local
423 UByte* b2 = (UByte*)b; local
429 UByte* b2 = (UByte*)b; local
439 UByte* b2 = (UByte*)b; local
446 UByte* b2 = (UByte*)b; local
457 UByte* b2 = (UByte*)b; local
468 UByte* b2 = (UByte*)b; local
474 UByte* b2 = (UByte*)b; local
480 UByte* b2 = (UByte*)b; local
486 UByte* b2 = (UByte*)b; local
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-tuple_test.cc153 tuple<int, double> a2, b2; local
154 b2 = a2;
155 EXPECT_EQ(0, get<0>(b2));
156 EXPECT_EQ(0.0, get<1>(b2));
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DBiquad.h85 void setNormalizedCoefficients(double b0, double b1, double b2, double a0, double a1, double a2);
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp326 uint8 b2 = GetByte(); local
329 return b1 | (b2 << 8) | (b3 << 16) | (b4 << 24);
334 uint8 b2 = GetByte(); local
335 return b1 | (b2 << 8);
/external/chromium_org/third_party/skia/src/opts/
H A DSkColor_opts_SSE2.h18 // Calculate results of a0 * b0 and a2 * b2.
175 __m128i b2 = _mm_srli_epi32(src_pixel2, local
177 b2 = _mm_and_si128(b2, _mm_set1_epi32(SK_B16_MASK));
178 __m128i b = _mm_packs_epi32(b1, b2);
/external/chromium_org/v8/src/compiler/
H A Dscheduler.h76 BasicBlock* GetCommonDominator(BasicBlock* b1, BasicBlock* b2);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-3867.js42 this.b2 = "D";
53 assertArrayEquals(["b3", "b2", "b1"], props(new B()));
67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b));
/external/chromium_org/v8/test/webkit/
H A Ddelete-getters-setters.js36 this.__defineSetter__("b2", function() {});
37 delete b2;
/external/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h99 bool operator()(const CFGBlock *b1, const CFGBlock *b2) const;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp3.cpp35 void b2(class B<float>);

Completed in 6110 milliseconds

1234567891011>>