Home
last modified time | relevance | path

Searched refs:sb_out (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dschanneladapter.cc177 CSecBufferBundle<2, CSecBufferBase::FreeSSPI> sb_out; in BeginSSL() local
181 &impl_->ctx, sb_out.desc(), in BeginSSL()
185 return ProcessContext(ret, NULL, sb_out.desc()); in BeginSSL()
205 CSecBufferBundle<2, CSecBufferBase::FreeSSPI> sb_out; in ContinueSSL() local
209 NULL, sb_out.desc(), in ContinueSSL()
211 return ProcessContext(ret, sb_in.desc(), sb_out.desc()); in ContinueSSL()
/external/valgrind/main/coregrind/m_gdbserver/
Dm_gdbserver.c1205 IRSB* sb_out; in VG_() local
1214 sb_out = deepCopyIRSBExceptStmts(sb_in); in VG_()
1227 addStmtToIRSB( sb_out, st ); in VG_()
1238 sb_out); in VG_()
1257 sb_out); in VG_()
1260 return sb_out; in VG_()
/external/valgrind/main/memcheck/
Dmc_translate.c5976 IRSB* sb_out; in MC_() local
5996 sb_out = deepCopyIRSBExceptStmts(sb_in); in MC_()
6003 mce.sb = sb_out; in MC_()
6063 tl_assert(mce.sb == sb_out); in MC_()
6105 IRType ty_v = typeOfIRTemp(sb_out->tyenv, tmp_v); in MC_()
6109 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32); in MC_()
6130 first_stmt = sb_out->stmts_used; in MC_()
6228 for (j = first_stmt; j < sb_out->stmts_used; j++) { in MC_()
6230 ppIRStmt(sb_out->stmts[j]); in MC_()
6244 first_stmt = sb_out->stmts_used; in MC_()
[all …]