Searched refs:STEP (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.h28 /* STEP(step, h, x, y) */ \
29 STEP( 1, UINT64_C(0x0000000000000014), 0.005, 0.000001240643750) \
30 STEP( 2, UINT64_C(0x00000000000000a5), 0.010, 0.000009850600000) \
31 STEP( 3, UINT64_C(0x0000000000000229), 0.015, 0.000032995181250) \
32 STEP( 4, UINT64_C(0x0000000000000516), 0.020, 0.000077619200000) \
33 STEP( 5, UINT64_C(0x00000000000009dc), 0.025, 0.000150449218750) \
34 STEP( 6, UINT64_C(0x00000000000010e8), 0.030, 0.000257995800000) \
35 STEP( 7, UINT64_C(0x0000000000001aa4), 0.035, 0.000406555756250) \
36 STEP( 8, UINT64_C(0x0000000000002777), 0.040, 0.000602214400000) \
37 STEP(
[all...]
/freebsd-11-stable/lib/libc/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp macro
56 STEP;
58 STEP; STEP; STEP; STEP;
59 STEP; STEP; STEP; STEP;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp21 #define STEP(f, a, b, c, d, x, t, s) \ macro
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
64 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
65 STEP(
145 #undef STEP macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp61 #define STEP(f, a, b, c, d, x, t, s) \ macro
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22)
107 STEP(
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dfsaccess.c33 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
34 #define GROUP (STEP)
35 #define OTHER (STEP * 2)
88 bits |= bits << STEP;
92 bits |= bits << STEP;
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_mul.c165 #define STEP /* each 1-bit step of the multiplication */ \ macro
181 STEP;
189 STEP;
197 STEP;
203 STEP;
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_mul.c178 #define STEP /* each 1-bit step of the multiplication */ \ macro
194 STEP;
202 STEP;
210 STEP;
216 STEP;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c67 bits <<= STEP; \
69 bits <<= STEP; \
/freebsd-11-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
29 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
32 mov $y, %r11d /* (NEXT STEP) z' = $y */
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
54 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
56 mov $y, %r11d /* (NEXT STEP) z' = $y */
58 mov $y, %r12d /* (NEXT STEP)
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c130 bits <<= STEP; \
132 bits <<= STEP; \
241 caccess = caccess >> STEP;
247 caccess = caccess >> STEP;
/freebsd-11-stable/contrib/ntp/sntp/
H A Dsntp-opts.h205 # ifdef STEP
206 # warning undefining STEP due to option name conflict
207 # undef STEP macro
236 # undef STEP macro
H A Dmain.c283 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW)))
1305 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW)))
1462 if (ENABLED_OPT(STEP) &&
/freebsd-11-stable/crypto/heimdal/appl/push/
H A Dpush.c146 #define STEP 16 macro
162 w->allociovecs = min(STEP, w->maxiovecs);
177 w->allociovecs = min(w->allociovecs + STEP, w->maxiovecs);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpivar.h293 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro
295 #define STEP(x) macro
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c299 TEST_ASSERT_FALSE(ENABLED_OPT(STEP));
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-address.c87 #define TEMPL_IDX(SYMBOL, BASE, INDEX, STEP, OFFSET) \
91 | ((STEP != 0) << 1) \
95 STEP and OFFSET to *ADDR. Stores pointers to where step is placed to
/freebsd-11-stable/contrib/gdb/gdb/
H A Dminimon.h141 #define STEP 12 macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h309 template <int STEP> class __altivec_bool_ret { };
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1427 #define STEP 0x04 macro
H A Daic79xx_reg.h3482 #define STEP 0x04 macro
H A Daic79xx.c2675 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
2695 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
H A Daic7xxx.c1495 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c1283 #define STEP(step, h, x, y) \ macro
1286 #undef STEP macro

Completed in 472 milliseconds