Searched refs:mult (Results 1 - 25 of 170) sorted by relevance

1234567

/external/syslinux/gpxe/src/crypto/
H A Dcrc32.c42 u32 mult; local
48 mult = ( crc & 1 ) ? CRCPOLY : 0;
49 crc = ( crc >> 1 ) ^ mult;
/external/ltp/lib/
H A Dtst_fs_has_free.c30 unsigned int size, unsigned int mult)
40 if ((uint64_t)sf.f_bavail * sf.f_bsize >= (uint64_t)size * mult)
29 tst_fs_has_free_(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) argument
H A Drandom_range.c45 int mult; member in struct:range
54 * min:max[:mult]
56 * any of the values may be blank (ie. min::mult, :max, etc.) and default
62 * which is malloc'd by the routine. The min, max, and mult entries of each
73 * defmult default value to plug in for mult, if missing
75 * can call to parse the min, max, and mult strings. This
135 rp->mult = defmult;
148 * Parse the 'min' field - if it is zero length (:n2[:mult]
185 * Process the 'mult' field - if one was not present
187 * then set the mult fiel
278 random_range(int min, int max, int mult, char **errp) argument
365 random_rangel(long min, long max, long mult, char **errp) argument
451 random_rangell(long long min, long long max, long long mult, char **errp) argument
[all...]
/external/ltp/testcases/kernel/fs/doio/
H A Dbytes_by_prefix.c44 * char mult
56 * Returns -1 if mult is an invalid character, or if the integer portion of
75 char mult, junk; local
80 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk);
89 switch (mult) {
123 char mult, junk; local
128 nconv = sscanf(s, "%f%c%c", &num, &mult, &junk);
137 switch (mult) {
175 char mult, junk; local
180 nconv = sscanf(s, "%lf%c%c", &num, &mult,
[all...]
H A Diogen.c580 int mult, offset = 0, length = 0, slength; local
642 mult = fptr->f_riou;
644 mult = fptr->f_iou;
647 * Choose offset and length. Both must be a multiple of mult
651 * Choose length first - it must be a multiple of mult
657 minlength = (Mintrans > mult) ? Mintrans : mult;
665 if (offset && (offset % mult))
666 offset += mult - (offset % mult);
[all...]
/external/jemalloc/test/src/
H A Dtimer.c34 uint64_t mult; local
43 mult = 1;
45 mult *= 10;
53 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10
56 "%"FMTu64, (t0 * mult / t1) % 10 + round);
58 mult *= 10;
/external/iptables/extensions/
H A Dlibxt_limit.c48 uint32_t mult = 1; /* Seconds by default. */ local
56 mult = 1;
58 mult = 60;
60 mult = 60*60;
62 mult = 24*60*60;
70 *val = XT_LIMIT_SCALE * mult / r;
115 uint32_t mult; member in struct:rates
131 if (period > rates[i].mult
132 || rates[i].mult/period < rates[i].mult
[all...]
H A Dlibebt_limit.c54 uint32_t mult = 1; /* Seconds by default. */ local
62 mult = 1;
64 mult = 60;
66 mult = 60*60;
68 mult = 24*60*60;
78 if (r / mult > EBT_LIMIT_SCALE)
81 *val = EBT_LIMIT_SCALE * mult / r;
129 uint32_t mult; member in struct:rates
145 if (period > g_rates[i].mult ||
146 g_rates[i].mult/perio
[all...]
H A Dlibxt_hashlimit.c37 uint32_t mult; member in struct:hashlimit_mt_udata
295 ud->mult = XT_HASHLIMIT_BYTE_EXPIRE;
312 ud->mult = 1; /* Seconds by default. */
319 ud->mult = 1;
321 ud->mult = 60;
323 ud->mult = 60*60;
325 ud->mult = 24*60*60;
333 tmp = scale * ud->mult / r;
541 info->cfg.expire = udata->mult * 1000; /* from s to msec */
553 info->cfg.expire = udata->mult * 100
606 uint64_t mult; member in struct:rates
[all...]
/external/ltp/include/
H A Dtst_fs.h54 * @mult: mult should be TST_KB, TST_MB or TST_GB
55 * the required free space is calculated by @size * @mult
58 unsigned int size, unsigned int mult);
166 unsigned int mult)
168 return tst_fs_has_free_(NULL, path, size, mult);
192 unsigned int size, unsigned int mult)
194 return tst_fs_has_free_(cleanup, path, size, mult);
165 tst_fs_has_free(const char *path, unsigned int size, unsigned int mult) argument
191 tst_fs_has_free(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) argument
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
H A DLambda.java40 public static Function<Integer, Callable<Long>> mult(int x) { method in class:Lambda
57 public static int lambda$mult$0() {
/external/icu/icu4c/source/test/perf/perldriver/
H A DFormat.pm61 my $mult = shift;
65 my $result = formatSigDig($sigdig, $a*$mult);
67 my $d = formatSigDig($sigdig, $delta*$mult);
H A DOutput.pm27 my $mult = 1e9; #use nanoseconds
66 print HTML formatNumber(2, $mult, $mean);
70 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
79 print HTML formatNumber(2, $mult, $error);
309 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
/external/icu/icu4j/perf-tests/perldriver/
H A DFormat.pm59 my $mult = shift;
63 my $result = formatSigDig($sigdig, $a*$mult);
65 my $d = formatSigDig($sigdig, $delta*$mult);
H A DOutput.pm25 my $mult = 1e9; #use nanoseconds
64 print HTML formatNumber(2, $mult, $mean);
68 if((($error*$mult < 10)&&!$percent) || (($error<10)&&$percent)) {
77 print HTML formatNumber(2, $mult, $error);
307 print HTML "<td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getMean)."</td><td class=\"sepvalue\">".formatNumber(4, $mult, $ds->getError)."</td>";
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh82 gmm::mult(A,B, X);
86 gmm::mult(gmm::transposed(A),gmm::transposed(B), X);
90 gmm::mult(gmm::transposed(A),A, X);
94 gmm::mult(A,gmm::transposed(A), X);
98 gmm::mult(A,B,X);
102 gmm::mult(gmm::transposed(A),B,X);
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb26 r=mult { $result = $r.result }
28 '+' r2=mult { $result += $r2.result }
29 | '-' r2=mult { $result -= $r2.result }
33 mult returns [result]:
/external/webp/src/dsp/
H A Drescaler_sse2.c63 const __m128i mult = _mm_set1_epi32(((x_add - accum) << 16) | accum); local
64 const __m128i out = _mm_madd_epi16(cur_pixels, mult);
86 const __m128i mult = _mm_cvtsi32_si128(((x_add - accum) << 16) | accum); local
87 const __m128i out = _mm_madd_epi16(cur_pixels, mult);
145 const __m128i mult = _mm_set1_epi16(-accum); local
146 const __m128i frac0 = _mm_mullo_epi16(base, mult); // 16b x 16b -> 32b
147 const __m128i frac1 = _mm_mulhi_epu16(base, mult);
171 // load *src as epi64, multiply by mult and store result in [out0 ... out3]
173 const __m128i* const mult,
182 if (mult !
172 LoadDispatchAndMult_SSE2(const rescaler_t* const src, const __m128i* const mult, __m128i* const out0, __m128i* const out1, __m128i* const out2, __m128i* const out3) argument
195 ProcessRow_SSE2(const __m128i* const A0, const __m128i* const A1, const __m128i* const A2, const __m128i* const A3, const __m128i* const mult, uint8_t* const dst) argument
235 const __m128i mult = _mm_set_epi32(0, wrk->fy_scale, 0, wrk->fy_scale); local
339 const __m128i mult = _mm_set_epi32(0, scale, 0, scale); local
[all...]
/external/libavc/common/arm/
H A Dih264_weighted_bi_pred_a9q.s184 vmul.s16 q2, q2, d2[0] @weight 1 mult. for rows 1,2
185 vmla.s16 q2, q3, d2[2] @weight 2 mult. for rows 1,2
186 vmul.s16 q4, q4, d2[0] @weight 1 mult. for rows 3,4
187 vmla.s16 q4, q5, d2[2] @weight 2 mult. for rows 3,4
224 vmul.s16 q2, q2, d2[0] @weight 1 mult. for row 1
225 vmla.s16 q2, q3, d2[2] @weight 2 mult. for row 1
228 vmul.s16 q4, q4, d2[0] @weight 1 mult. for row 2
229 vmla.s16 q4, q5, d2[2] @weight 2 mult. for row 2
233 vmul.s16 q6, q6, d2[0] @weight 1 mult. for row 3
234 vmla.s16 q6, q7, d2[2] @weight 2 mult
[all...]
H A Dih264_weighted_pred_a9q.s144 vmul.s16 q2, q2, d2[0] @weight mult. for rows 1,2
145 vmul.s16 q3, q3, d2[0] @weight mult. for rows 3,4
176 vmul.s16 q2, q2, d2[0] @weight mult. for row 1
178 vmul.s16 q3, q3, d2[0] @weight mult. for row 2
179 vmul.s16 q4, q4, d2[0] @weight mult. for row 3
180 vmul.s16 q5, q5, d2[0] @weight mult. for row 4
216 vmul.s16 q6, q6, d2[0] @weight mult. for row 1L
218 vmul.s16 q7, q7, d2[0] @weight mult. for row 1H
220 vmul.s16 q8, q8, d2[0] @weight mult. for row 2L
222 vmul.s16 q9, q9, d2[0] @weight mult
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_meta_util.c136 int mult = isLeftOrBottom ? 1 : -1; local
140 *src += clipped_src0 * mult;
141 *dst0 += clipped_src0 / scale * mult;
143 *dst0 += clipped_dst0 * mult;
144 *src += clipped_dst0 * scale * mult;
148 *src += clipped_src0 * mult;
149 *dst1 -= clipped_src0 / scale * mult;
151 *dst1 -= clipped_dst1 * mult;
152 *src += clipped_dst1 * scale * mult;
/external/fio/
H A Dparse.c137 unsigned long long mult = 1; local
161 mult = 1;
163 mult = 1000;
165 mult = 1000000;
167 mult = 60 * 1000000UL;
169 mult = 60 * 60 * 1000000UL;
171 mult = 24 * 60 * 60 * 1000000ULL;
174 return mult;
195 unsigned int i, pow = 0, mult = kb_base; local
217 mult
361 unsigned long long mult; local
[all...]
/external/e2fsprogs/ext2ed/
H A Dinode_com.c30 long inode_num,mult=1; local
37 mult=atol (buffer);
52 if (entry_num-mult+1>0) {
53 device_offset-=sizeof (struct ext2_inode)*mult;
54 entry_num-=mult;
77 long inode_num,mult=1; local
84 mult=atol (buffer);
100 if (entry_num+mult-1<last_entry) {
101 device_offset+=sizeof (struct ext2_inode)*mult;
102 entry_num+=mult;
[all...]
/external/gptfdisk/
H A Dsupport.cc135 uint64_t response = def, bytesPerUnit = 1, mult = 1, divide = 1; local
174 mult = bytesPerUnit / sSize;
179 if (mult > 1) {
180 if (response > (UINT64_MAX / mult))
183 response *= mult;
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2qos.c27 const char mult[] = "kKmMgGg"; local
45 if (*end && (multiplier = strchr(mult,*end))) {
46 while (multiplier >= mult) {

Completed in 630 milliseconds

1234567