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

  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 430 Word bN = VG_(sizeXA)( b );
431 if (aN < bN) return -1;
432 if (aN > bN) return 1;
  /external/opencv/cvaux/include/
cvvidsurv.hpp 816 int b,bN = pBlobList->GetBlobNum();
818 for(b=0;b<bN;++b)
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 482 ByteBuffer bN = null;
487 sse.unwrap(bN, bbA, 0, 3);
514 sse.unwrap(bN, bbN, 0, 0);
651 ByteBuffer bN = null;
656 e.wrap(bbA, 0, 3, bN);
665 e.wrap(bbN, 0, 0, bN);
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]
guest_arm_toIR.c     [all...]

Completed in 362 milliseconds