/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 225 static void intro_Block ( Block* bk ) in intro_Block() argument 227 tl_assert(bk); in intro_Block() 228 tl_assert(bk->ap); in intro_Block() 234 &keyW, &valW, (UWord)bk->ap ); in intro_Block() 237 tl_assert(keyW == (UWord)bk->ap); in intro_Block() 241 api->ap = bk->ap; in intro_Block() 243 (UWord)bk->ap, (UWord)api ); in intro_Block() 252 tl_assert(api->ap == bk->ap); in intro_Block() 260 api->cur_bytes_live += bk->req_szB; in intro_Block() 268 api->tot_bytes += bk->req_szB; in intro_Block() [all …]
|
/external/grub/stage2/ |
D | gunzip.c | 474 static unsigned bk; /* bits in bit buffer */ variable 730 k = bk; in inflate_codes_in_window() 839 bk = k; in inflate_codes_in_window() 855 k = bk; in init_stored_block() 871 bk = k; in init_stored_block() 936 k = bk; in init_dynamic_block() 1033 bk = k; in init_dynamic_block() 1075 k = bk; in get_new_block() 1089 bk = k; in get_new_block() 1169 bk = 0; in initialize_tables()
|
/external/genext2fs/ |
D | genext2fs.c | 876 uint32 bk=0; in alloc_blk() local 881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) { in alloc_blk() 882 for(grp=0;grp<nbgroups && !bk;grp++) in alloc_blk() 883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0); in alloc_blk() 886 if (!bk) in alloc_blk() 892 return fs->sb.s_blocks_per_group*grp + bk; in alloc_blk() 897 free_blk(filesystem *fs, uint32 bk) in free_blk() argument 901 grp = bk / fs->sb.s_blocks_per_group; in free_blk() 902 bk %= fs->sb.s_blocks_per_group; in free_blk() 903 deallocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), bk); in free_blk() [all …]
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-07-17-PHIAssertion.ll | 5 @bk = external global i32 ; <i32*> [#uses=2] 32 %reg126 = load i32* @bk ; <i32> [#uses=1] 37 %reg119 = load i32* @bk ; <i32> [#uses=1]
|
/external/clang/test/Rewriter/ |
D | rewrite-nested-blocks-2.mm | 9 void Outer(void (^bk)()); 10 void Inner(void (^bk)());
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 784 hbk *bk; in doclose() local 855 while ((bk = h->backups)) { in doclose() 856 h->backups = bk->next; in doclose() 857 bk->next = 0; in doclose() 858 bk->h = 0; in doclose() 859 if (bk->bkup) { in doclose() 860 sqlite3_backup_finish(bk->bkup); in doclose() 862 bk->bkup = 0; in doclose() 4642 hbk *bk; in Java_SQLite_Database__1backup() local 4698 bk = malloc(sizeof (hbk)); in Java_SQLite_Database__1backup() [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_malloc.c | 1647 struct malloc_chunk* bk; member 1853 struct malloc_tree_chunk* bk; member 2623 assert(p->fd->bk == p); in do_check_free_chunk() 2624 assert(p->bk->fd == p); in do_check_free_chunk() 2664 assert(u->fd->bk == u); in do_check_tree() 2665 assert(u->bk->fd == u); in do_check_tree() 2710 mchunkptr p = b->bk; in do_check_smallbin() 2715 for (; p != b; p = p->bk) { in do_check_smallbin() 2722 assert(p->bk == b || chunksize(p->bk) == chunksize(p)); in do_check_smallbin() 2927 F->bk = P;\ [all …]
|
/external/libffi/src/ |
D | dlmalloc.c | 1601 struct malloc_chunk* bk; member 1807 struct malloc_tree_chunk* bk; member 2613 assert(p->fd->bk == p); in do_check_free_chunk() 2614 assert(p->bk->fd == p); in do_check_free_chunk() 2654 assert(u->fd->bk == u); in do_check_tree() 2655 assert(u->bk->fd == u); in do_check_tree() 2700 mchunkptr p = b->bk; in do_check_smallbin() 2705 for (; p != b; p = p->bk) { in do_check_smallbin() 2712 assert(p->bk == b || chunksize(p->bk) == chunksize(p)); in do_check_smallbin() 2915 F->bk = P;\ [all …]
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 453 BuiltinType::Kind bk = getTypePtr()->getKind(); in needsExtraLocalData() local 454 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) in needsExtraLocalData() 455 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble) in needsExtraLocalData() 456 || bk == BuiltinType::UChar in needsExtraLocalData() 457 || bk == BuiltinType::SChar; in needsExtraLocalData()
|
/external/mesa3d/docs/OLD/ |
D | MESA_trace.spec | 11 Bernd Kreimeier, Loki Entertainment, bk 'at' lokigames.com
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 2097 KeyType bk = b().start(); in start() local 2098 return Traits::startLess(ak, bk) ? bk : ak; in start() 2104 KeyType bk = b().stop(); in stop() local 2105 return Traits::startLess(ak, bk) ? ak : bk; in stop()
|
/external/clang/test/CodeGenCXX/ |
D | const-init-cxx11.cpp | 197 extern constexpr void (B1::*bk)() = (void(B1::*)())&C::k;
|
/external/strace/ |
D | CREDITS | 23 Bo Kullmar <bk@kullmar.se>
|
D | ChangeLog-CVS | 1566 Bernhard Kaindl <bk@suse.de>
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_kdt_posp.pkb | 160 _e�5|i4`��2�u�@"R���bk��.3:�(�;�#d5<2X�-�c
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 3356 int be, bk, vi, vo; in p2p_ctrl_set() local 3364 bk = atoi(pos); in p2p_ctrl_set() 3381 if (bk) in p2p_ctrl_set()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 9221 http://laluni.helloyou.ws/netnews/bk/astrology/astr1007.html 9222 http://laluni.helloyou.ws/netnews/bk/astrology/astr1008.html 9223 http://laluni.helloyou.ws/netnews/bk/astrology/astr1037.html 9224 http://laluni.helloyou.ws/netnews/bk/astrology/astr1040.html 9225 http://laluni.helloyou.ws/netnews/bk/astrology/astr1042.html 9226 http://laluni.helloyou.ws/netnews/bk/astrology/astr1045.html 9227 http://laluni.helloyou.ws/netnews/bk/astrology/astr1053.html 9228 http://laluni.helloyou.ws/netnews/bk/astrology/astr1054.html 9229 http://laluni.helloyou.ws/netnews/bk/astrology/astr1080.html 9230 http://laluni.helloyou.ws/netnews/bk/astrology/astr1087.html [all …]
|
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/ |
D | video.rtpdump | 758 &����z��bk�^4��&�xR*�� ��>un�ۗ�.��f��r�!��5�����b���775�;K��̧��N����v+�|io…
|
D | voice.rtpdump | 5 ��pje|zm^k����{t�}r������}��j_ly�egh�lgccp�������������������~��unxr�}�nf\\\bk}yvjklr����_g|�z����…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kh0_kpdf_mgc.pkb | 1447 ��8��)�*:Q!��BOS%0DR5R5Lkgb`X=<.2[X*5A����bh{�wk�~~����������bk^���gm���y��v��������������.… 3828 ���� #(( %'#`GTbqh5@7DQV48?#Kg77;AACRHR\e`_e\jnhu;^,bk�AIDNHKPNSNcZXVZcf\st������CN���7…
|
/external/qemu/distrib/jpeg-6b/ |
D | testimg.ppm | 4 …bk�dn�rz�x~�qu�ip�Wf�AY�@[�Qf�~����y�km�]o�Zy�`��r�������������������������������������֭�Ӧ�Ч�ӫ�Ԯ�ֱ…
|
/external/jpeg/ |
D | testimg.ppm | 4 …bk�dn�rz�x~�qu�ip�Wf�AY�@[�Qf�~����y�km�]o�Zy�`��r�������������������������������������֭�Ӧ�Ч�ӫ�Ԯ�ֱ…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_gl0_kpdf_mgc.pkb | 2102 H�:%�����������������~v+�?3kfQGDO_����bk��XMks���/,(5=;?@KH,+07FNX[nr��� …
|
/external/sqlite/dist/ |
D | sqlite3.c | 65245 } bk; 69076 u.bk.pC = p->apCsr[pOp->p1]; 69077 assert( u.bk.pC->isSorter ); 69078 rc = sqlite3VdbeSorterRowkey(u.bk.pC, pOut);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 65234 } bk; 69065 u.bk.pC = p->apCsr[pOp->p1]; 69066 assert( u.bk.pC->isSorter ); 69067 rc = sqlite3VdbeSorterRowkey(u.bk.pC, pOut);
|