Searched refs:bbA (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java123 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null };
134 e.wrap(bbA, bb);
135 e.wrap(bbA, bbN);
138 bbA[0] = ByteBuffer.allocate(100);
139 bbA[2] = ByteBuffer.allocate(20);
142 e.wrap(bbA, roBb);
203 ByteBuffer[] bbA = { ByteBuffer.allocate(5), ByteBuffer.allocate(10), ByteBuffer.allocate(5) };
207 SSLEngineResult res = e.wrap(bbA, bb);
255 ByteBuffer[] bbA = { null, ByteBuffer.allocate(10), null };
266 e.unwrap(bb, bbA);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp515 BasicBlock *bbA = NULL, *bbB = NULL; local
523 if (bbA) {
524 bb->liveSet.setOr(&bbA->liveSet, &bbB->liveSet);
525 bbA = bb;
527 bbA = bbB;
531 bb->liveSet.setOr(&bbB->liveSet, bbA ? &bbA->liveSet : NULL);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp515 BasicBlock *bbA = NULL, *bbB = NULL; local
523 if (bbA) {
524 bb->liveSet.setOr(&bbA->liveSet, &bbB->liveSet);
525 bbA = bb;
527 bbA = bbB;
531 bb->liveSet.setOr(&bbB->liveSet, bbA ? &bbA->liveSet : NULL);

Completed in 2693 milliseconds