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

/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.c936 ( IRSB* sb_in,
971 of other breaks in the same sb_in while the process is stopped), a
974 (IRSB* sb_in, /* block being translated */
1045 (IRSB* sb_in,
1051 if (sb_in->next->tag == Iex_Const) {
1053 sb_in->next->Iex.Const.con->Ico.U64
1054 : sb_in->next->Iex.Const.con->Ico.U32);
1055 } else if (sb_in->next->tag == Iex_RdTmp) {
1057 (sb_in, layout, vge, sb_in
935 add_stmt_call_invalidate_if_not_gdbserved( IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRTemp jmp, IRSB* irsb) argument
973 add_stmt_call_gdbserver(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy, Addr iaddr, UChar delta, IRSB* irsb) argument
1044 add_stmt_call_invalidate_exit_target_if_not_gdbserved(IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRSB* irsb) argument
1063 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;
378 for (i = 0; i < sb_in->stmts_used; i++) {
380 st = sb_in->stmts[i];
612 } /* for (i = 0; i < sb_in->stmts_used; i++) */
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
/external/valgrind/main/memcheck/
H A Dmc_translate.c4867 IRSB* sb_in,
4897 sb_out = deepCopyIRSBExceptStmts(sb_in);
4912 for (i = 0; i < sb_in->tyenv->types_used; i++) {
4919 tl_assert( VG_(sizeXA)( mce.tmpMap ) == sb_in->tyenv->types_used );
4929 for (i = 0; i < sb_in->stmts_used; i++) {
4931 st = sb_in->stmts[i];
4951 tl_assert(mce.sb != sb_in);
4954 while (i < sb_in->stmts_used && sb_in->stmts[i]->tag != Ist_IMark) {
4956 st = sb_in
4866 instrument( VgCallbackClosure* closure, IRSB* sb_in, VexGuestLayout* layout, VexGuestExtents* vge, IRType gWordTy, IRType hWordTy ) argument
[all...]

Completed in 117 milliseconds