HomeSort by: relevance | last modified time | path
    Searched defs:mult (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/
scalarmult_curve25519.h 6 int (*mult)(unsigned char *q, const unsigned char *n, member in struct:crypto_scalarmult_curve25519_implementation
scalarmult_curve25519.h 6 int (*mult)(unsigned char *q, const unsigned char *n, member in struct:crypto_scalarmult_curve25519_implementation
  /src/tests/usr.bin/indent/
opt_ta.c 13 int mult = (unknown_type_name) * arg; local in function:example
23 int mult = (unknown_type_name) * arg; local in function:example
opt_T.c 13 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
22 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
31 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
opt_ta.c 13 int mult = (unknown_type_name) * arg; local in function:example
23 int mult = (unknown_type_name) * arg; local in function:example
opt_T.c 13 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
22 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
31 int mult = (unknown_type_name) * arg; variable in typeref:typename:int
  /src/sys/arch/x86/x86/
intel_busclock.c 79 int mult; local in function:viac7_get_bus_clock
82 mult = (msr >> 8) & 0xff;
83 if (mult == 0)
87 mult / 10000;
intel_busclock.c 79 int mult; local in function:viac7_get_bus_clock
82 mult = (msr >> 8) & 0xff;
83 if (mult == 0)
87 mult / 10000;
  /src/sys/dev/fdt/
fixedfactorclock.c 65 u_int mult; member in struct:fixedfactorclock_clk
107 of_getprop_uint32(phandle, "clock-mult", &sc->sc_clk.mult);
109 if (sc->sc_clk.div == 0 || sc->sc_clk.mult == 0) {
124 sc->sc_clk.mult, sc->sc_clk.div);
170 return (clk_get_rate(clkp_parent) * fclk->mult) / fclk->div;
fixedfactorclock.c 65 u_int mult; member in struct:fixedfactorclock_clk
107 of_getprop_uint32(phandle, "clock-mult", &sc->sc_clk.mult);
109 if (sc->sc_clk.div == 0 || sc->sc_clk.mult == 0) {
124 sc->sc_clk.mult, sc->sc_clk.div);
170 return (clk_get_rate(clkp_parent) * fclk->mult) / fclk->div;
  /src/sys/arch/arm/ti/
ti_dpll_clock.c 232 const u_int mult = __SHIFTOUT(val, DPLL_MULT); local in function:ti_dpll_clock_get_rate
237 return (u_int)((mult * parent_rate) / div);
265 const u_int mult = rate / (parent_rate / (div + 1)); local in function:am3_dpll_clock_set_rate
266 if (mult < 2 || mult > 2047)
277 mult_div1 = __SHIFTIN(mult, DPLL_MULT);
305 const u_int mult = rate / (parent_rate / (div + 1)); local in function:omap3_dpll_clock_set_rate
306 if (mult < 2 || mult > 2047)
316 mult_div1 = __SHIFTIN(mult, DPLL_MULT)
342 const u_int mult = __SHIFTOUT(val, OMAP3_CORE_DPLL_MULT); local in function:omap3_dpll_core_clock_get_rate
    [all...]
ti_prcm.h 51 u_int mult; member in struct:ti_prcm_fixed_factor
113 const u_int mult = tc->u.fixed_factor.mult; local in function:ti_prcm_fixed_factor_get_rate
116 return (clk_get_rate(&tc_parent->base) * mult) / div;
129 .u.fixed_factor.mult = (_mult), \
ti_dpll_clock.c 232 const u_int mult = __SHIFTOUT(val, DPLL_MULT); local in function:ti_dpll_clock_get_rate
237 return (u_int)((mult * parent_rate) / div);
265 const u_int mult = rate / (parent_rate / (div + 1)); local in function:am3_dpll_clock_set_rate
266 if (mult < 2 || mult > 2047)
277 mult_div1 = __SHIFTIN(mult, DPLL_MULT);
305 const u_int mult = rate / (parent_rate / (div + 1)); local in function:omap3_dpll_clock_set_rate
306 if (mult < 2 || mult > 2047)
316 mult_div1 = __SHIFTIN(mult, DPLL_MULT)
342 const u_int mult = __SHIFTOUT(val, OMAP3_CORE_DPLL_MULT); local in function:omap3_dpll_core_clock_get_rate
    [all...]
ti_prcm.h 51 u_int mult; member in struct:ti_prcm_fixed_factor
113 const u_int mult = tc->u.fixed_factor.mult; local in function:ti_prcm_fixed_factor_get_rate
116 return (clk_get_rate(&tc_parent->base) * mult) / div;
129 .u.fixed_factor.mult = (_mult), \
  /src/sys/dev/pci/
viaenv.c 182 static const long mult[] = local in function:val_to_uV
187 return (25LL * val + 133) * mult[index] / 2628;
viaenv.c 182 static const long mult[] = local in function:val_to_uV
187 return (25LL * val + 133) * mult[index] / 2628;
  /src/usr.bin/dc/
inout.c 334 BIGNUM *mult, *stop; local in function:printnumber
339 mult = BN_new();
341 if (mult == NULL || stop == NULL)
343 bn_check(BN_one(mult));
348 while (BN_cmp(mult, stop) < 0) {
366 bn_check(BN_mul_word(mult, base));
369 BN_free(mult);
inout.c 334 BIGNUM *mult, *stop; local in function:printnumber
339 mult = BN_new();
341 if (mult == NULL || stop == NULL)
343 bn_check(BN_one(mult));
348 while (BN_cmp(mult, stop) < 0) {
366 bn_check(BN_mul_word(mult, base));
369 BN_free(mult);
  /src/lib/libm/arch/vax/
n_argred.S 566 jbr mult
580 jbr mult
606 jbr mult
628 mult: label
n_argred.S 566 jbr mult
580 jbr mult
606 jbr mult
628 mult: label
  /src/lib/libc/gdtoa/
misc.c 279 mult function
436 b1 = mult(b, p5);
448 p51 = p5->next = mult(p5,p5);
457 p51 = p5->next = mult(p5,p5);
  /src/sys/arch/arm/amlogic/
meson_clk.h 162 u_int mult; member in struct:meson_clk_fixed_factor
178 .u.fixed_factor.mult = (_mult), \
meson_sdio.c 506 uint32_t send, ext, mult, addr; local in function:meson_sdio_exec_command
512 send = ext = mult = addr = 0;
576 mult |= __SHIFTIN(sc->sc_cur_port, SDIO_MULT_PORT_SEL);
585 SDIO_WRITE(sc, SDIO_MULT_REG, mult);
631 mult |= SDIO_MULT_WRITE_READ_OUT_INDEX;
632 mult &= ~SDIO_MULT_RESPONSE_READ_INDEX;
633 SDIO_WRITE(sc, SDIO_MULT_REG, mult);
  /src/sys/arch/arm/nxp/
imx_ccm.h 201 u_int mult; member in struct:imx_ccm_fixed_factor
216 .u.fixed_factor.mult = (_mult), \
  /src/sys/lib/libsa/
ext2fs.c 541 indp_t mult; local in function:ext2fs_open
550 mult = EXT2_NINDIR(fs);
552 if (!powerof2(mult)) {
558 for (ln2 = 0; mult != 1; ln2++)
559 mult >>= 1;

Completed in 33 milliseconds

1 2 3