Home
last modified time | relevance | path

Searched defs:bbA (Results 1 – 2 of 2) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java123 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null }; in testWrap02() local
203 … ByteBuffer[] bbA = { ByteBuffer.allocate(5), ByteBuffer.allocate(10), ByteBuffer.allocate(5) }; in testWrap05() local
255 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null }; in testUnwrap02() local
333 …ByteBuffer[] bbA = { ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; in testUnwrap05() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp515 BasicBlock *bbA = NULL, *bbB = NULL; in collectLiveValues() local