Searched refs:bbs (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/main/callgrind/ |
D | bb.c | 36 bb_hash bbs; variable 42 bbs.size = 8437; in CLG_() 43 bbs.entries = 0; in CLG_() 44 bbs.table = (BB**) CLG_MALLOC("cl.bb.ibh.1", in CLG_() 45 bbs.size * sizeof(BB*)); in CLG_() 47 for (i = 0; i < bbs.size; i++) bbs.table[i] = NULL; in CLG_() 52 return &bbs; in CLG_() 73 new_size = 2* bbs.size +3; in resize_bb_table() 82 for (i = 0; i < bbs.size; i++) { in resize_bb_table() 83 if (bbs.table[i] == NULL) continue; in resize_bb_table() [all …]
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 156 ByteBuffer bbs = ByteBuffer.allocate(100); in testWrap03() local 160 e.wrap(bbs, bbd); in testWrap03() 164 SSLEngineResult res = e.wrap(bbd, bbs); in testWrap03() 169 e.wrap(new ByteBuffer[] { bbs }, bbd); in testWrap03() 173 res = e.wrap(new ByteBuffer[] { bbd }, bbs); in testWrap03() 288 ByteBuffer bbs = ByteBuffer.allocate(100); in testUnwrap03() local 292 e.unwrap(bbs, bbd); in testUnwrap03() 296 SSLEngineResult res = e.unwrap(bbd, bbs); in testUnwrap03() 301 e.unwrap(bbs, new ByteBuffer[] { bbd }); in testUnwrap03() 305 res = e.unwrap(bbd, new ByteBuffer[] { bbs }); in testUnwrap03()
|
/external/dropbear/libtommath/ |
D | tommath.h | 501 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==… argument
|
D | poster.tex | 26 …, buf)} & Next prime after $a$ to $t$ rounds. & {\tt mp\_prime\_next\_prime(\&a, t, bbs\_style)} \\
|
D | bn.tex | 1649 This finds the next prime after $a$ that passes mp\_prime\_is\_prime() with $t$ tests. Set $bbs\_s… 1655 int mp_prime_random(mp_int *a, int t, int size, int bbs, 1658 …ill find a prime greater than $256^{size}$ which can be ``bbs\_style'' or not depending on $bbs$ a…
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | indirectbr.ll | 186 @xblkx.bbs = internal unnamed_addr constant [9 x i8*] [i8* blockaddress(@indbrtest7, %xblkx.begin),… 195 %xblkx.x = getelementptr [9 x i8*]* @xblkx.bbs, i32 0, i32 %xvaluex
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | FragmentedMp4Builder.java | 198 List<ByteBuffer> bbs = getSamples(startSample, endSample, track, i); 199 final List<ByteBuffer> samples = ByteBufferHelper.mergeAdjacentBuffers(bbs);
|
/external/valgrind/main/ |
D | NEWS | 3095 - Increase the max size of the translation cache from 200k average bbs 3096 to 300k average bbs. Programs on the size of OOo (680m17) are
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_mgc.pkb | 560 …)��l�N"���d�y�`"��8�������Q)S�t�@[˥Ls�qd#XPdcajgjpx��bbs���]k`B1F[-118<GDDHO…
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 1508 http://bbs.applescript.net/viewtopic.php?pid=40165 1509 http://bbs.applescript.net/viewtopic.php?pid=40252 1510 http://bbs.babycenter.com/board/1379773/thread/1793983 1511 http://bbs.babycenter.com/board/baby/babydevelopment/10526/thread/1620911 1512 http://bbs.babycenter.com/board/baby/babydevelopment/1849/thread/1759190 1513 http://bbs.babycenter.com/board/baby/babyfeeding/5751?ccRelLink=&url=%2Frefcap%2Fbaby%2Fbabyfeeding… 1514 http://bbs.babycenter.com/board/baby/babygrief/1202061/thread/1802497 1515 http://bbs.babycenter.com/board/baby/babysleep/7887/thread/1778443 1516 http://bbs.babycenter.com/board/baby/postpartumfitness/1395898 1517 http://bbs.babycenter.com/board/preconception/fertilityproblems/6069/thread/1706279?i=0&message=196… [all …]
|