Searched refs:pow2 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local 200 pow2 = (256 * 1024); in __probe_tcache() 201 for (addr = begin; addr <= end; addr = (begin + pow2)) { in __probe_tcache() 204 pow2 <<= 1; in __probe_tcache() 213 pow2 = (512 * 1024); in __probe_tcache() 214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { in __probe_tcache() 218 pow2 <<= 1; in __probe_tcache()
|
| H A D | c-r4k.c | 1543 unsigned long flags, addr, begin, end, pow2; in probe_scache() local 1561 pow2 = (64 * 1024); in probe_scache() 1562 for (addr = begin; addr < end; addr = (begin + pow2)) { in probe_scache() 1565 pow2 <<= 1; in probe_scache() 1577 pow2 = (128 * 1024); in probe_scache() 1578 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) { in probe_scache() 1583 pow2 <<= 1; in probe_scache()
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | __init__.py | 123 pow2 = 1 124 while pow2 < sz: 125 pow2 = pow2 << 1 127 f.truncate(pow2)
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| H A D | misc_support.h | 25 #define tot_bytes_for_pow2_align(pow2, cur_bytes) ((cur_bytes + (pow2 - 1)) & ~(pow2 - 1)) argument
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | ec.c | 461 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member 614 ctx->pow2 = ec_pow2; in mpi_ec_init() 628 ctx->pow2 = field_table[i].pow2; in mpi_ec_init() 863 ctx->pow2(B, B, ctx); in dup_point_edwards() 867 ctx->pow2(C, X1, ctx); in dup_point_edwards() 868 ctx->pow2(D, Y1, ctx); in dup_point_edwards() 880 ctx->pow2(H, Z1, ctx); in dup_point_edwards() 1099 ctx->pow2(B, A, ctx); in add_points_edwards() 1173 ctx->pow2(p1->x, prd->x, ctx); in montgomery_ladder() 1174 ctx->pow2(p1->z, p1->z, ctx); in montgomery_ladder() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | pcm512x.c | 708 int pow2; in pcm512x_find_sck() local 717 pow2 = 1 << fls((pcm512x_pll_max(pcm512x) - 16000000) / bclk_rate); in pcm512x_find_sck() 718 for (; pow2; pow2 >>= 1) { in pcm512x_find_sck() 720 bclk_rate * pow2); in pcm512x_find_sck() 724 if (!pow2) { in pcm512x_find_sck()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gcov-counter.def | 36 DEF_GCOV_COUNTER(GCOV_COUNTER_V_POW2, "pow2", _add)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gcov-counter.def | 36 DEF_GCOV_COUNTER(GCOV_COUNTER_V_POW2, "pow2", _add)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mpi.h | 244 void (*pow2)(MPI w, const MPI b, struct mpi_ec_ctx *ctx); member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64-protos.h | 430 T (POW2, pow2, 0) \
|