HomeSort by relevance Sort by last modified time
    Searched full:sb_in (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 211 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[0].cbBuffer = sizeof(token)
    [all...]
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 92 returns sb_in
94 It will instrument sb_in to allow gdbserver to properly
95 handle breakpoints and single_stepping in sb_in.
96 All the target jumps of sb_in will also be invalidated
116 (IRSB* sb_in, /* block to be instrumented */
m_translate.c 220 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->stmts_used; i++) *
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /external/valgrind/main/include/
pub_tool_tooliface.h 117 // IRSB* sb_in is the incoming superblock to be instrumented,
220 IRSB* sb_in,
    [all...]

Completed in 157 milliseconds