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

  /external/valgrind/main/callgrind/
bb.c 36 bb_hash bbs; variable
42 bbs.size = 8437;
43 bbs.entries = 0;
44 bbs.table = (BB**) CLG_MALLOC("cl.bb.ibh.1",
45 bbs.size * sizeof(BB*));
47 for (i = 0; i < bbs.size; i++) bbs.table[i] = NULL;
52 return &bbs;
55 /* The hash stores BBs according to
73 new_size = 2* bbs.size +3
    [all...]
callgrind_control.in 409 elsif (/executed-bbs: (\d+)/) { $exec_bbs = $1; }
410 elsif (/distinct-bbs: (\d+)/) { $dist_bbs = $1; }
  /art/compiler/dex/
mir_graph_test.cc 165 const BBDef bbs[] = { local
180 PrepareBasicBlocks(bbs);
187 const BBDef bbs[] = { local
202 PrepareBasicBlocks(bbs);
209 const BBDef bbs[] = { local
225 PrepareBasicBlocks(bbs);
232 const BBDef bbs[] = { local
249 PrepareBasicBlocks(bbs);
256 const BBDef bbs[] = { local
272 PrepareBasicBlocks(bbs);
279 const BBDef bbs[] = { local
304 const BBDef bbs[] = { local
333 const BBDef bbs[] = { local
358 const BBDef bbs[] = { local
    [all...]
mir_optimization_test.cc 231 static const BBDef bbs[] = { local
255 PrepareBasicBlocks(bbs);
279 static const BBDef bbs[] = { local
328 PrepareBasicBlocks(bbs);
343 static const BBDef bbs[] = { local
362 PrepareBasicBlocks(bbs);
379 static const BBDef bbs[] = { local
405 PrepareBasicBlocks(bbs);
global_value_numbering_test.cc 1650 static const BBDef bbs[] = { local
1699 static const BBDef bbs[] = { local
1738 static const BBDef bbs[] = { local
1895 static const BBDef bbs[] = { local
2102 static const BBDef bbs[] = { local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 311 ByteBuffer bbs = ByteBuffer.wrap(new byte[] {1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,3,1,2,31,2,3,1,2,3,1,2,3,1,2,3}); local
314 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
457 ByteBuffer bbs = ByteBuffer.allocate(100); local
459 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
612 ByteBuffer bbs = ByteBuffer.allocate(100); local
616 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd);
630 ByteBuffer bbs = ByteBuffer.allocate(10); local
636 sse.unwrap(bbs, bbd);
654 ByteBuffer bbs = ByteBuffer.allocate(10); local
666 sse.unwrap(bbs, bbdN)
685 ByteBuffer bbs = ByteBuffer.allocate(10); local
702 ByteBuffer bbs = ByteBuffer.allocate(10); local
720 ByteBuffer bbs = ByteBuffer.allocate(100); local
737 ByteBuffer bbs = ByteBuffer.allocate(10); local
797 ByteBuffer bbs = ByteBuffer.allocate(10); local
814 ByteBuffer bbs = ByteBuffer.allocate(10); local
827 ByteBuffer bbs = ByteBuffer.allocate(20); local
839 ByteBuffer bbs = ByteBuffer.allocate(10); local
860 ByteBuffer bbs = ByteBuffer.allocate(10); local
891 ByteBuffer bbs = ByteBuffer.allocate(10); local
924 ByteBuffer bbs = ByteBuffer.allocate(100); local
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 155 ByteBuffer bbs = ByteBuffer.allocate(100); local
159 e.wrap(bbs, bbd);
163 SSLEngineResult res = e.wrap(bbd, bbs);
168 e.wrap(new ByteBuffer[] { bbs }, bbd);
172 res = e.wrap(new ByteBuffer[] { bbd }, bbs);
286 ByteBuffer bbs = ByteBuffer.allocate(100); local
290 e.unwrap(bbs, bbd);
294 SSLEngineResult res = e.unwrap(bbd, bbs);
299 e.unwrap(bbs, new ByteBuffer[] { bbd });
303 res = e.unwrap(bbd, new ByteBuffer[] { bbs });
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 273 ByteBlock[] bbs = new ByteBlock[bytes.size()]; local
310 bbs[count] =
318 result.set(i, bbs[i]);
  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 136 # Run switchback for test, for N bbs
199 # Returns N simulated bbs from output lines
207 if (($n) = ($line =~ /^(\d*) bbs simulated$/)) {
210 print "Error: Didn't find N bbs simultated, from output lines\n";
340 if (get_N_simulated(\@sb_output) < $N) { # Done: No bad bbs
408 print "*** Success! No bad bbs found. ***\n";
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 198 List<ByteBuffer> bbs = getSamples(startSample, endSample, track, i);
199 final List<ByteBuffer> samples = ByteBufferHelper.mergeAdjacentBuffers(bbs);
  /external/linux-tools-perf/perf-3.12.0/arch/tile/lib/
memcpy_32.S 523 { bbs r29, 2f } /* low bit set means IS_COPY_FROM_USER */
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 468 milliseconds