HomeSort by relevance Sort by last modified time
    Searched refs:bbIn (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/security/ssl/
EngineWriter.java 74 ByteBuffer bbIn = (ByteBuffer) msg;
75 assert(dstBB.remaining() >= bbIn.remaining());
77 dstBB.put(bbIn);
  /external/valgrind/callgrind/
bb.c 237 * bbIn==0 is possible for artificial BB without real code.
240 BB* CLG_(get_bb)(Addr addr, IRSB* bbIn, /*OUT*/ Bool *seen_before)
254 CLG_(collectBlockInfo)(bbIn, &n_instrs, &n_jmps, &cjmp_inverted);
global.h 688 void CLG_(collectBlockInfo)(IRSB* bbIn, UInt*, UInt*, Bool*);
  /external/valgrind/helgrind/
hg_main.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 155 milliseconds