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

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/indent/
opt_ta.c 13 int mult = (unknown_type_name) * arg; local
23 int mult = (unknown_type_name) * arg; local
opt_T.c 13 int mult = (unknown_type_name) * arg; variable
22 int mult = (unknown_type_name) * arg; variable
31 int mult = (unknown_type_name) * arg; variable
  /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.c 21 if (implementation->mult(q, n, p) != 0) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.h 9 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {
12 CHECK_GE(mult, 2);
19 // Now space out the benchmarks in multiples of "mult"
20 for (T i = 1; i < kmax / mult; i *= mult) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.h 10 void AddRange(std::vector<T>* dst, T lo, T hi, int mult) {
13 CHECK_GE(mult, 2);
20 // Now space out the benchmarks in multiples of "mult"
21 for (T i = 1; i < kmax / mult; i *= mult) {
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
parse_units.c 52 int (*func)(int res, int val, unsigned mult),
65 def_mult = u->mult;
118 res = (*func)(res, val, u->mult);
131 res = (*func)(res, val, partial_unit->mult);
149 acc_units(int res, int val, unsigned mult)
151 return res + val * mult;
168 acc_flags(int res, int val, unsigned mult)
171 return res | mult;
173 return res & ~mult;
175 return mult;
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/src/
timer.c 27 uint64_t mult; local
37 mult = 1;
39 mult *= 10;
48 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
51 "%"FMTu64, (t0 * mult / t1) % 10 + round);
53 mult *= 10;
  /src/external/bsd/jemalloc/dist/test/src/
timer.c 27 uint64_t mult; local
48 mult = 1;
50 mult *= 10;
60 && ((t0 * mult * 10 / t1) % 10 >= 5))
64 (t0 * mult / t1) % 10 + round);
66 mult *= 10;
  /src/external/lgpl3/gmp/dist/mpz/
mul_i.h 54 FUNCTION (mpz_ptr prod, mpz_srcptr mult,
63 sign_product = SIZ(mult);
77 cy = mpn_mul_1 (pp, PTR(mult), size, sml);
85 intermediate products, to allow prod and mult being identical. */
93 cy = mpn_mul_1 (tp, PTR(mult), size, sml & GMP_NUMB_MASK);
95 cy = mpn_addmul_1 (tp + 1, PTR(mult), size, sml >> GMP_NUMB_BITS);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/
stingray-clock.dtsi 46 clock-mult = <1>;
132 clock-mult = <1>;
140 clock-mult = <1>;
149 clock-mult = <1>;
157 clock-mult = <1>;
165 clock-mult = <1>;
173 clock-mult = <1>;
181 clock-mult = <1>;
  /src/crypto/external/bsd/openssh/dist/
smult_curve25519_ref.c 65 static void mult(unsigned int out[32],const unsigned int a[32],const unsigned int b[32]) function
165 mult(b1,a1,a0 + 32);
166 mult(b1 + 32,a1 + 32,a0);
173 mult(xznb,b0,b0 + 32);
174 mult(xznb + 32,s,u);
176 mult(xzn1b + 32,r,work);
200 /* 9 */ mult(z9,t0,z);
201 /* 11 */ mult(z11,z9,z2);
203 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9);
210 /* 2^10 - 2^0 */ mult(z2_10_0,t0,z2_5_0)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/
bcm-cygnus-clock.dtsi 58 clock-mult = <1>;
67 clock-mult = <1>;
85 clock-mult = <1>;
94 clock-mult = <1>;
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
hilo-hazard-2.s 1 # Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
hilo-hazard-3.s 1 # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops in between.
hilo-hazard-1.s 1 # Test for architectures with mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
hilo-hazard-2.s 1 # Test for architectures without mf{hi,lo} -> mult/div/mt{hi,lo} hazards.
hilo-hazard-3.s 1 # Test for mf{hi,lo} -> mult/div/mt{hi,lo} with 2 nops in between.
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_lexer.l 110 int mult;
126 mult = 1024 * 1024 * 1024;
129 mult = 1024 * 1024;
132 mult = 1024;
135 mult = 1;
140 m_symbolValue.m_int = new elftosb::SizedIntegerValue(value * mult, kWordSize);
  /src/sys/arch/arm/ti/
ti_dpll_clock.c 259 const u_int mult = __SHIFTOUT(val, DPLL_MULT); local
264 return (u_int)((mult * parent_rate) / div);
292 const u_int mult = rate / (parent_rate / (div + 1)); local
293 if (mult < 2 || mult > 2047)
304 mult_div1 = __SHIFTIN(mult, DPLL_MULT);
332 const u_int mult = rate / (parent_rate / (div + 1)); local
333 if (mult < 2 || mult > 2047)
343 mult_div1 = __SHIFTIN(mult, DPLL_MULT)
369 const u_int mult = __SHIFTOUT(val, OMAP3_CORE_DPLL_MULT); local
390 const u_int mult = __SHIFTOUT(val, DPLL_MULT); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/h8300/
genmova.sh 83 1) opsize=w mult=2;;
84 2) opsize=l mult=4;;
99 for form in mult ashift; do
101 mult) amount=$mult;;
153 # (and:SI (mult:SI (subreg:SI (mem:QI ...) 0)
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
genmova.sh 83 1) opsize=w mult=2;;
84 2) opsize=l mult=4;;
99 for form in mult ashift; do
101 mult) amount=$mult;;
153 # (and:SI (mult:SI (subreg:SI (mem:QI ...) 0)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 124 const int mult; member in struct:fp_cost_table
141 const int mult; member in struct:vector_cost_table
150 const struct mult_cost_table mult[2]; /* SImode and DImode. */ member in struct:cpu_cost_table
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 118 const int mult; member in struct:fp_cost_table
135 const int mult; member in struct:vector_cost_table
144 const struct mult_cost_table mult[2]; /* SImode and DImode. */ member in struct:cpu_cost_table
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-clock.dtsi 85 clock-mult = <1>;
93 clock-mult = <1>;

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>