Home
last modified time | relevance | path

Searched refs:bk (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/external/u-boot/drivers/ram/rockchip/
Dsdram_common.c57 printdec(0x1 << cap_info->bk); in sdram_print_ddr_info()
141 bg + cap_info->bk + cap_info->cs0_row); in sdram_get_cs_cap()
145 bg + cap_info->bk + cap_info->cs1_row); in sdram_get_cs_cap()
180 *p_os_reg2 |= SYS_REG_ENC_BK(cap_info->bk, channel); in sdram_org_config()
232 u32 bk; in sdram_detect_bank() local
241 bk = 3; in sdram_detect_bank()
243 bk = 2; in sdram_detect_bank()
245 cap_info->bk = bk; in sdram_detect_bank()
276 u32 row, col, bk, bw, cs_cap, cs; in sdram_detect_dbw() local
284 bk = cap_info->bk; in sdram_detect_dbw()
[all …]
Dsdram_px30.c209 bank = cap_info->bk; in calculate_ddrconfig()
254 bg + cap_info->bk + cap_info->cs0_row; in set_ctl_address_map()
567 u32 bk, bktmp; in dram_detect_cap() local
594 bk = 2; in dram_detect_cap()
596 cap_info->bk = bk; in dram_detect_cap()
Dsdram_rk3328.c148 bank = cap_info->bk; in calculate_ddrconfig()
412 u32 bk, bktmp; in dram_detect_cap() local
436 bk = 2; in dram_detect_cap()
438 cap_info->bk = bk; in dram_detect_cap()
/external/oss-fuzz/projects/ntp/
DDockerfile20 ADD https://www.bitkeeper.org/downloads/7.3.3/bk-7.3.3-x86_64-glibc213-linux.bin bk-7.3.3-x86_64-gl…
21 RUN chmod +x bk-7.3.3-x86_64-glibc213-linux.bin
22 RUN ./bk-7.3.3-x86_64-glibc213-linux.bin /usr/local/bitkeeper
23 RUN ln -s /usr/local/bitkeeper/bk /usr/local/bin/bk
24 RUN bk clone http://bk.ntp.org/ntp-dev
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIMonkeyTest.java844 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards()
845 if (bk <= previousBreak) { in testForwards()
846 throw new MonkeyException("Break Iterator Stall", bk); in testForwards()
848 if (bk < 0 || bk > fTestData.fString.length()) { in testForwards()
849 throw new MonkeyException("Boundary out of bounds", bk); in testForwards()
851 fTestData.fActualBreaks[bk] = true; in testForwards()
862 int bk = fBI.following(i); in testFollowing() local
863 if (bk == BreakIterator.DONE && i == fTestData.fString.length()) { in testFollowing()
866 if (bk == nextBreak && bk > i) { in testFollowing()
870 if (i == nextBreak && bk > nextBreak) { in testFollowing()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIMonkeyTest.java841 for (int bk=fBI.first(); bk != BreakIterator.DONE; bk=fBI.next()) { in testForwards()
842 if (bk <= previousBreak) { in testForwards()
843 throw new MonkeyException("Break Iterator Stall", bk); in testForwards()
845 if (bk < 0 || bk > fTestData.fString.length()) { in testForwards()
846 throw new MonkeyException("Boundary out of bounds", bk); in testForwards()
848 fTestData.fActualBreaks[bk] = true; in testForwards()
859 int bk = fBI.following(i); in testFollowing() local
860 if (bk == BreakIterator.DONE && i == fTestData.fString.length()) { in testFollowing()
863 if (bk == nextBreak && bk > i) { in testFollowing()
867 if (i == nextBreak && bk > nextBreak) { in testFollowing()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; in FFTRADIX() local
442 bk = Im [k2]; in FFTRADIX()
444 Im [k2] = Im [kk] - bk; in FFTRADIX()
446 Im [kk] += bk; in FFTRADIX()
461 bk = Im [kk] - Im [k2]; in FFTRADIX()
464 Re [k2] = c1 * ak - s1 * bk; in FFTRADIX()
465 Im [k2] = s1 * ak + c1 * bk; in FFTRADIX()
573 bk = Im [kk]; in FFTRADIX()
577 Im [kk] = bk + bj; in FFTRADIX()
579 bk -= 0.5 * bj; in FFTRADIX()
[all …]
/external/icu/icu4c/source/test/intltest/
Drbbimonkeytest.cpp706 for (int32_t bk=fBI->first(); bk != BreakIterator::DONE; bk=fBI->next()) { in testForwards() local
707 if (bk <= previousBreak) { in testForwards()
708 MONKEY_ERROR("Break Iterator Stall", bk); in testForwards()
711 if (bk < 0 || bk > fTestData->fString.length()) { in testForwards()
712 MONKEY_ERROR("Boundary out of bounds", bk); in testForwards()
715 fTestData->fActualBreaks.setCharAt(bk, 1); in testForwards()
728 int32_t bk = fBI->following(i); in testFollowing() local
729 if (bk == BreakIterator::DONE && i == fTestData->fString.length()) { in testFollowing()
732 if (bk == nextBreak && bk > i) { in testFollowing()
736 if (i == nextBreak && bk > nextBreak) { in testFollowing()
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Deval.pass.cpp65 double bk = std::numeric_limits<double>::quiet_NaN(); in test1() local
87 bk = b[k]; in test1()
91 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test1()
117 double bk = std::numeric_limits<double>::quiet_NaN(); in test2() local
139 bk = b[k]; in test2()
143 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test2()
169 double bk = std::numeric_limits<double>::quiet_NaN(); in test3() local
191 bk = b[k]; in test3()
195 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in test3()
221 double bk = std::numeric_limits<double>::quiet_NaN(); in test4() local
[all …]
Deval_param.pass.cpp65 double bk = std::numeric_limits<double>::quiet_NaN(); in main() local
87 bk = b[k]; in main()
91 assert(std::abs(f(u[i], a, m, bk, c) - double(i)/N) < .001); in main()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionThreadPool.h182 Index bm, bn, bk;
189 bk = blocking.kc();
196 bk = blocking.kc();
204 contractionCost(m, n, bm, bn, bk, shard_by_col, false);
233 bk = blocking.kc();
240 bk = blocking.kc();
246 Index nk = divup(k, bk);
257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col);
258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
[all …]
/external/u-boot/arch/arm/mach-rockchip/
Dsdram.c80 u32 rank, cs0_col, bk, cs0_row, cs1_row, bw, row_3_4; in rockchip_sdram_size() local
100 bk = 3 - ((sys_reg2 >> SYS_REG_BK_SHIFT(ch)) & SYS_REG_BK_MASK); in rockchip_sdram_size()
144 chipsize_mb = (1 << (cs0_row + cs0_col + bk + bg + bw - 20)); in rockchip_sdram_size()
155 rank, cs0_col, cs1_col, bk, cs0_row, in rockchip_sdram_size()
160 rank, cs0_col, bk, cs0_row, in rockchip_sdram_size()
/external/llvm/test/Transforms/ADCE/
D2002-07-17-PHIAssertion.ll5 @bk = external global i32 ; <i32*> [#uses=2]
32 %reg126 = load i32, i32* @bk ; <i32> [#uses=1]
37 %reg119 = load i32, i32* @bk ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ADCE/
D2002-07-17-PHIAssertion.ll5 @bk = external global i32 ; <i32*> [#uses=2]
34 %reg126 = load i32, i32* @bk ; <i32> [#uses=1]
39 %reg119 = load i32, i32* @bk ; <i32> [#uses=1]
/external/curl/lib/
Dmk-ca-bundle.pl545 my $bk = 1;
546 while (-e "$crt.~${bk}~") {
547 $bk++;
549 rename $crt, "$crt.~${bk}~" or die "Failed to create backup $crt.~$bk}~: $!\n";
/external/u-boot/common/
Ddlmalloc.c224 struct malloc_chunk* bk; member
618 #define last(b) ((b)->bk)
775 assert(p->fd->bk == p);
776 assert(p->bk->fd == p);
878 P->bk = BK; \
880 FD->bk = BK->fd = P; \
891 BK = FD->bk; \
893 P->bk = BK; \
895 FD->bk = BK->fd = P; \
904 BK = P->bk; \
[all …]
/external/tensorflow/tensorflow/core/kernels/
Deigen_contraction_kernel.h523 StorageIndex bm, StorageIndex bk, StorageIndex bn) \
528 bk(bk), \
585 d, bm, bk, bn, &lhs_block->packed_data, &rhs_block->packed_data); \
598 d, bm, bk, bn, num_lhs, num_rhs, num_slices, lhs_mem.data(), \
721 const StorageIndex bk; \
739 StorageIndex bm, StorageIndex bk, StorageIndex bn) \
744 bk(bk), \
787 d, bm, bk, bn, &lhs_block->packed_data, &rhs_block->packed_data); \
800 d, bm, bk, bn, num_lhs, num_rhs, num_slices, lhs_mem.data(), \
888 const StorageIndex bk; \
/external/clang/test/Rewriter/
Drewrite-nested-blocks-2.mm10 void Outer(void (^bk)());
11 void Inner(void (^bk)());
/external/javasqlite/src/main/native/
Dsqlite_jni.c783 hbk *bk; in doclose() local
854 while ((bk = h->backups)) { in doclose()
855 h->backups = bk->next; in doclose()
856 bk->next = 0; in doclose()
857 bk->h = 0; in doclose()
858 if (bk->bkup) { in doclose()
859 sqlite3_backup_finish(bk->bkup); in doclose()
861 bk->bkup = 0; in doclose()
4641 hbk *bk; in Java_SQLite_Database__1backup() local
4697 bk = malloc(sizeof (hbk)); in Java_SQLite_Database__1backup()
[all …]
/external/rust/crates/remain/
D.gitignore2 **/*.rs.bk
/external/rust/crates/proc-macro2/
D.gitignore2 **/*.rs.bk
/external/crosvm/
D.gitignore2 **/*.rs.bk
/external/libunwind/scripts/
Dmake-L-files16 bk edit $lname >/dev/null 2>&1
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1663 struct malloc_chunk* bk; member
1869 struct malloc_tree_chunk* bk; member
2680 assert(p->fd->bk == p); in do_check_free_chunk()
2681 assert(p->bk->fd == p); in do_check_free_chunk()
2721 assert(u->fd->bk == u); in do_check_tree()
2722 assert(u->bk->fd == u); in do_check_tree()
2767 mchunkptr p = b->bk; in do_check_smallbin()
2772 for (; p != b; p = p->bk) { in do_check_smallbin()
2779 assert(p->bk == b || chunksize(p->bk) == chunksize(p)); in do_check_smallbin()
2982 F->bk = P;\
[all …]
/external/libffi/src/
Ddlmalloc.c1658 struct malloc_chunk* bk; member
1864 struct malloc_tree_chunk* bk; member
2675 assert(p->fd->bk == p); in do_check_free_chunk()
2676 assert(p->bk->fd == p); in do_check_free_chunk()
2716 assert(u->fd->bk == u); in do_check_tree()
2717 assert(u->bk->fd == u); in do_check_tree()
2762 mchunkptr p = b->bk; in do_check_smallbin()
2767 for (; p != b; p = p->bk) { in do_check_smallbin()
2774 assert(p->bk == b || chunksize(p->bk) == chunksize(p)); in do_check_smallbin()
2977 F->bk = P;\
[all …]

12345678910>>...12