Searched defs:Bi (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h268 uint32_t Bi; member in struct:htcp
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixVector.h130 Packet Bi = ploadu<Packet>(rhsIt); rhsIt += PacketSize; // FIXME should be aligned in most cases local
134 ptmp2 = pcj1.pmadd(A0i, Bi, ptmp2);
135 ptmp3 = pcj1.pmadd(A1i, Bi, ptmp3);
/external/libcxx/test/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp33 typedef bidirectional_iterator<const char*> Bi; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
45 typedef bidirectional_iterator<const char*> Bi; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
58 typedef bidirectional_iterator<const char*> Bi; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
71 typedef bidirectional_iterator<const char*> Bi; typedef
84 typedef bidirectional_iterator<const char*> Bi; typedef
97 typedef bidirectional_iterator<const char*> Bi; typedef
[all...]
H A Dtest2.pass.cpp33 typedef bidirectional_iterator<const char*> Bi; typedef
35 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
36 Bi(std::end(phone_book)-1), phone_numbers,
45 typedef bidirectional_iterator<const char*> Bi; typedef
47 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
48 Bi(std::end(phone_book)-1), phone_numbers,
58 typedef bidirectional_iterator<const char*> Bi; typedef
60 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
61 Bi(std::end(phone_book)-1), phone_numbers,
71 typedef bidirectional_iterator<const char*> Bi; typedef
84 typedef bidirectional_iterator<const char*> Bi; typedef
97 typedef bidirectional_iterator<const char*> Bi; typedef
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c117 BranchCC Bi; /* Indirect branch counts */ member in struct:__anon32354
287 lineCC->Bi.b = 0;
288 lineCC->Bi.mp = 0;
466 n->parent->Bi.b++;
467 n->parent->Bi.mp
547 } Bi; member in union:__anon32356::__anon32357
671 VG_(printf)("Bi %p DST=", ev->inode);
672 ppIRExpr(ev->Ev.Bi.dst);
862 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
1041 evt->Ev.Bi
[all...]
/external/valgrind/main/callgrind/
H A Dmain.c268 } Bi; member in union:__anon32375::__anon32376
360 VG_(printf)("Bi %p DST=", ev->inode);
361 ppIRExpr(ev->Ev.Bi.dst);
417 // extend event set by Bi counters
553 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bi.dst );
751 evt->Ev.Bi.dst = whereTo;

Completed in 305 milliseconds