Searched defs:bk (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp197 extern constexpr void (B1::*bk)() = (void(B1::*)())&C::k; member in namespace:MemberPtr
/external/clang/include/clang/AST/
H A DTypeLoc.h453 BuiltinType::Kind bk = getTypePtr()->getKind(); local
454 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
455 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble)
456 || bk == BuiltinType::UChar
457 || bk == BuiltinType::SChar;
/external/grub/stage2/
H A Dgunzip.c474 static unsigned bk; /* bits in bit buffer */ variable
730 k = bk;
839 bk = k;
855 k = bk;
871 bk = k;
936 k = bk;
1033 bk = k;
1075 k = bk;
1089 bk = k;
1169 bk
[all...]
/external/valgrind/main/exp-dhat/
H A Ddh_main.c221 /* 'bk' is being introduced (has just been allocated). Find the
225 static void intro_Block ( Block* bk )
227 tl_assert(bk);
228 tl_assert(bk->ap);
234 &keyW, &valW, (UWord)bk->ap );
237 tl_assert(keyW == (UWord)bk->ap);
241 api->ap = bk->ap;
243 (UWord)bk->ap, (UWord)api );
252 tl_assert(api->ap == bk->ap);
260 api->cur_bytes_live += bk
291 retire_Block( Block* bk, Bool because_freed ) argument
477 Block* bk = VG_(malloc)("dh.new_block.1", sizeof(Block)); local
507 Block* bk = find_Block_containing( (Addr)p ); local
546 Block* bk = find_Block_containing( (Addr)p_old ); local
685 inc_histo_for_block( Block* bk, Addr addr, UWord szB ) argument
704 Block* bk = find_Block_containing(addr); local
715 Block* bk = find_Block_containing(addr); local
1278 Block* bk = (Block*)keyW; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c3356 int be, bk, vi, vo; local
3364 bk = atoi(pos);
3381 if (bk)
/external/genext2fs/
H A Dgenext2fs.c876 uint32 bk=0; local
881 if(!(bk = allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), 0))) {
882 for(grp=0;grp<nbgroups && !bk;grp++)
883 bk=allocate(get_blk(fs,fs->gd[grp].bg_block_bitmap),0);
886 if (!bk)
892 return fs->sb.s_blocks_per_group*grp + bk;
897 free_blk(filesystem *fs, uint32 bk) argument
901 grp = bk / fs->sb.s_blocks_per_group;
902 bk %= fs->sb.s_blocks_per_group;
903 deallocate(get_blk(fs,fs->gd[grp].bg_block_bitmap), bk);
1209 uint32 bk; local
1251 uint32 bk; local
1323 uint32 bk; local
1909 uint32 bk; local
1943 uint32 bk; local
2162 uint32 bk; local
2175 uint32 bk; local
2188 uint32 bk; local
2217 uint32 bk; local
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c784 hbk *bk; local
855 while ((bk = h->backups)) {
856 h->backups = bk->next;
857 bk->next = 0;
858 bk->h = 0;
859 if (bk->bkup) {
860 sqlite3_backup_finish(bk->bkup);
862 bk->bkup = 0;
4642 hbk *bk; local
4698 bk
4721 hbk *bk = gethbk(env, obj); local
4762 hbk *bk = gethbk(env, obj); local
4796 hbk *bk = gethbk(env, obj); local
4814 hbk *bk = gethbk(env, obj); local
[all...]
/external/libffi/src/
H A Ddlmalloc.c1601 struct malloc_chunk* bk; member in struct:malloc_chunk
1770 work in the same way as fd/bk pointers of small chunks.
1807 struct malloc_tree_chunk* bk; member in struct:malloc_tree_chunk
1956 waste, we allocate only the fd/bk pointers of bins, and then use
2613 assert(p->fd->bk == p);
2614 assert(p->bk->fd == p);
2654 assert(u->fd->bk == u);
2655 assert(u->bk->fd == u);
2700 mchunkptr p = b->bk;
2705 for (; p != b; p = p->bk) {
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c1647 struct malloc_chunk* bk; member in struct:malloc_chunk
1816 work in the same way as fd/bk pointers of small chunks.
1853 struct malloc_tree_chunk* bk; member in struct:malloc_tree_chunk
1966 waste, we allocate only the fd/bk pointers of bins, and then use
2623 assert(p->fd->bk == p);
2624 assert(p->bk->fd == p);
2664 assert(u->fd->bk == u);
2665 assert(u->bk->fd == u);
2710 mchunkptr p = b->bk;
2715 for (; p != b; p = p->bk) {
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c65234 } bk; member in union:vdbeExecUnion
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65245 } bk; member in union:vdbeExecUnion
[all...]

Completed in 1126 milliseconds