Searched defs:sb_in (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc211 CSecBufferBundle<2> sb_in; local
212 sb_in[0].BufferType = SECBUFFER_TOKEN;
213 sb_in[0].cbBuffer = static_cast<unsigned long>(impl_->inbuf.size());
214 sb_in[0].pvBuffer = &impl_->inbuf[0];
215 //DescribeBuffers(LS_VERBOSE, "Input Buffer ", sb_in.desc());
224 flags, 0, 0, sb_in.desc(), 0,
227 return ProcessContext(ret, sb_in.desc(), sb_out.desc());
600 CSecBufferBundle<1> sb_in; local
601 sb_in[0].BufferType = SECBUFFER_TOKEN;
602 sb_in[
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dschanneladapter.cc211 CSecBufferBundle<2> sb_in; local
212 sb_in[0].BufferType = SECBUFFER_TOKEN;
213 sb_in[0].cbBuffer = static_cast<unsigned long>(impl_->inbuf.size());
214 sb_in[0].pvBuffer = &impl_->inbuf[0];
215 //DescribeBuffers(LS_VERBOSE, "Input Buffer ", sb_in.desc());
224 flags, 0, 0, sb_in.desc(), 0,
227 return ProcessContext(ret, sb_in.desc(), sb_out.desc());
603 CSecBufferBundle<1> sb_in; local
604 sb_in[0].BufferType = SECBUFFER_TOKEN;
605 sb_in[
[all...]
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1000 ( IRSB* sb_in,
1035 of other breaks in the same sb_in while the process is stopped), a
1038 (IRSB* sb_in, /* block being translated */
1113 (IRSB* sb_in,
1119 if (sb_in->next->tag == Iex_Const) {
1121 sb_in->next->Iex.Const.con->Ico.U64
1122 : sb_in->next->Iex.Const.con->Ico.U32);
1123 } else if (sb_in->next->tag == Iex_RdTmp) {
1125 (sb_in, layout, vge, sb_in
999 add_stmt_call_invalidate_if_not_gdbserved( IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRTemp jmp, IRSB* irsb) argument
1037 add_stmt_call_gdbserver(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1112 add_stmt_call_invalidate_exit_target_if_not_gdbserved(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRSB* irsb) argument
1131 instrument_for_gdbserver_if_needed(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy) argument
[all...]
/external/valgrind/main/coregrind/
H A Dm_translate.c220 IRSB* sb_in,
228 sb_in,
259 IRSB* sb_in,
280 bb->tyenv = deepCopyIRTypeEnv(sb_in->tyenv);
281 bb->next = deepCopyIRExpr(sb_in->next);
282 bb->jumpkind = sb_in->jumpkind;
283 bb->offsIP = sb_in->offsIP;
383 for (i = 0; i < sb_in->stmts_used; i++) {
385 st = sb_in->stmts[i];
620 } /* for (i = 0; i < sb_in
219 tool_instrument_then_gdbserver_if_needed( VgCallbackClosure* closureV, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
258 vg_SP_update_pass( void* closureV, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_translate.c5290 IRSB* sb_in,
5320 sb_out = deepCopyIRSBExceptStmts(sb_in);
5349 for (i = 0; i < sb_in->tyenv->types_used; i++) {
5356 tl_assert( VG_(sizeXA)( mce.tmpMap ) == sb_in->tyenv->types_used );
5366 for (i = 0; i < sb_in->stmts_used; i++) {
5368 st = sb_in->stmts[i];
5388 tl_assert(mce.sb != sb_in);
5391 while (i < sb_in->stmts_used && sb_in->stmts[i]->tag != Ist_IMark) {
5393 st = sb_in
5289 instrument( VgCallbackClosure* closure, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
[all...]

Completed in 1277 milliseconds