Searched refs:sb_in (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | m_gdbserver.c | 1000 ( IRSB* sb_in, in VG_() 1038 (IRSB* sb_in, /* block being translated */ in VG_() 1113 (IRSB* sb_in, in VG_() 1119 if (sb_in->next->tag == Iex_Const) { in VG_() 1121 sb_in->next->Iex.Const.con->Ico.U64 in VG_() 1122 : sb_in->next->Iex.Const.con->Ico.U32); in VG_() 1123 } else if (sb_in->next->tag == Iex_RdTmp) { in VG_() 1125 (sb_in, layout, vge, sb_in->next->Iex.RdTmp.tmp, irsb); in VG_() 1132 (IRSB* sb_in, in VG_() 1142 return sb_in; in VG_() [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | schanneladapter.cc | 211 CSecBufferBundle<2> sb_in; in ContinueSSL() local 212 sb_in[0].BufferType = SECBUFFER_TOKEN; in ContinueSSL() 213 sb_in[0].cbBuffer = static_cast<unsigned long>(impl_->inbuf.size()); in ContinueSSL() 214 sb_in[0].pvBuffer = &impl_->inbuf[0]; in ContinueSSL() 224 flags, 0, 0, sb_in.desc(), 0, in ContinueSSL() 227 return ProcessContext(ret, sb_in.desc(), sb_out.desc()); in ContinueSSL() 603 CSecBufferBundle<1> sb_in; in Close() local 604 sb_in[0].BufferType = SECBUFFER_TOKEN; in Close() 605 sb_in[0].cbBuffer = sizeof(token); in Close() 606 sb_in[0].pvBuffer = &token; in Close() [all …]
|
/external/valgrind/main/coregrind/ |
D | m_translate.c | 220 IRSB* sb_in, in tool_instrument_then_gdbserver_if_needed() argument 228 sb_in, in tool_instrument_then_gdbserver_if_needed() 259 IRSB* sb_in, in vg_SP_update_pass() argument 280 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv); in vg_SP_update_pass() 281 bb->next = deepCopyIRExpr(sb_in->next); in vg_SP_update_pass() 282 bb->jumpkind = sb_in->jumpkind; in vg_SP_update_pass() 283 bb->offsIP = sb_in->offsIP; in vg_SP_update_pass() 383 for (i = 0; i < sb_in->stmts_used; i++) { in vg_SP_update_pass() 385 st = sb_in->stmts[i]; in vg_SP_update_pass()
|
D | pub_core_gdbserver.h | 116 (IRSB* sb_in, /* block to be instrumented */
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 5290 IRSB* sb_in, in MC_() 5320 sb_out = deepCopyIRSBExceptStmts(sb_in); in MC_() 5349 for (i = 0; i < sb_in->tyenv->types_used; i++) { in MC_() 5356 tl_assert( VG_(sizeXA)( mce.tmpMap ) == sb_in->tyenv->types_used ); in MC_() 5366 for (i = 0; i < sb_in->stmts_used; i++) { in MC_() 5368 st = sb_in->stmts[i]; in MC_() 5388 tl_assert(mce.sb != sb_in); in MC_() 5391 while (i < sb_in->stmts_used && sb_in->stmts[i]->tag != Ist_IMark) { in MC_() 5393 st = sb_in->stmts[i]; in MC_() 5397 stmt( 'C', &mce, sb_in->stmts[i] ); in MC_() [all …]
|
/external/valgrind/main/include/ |
D | pub_tool_tooliface.h | 220 IRSB* sb_in,
|