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

/external/chromium_org/tools/json_schema_compiler/test/
H A Dtest_util.cc54 const std::string& bk, base::Value* bv) {
56 dict->SetWithoutPathExpansion(bk, bv);
61 const std::string& bk, base::Value* bv,
63 scoped_ptr<base::DictionaryValue> dict = Dictionary(ak, av, bk, bv);
52 Dictionary( const std::string& ak, base::Value* av, const std::string& bk, base::Value* bv) argument
59 Dictionary( const std::string& ak, base::Value* av, const std::string& bk, base::Value* bv, const std::string& ck, base::Value* cv) argument
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
H A Deval.pass.cpp62 double bk; local
84 bk = b[k];
88 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
112 double bk;
134 bk = b[k];
138 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
162 double bk;
184 bk = b[k];
188 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
212 double bk;
[all...]
H A Deval_param.pass.cpp61 double bk; local
83 bk = b[k];
87 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001);
/external/valgrind/main/coregrind/
H A Dm_addrinfo.c183 static Bool is_arena_BlockKind(BlockKind bk) argument
185 switch (bk) {
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp51 volatile K *bk = dynamic_cast<K *>(b); local
H A Dconst-init-cxx11.cpp215 extern constexpr void (B1::*bk)() = (void(B1::*)())&C::k; member in namespace:MemberPtr
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
442 bk = Im [k2];
444 Im [k2] = Im [kk] - bk;
446 Im [kk] += bk;
461 bk = Im [kk] - Im [k2];
464 Re [k2] = c1 * ak - s1 * bk;
465 Im [k2] = s1 * ak + c1 * bk;
573 bk = Im [kk];
577 Im [kk] = bk + bj;
579 bk
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
446 bk = Im [k2];
448 Im [k2] = Im [kk] - bk;
450 Im [kk] += bk;
465 bk = Im [kk] - Im [k2];
468 Re [k2] = c1 * ak - s1 * bk;
469 Im [k2] = s1 * ak + c1 * bk;
577 bk = Im [kk];
581 Im [kk] = bk + bj;
583 bk
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c136 const GLfloat bk = _mesa_half_to_float(rowB[k][e]); \
141 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
422 GLfloat aj, ak, bj, bk; local
426 bk = _mesa_half_to_float(rowB[k][comp]);
427 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
439 GLfloat aj, ak, bj, bk; local
443 bk = _mesa_half_to_float(rowB[k][comp]);
444 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
456 GLfloat aj, ak, bj, bk; local
460 bk
472 GLfloat aj, ak, bj, bk; local
[all...]
/external/clang/include/clang/AST/
H A DTypeLoc.h506 BuiltinType::Kind bk = getTypePtr()->getKind(); local
507 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128)
508 || (bk >= BuiltinType::Short && bk <= BuiltinType::LongDouble)
509 || bk == BuiltinType::UChar
510 || bk == BuiltinType::SChar;
/external/mesa3d/src/mesa/main/
H A Dmipmap.c129 const GLfloat bk = _mesa_half_to_float(rowB[k][e]); \
134 dst[i][e] = _mesa_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
415 GLfloat aj, ak, bj, bk; local
419 bk = _mesa_half_to_float(rowB[k][comp]);
420 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
432 GLfloat aj, ak, bj, bk; local
436 bk = _mesa_half_to_float(rowB[k][comp]);
437 dst[i][comp] = _mesa_float_to_half((aj + ak + bj + bk) * 0.25F);
449 GLfloat aj, ak, bj, bk; local
453 bk
465 GLfloat aj, ak, bj, bk; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c149 const float bk = util_half_to_float(rowB[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
341 float aj, ak, bj, bk; local
345 bk = util_half_to_float(rowB[k][comp]);
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
358 float aj, ak, bj, bk; local
362 bk = util_half_to_float(rowB[k][comp]);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
375 float aj, ak, bj, bk; local
379 bk
391 float aj, ak, bj, bk; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c149 const float bk = util_half_to_float(rowB[k][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \
341 float aj, ak, bj, bk; local
345 bk = util_half_to_float(rowB[k][comp]);
346 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
358 float aj, ak, bj, bk; local
362 bk = util_half_to_float(rowB[k][comp]);
363 dst[i][comp] = util_float_to_half((aj + ak + bj + bk) * 0.25F);
375 float aj, ak, bj, bk; local
379 bk
391 float aj, ak, bj, bk; local
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp1236 int fc, fm, fy, fk, bc, bm, by, bk; local
1247 bk = FXSYS_GetKValue(backcolor);
1275 by + (fy - by) * gray / 255, bk + (fk - bk) * gray / 255);
1326 *scanline ++ = bk + (fk - bk) * gray / 255;
/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
1279 Block* bk = (Block*)keyW; local
[all...]
/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
1910 uint32 bk; local
1944 uint32 bk; local
2163 uint32 bk; local
2176 uint32 bk; local
2189 uint32 bk; local
2218 uint32 bk; local
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c783 hbk *bk; local
854 while ((bk = h->backups)) {
855 h->backups = bk->next;
856 bk->next = 0;
857 bk->h = 0;
858 if (bk->bkup) {
859 sqlite3_backup_finish(bk->bkup);
861 bk->bkup = 0;
4641 hbk *bk; local
4697 bk
4720 hbk *bk = gethbk(env, obj); local
4761 hbk *bk = gethbk(env, obj); local
4795 hbk *bk = gethbk(env, obj); local
4813 hbk *bk = gethbk(env, obj); local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c372 int be, bk, vi, vo; local
380 bk = atoi(pos);
397 if (bk)
4922 int be, bk, vi, vo; local
4930 bk = atoi(pos);
4947 if (bk)
/external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c62719 } bk; member in union:vdbeExecUnion
[all...]

Completed in 2113 milliseconds