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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.h30 /* STEP(step, h, x, y) */ \
31 STEP( 1, UINT64_C(0x0000000000000014), 0.005, 0.000001240643750) \
32 STEP( 2, UINT64_C(0x00000000000000a5), 0.010, 0.000009850600000) \
33 STEP( 3, UINT64_C(0x0000000000000229), 0.015, 0.000032995181250) \
34 STEP( 4, UINT64_C(0x0000000000000516), 0.020, 0.000077619200000) \
35 STEP( 5, UINT64_C(0x00000000000009dc), 0.025, 0.000150449218750) \
36 STEP( 6, UINT64_C(0x00000000000010e8), 0.030, 0.000257995800000) \
37 STEP( 7, UINT64_C(0x0000000000001aa4), 0.035, 0.000406555756250) \
38 STEP( 8, UINT64_C(0x0000000000002777), 0.040, 0.000602214400000) \
39 STEP(
[all...]
/freebsd-12-stable/lib/libc/string/
H A Dswab.c55 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp macro
58 STEP;
60 STEP; STEP; STEP; STEP;
61 STEP; STEP; STEP; STEP;
[all...]
/freebsd-12-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-12-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-12-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-12-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-12-stable/sys/powerpc/fpu/
H A Dfpu_mul.c180 #define STEP /* each 1-bit step of the multiplication */ \ macro
196 STEP;
204 STEP;
212 STEP;
218 STEP;
/freebsd-12-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c67 bits <<= STEP; \
69 bits <<= STEP; \
/freebsd-12-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
34 mov $y, %r11d /* (NEXT STEP) z' = $y */
48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
55 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
57 mov $y, %r11d /* (NEXT STEP) z' = $y */
59 mov $y, %r12d /* (NEXT STEP) z' = $y */
74 $code .= " mov %ecx, %r11d /* (NEXT STEP)
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c130 bits <<= STEP; \
132 bits <<= STEP; \
241 caccess = caccess >> STEP;
247 caccess = caccess >> STEP;
/freebsd-12-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-12-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-12-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c299 TEST_ASSERT_FALSE(ENABLED_OPT(STEP));
/freebsd-12-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl31 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");
72 || [A0] MVK 128,$STEP ; 2 * input block size
92 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks?
96 [A1] MVK 64,$STEP ; input block size
526 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0
571 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks?
585 [A1] MVK 64,$STEP
712 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left?
785 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
/freebsd-12-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-12-stable/sys/dev/acpica/
H A Dacpivar.h321 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro
323 #define STEP(x) macro
/freebsd-12-stable/contrib/gdb/gdb/
H A Dminimon.h141 #define STEP 12 macro
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h309 template <int STEP> class __altivec_bool_ret { };
/freebsd-12-stable/contrib/jemalloc/src/
H A Darena.c37 #define STEP(step, h, x, y) \ macro
40 #undef STEP macro
/freebsd-12-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.c2677 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP);
2697 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP);
H A Daic7xxx.c1497 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP);

Completed in 280 milliseconds