Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.h31 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( 9, UINT64_C(0x00000000000037c2), 0.045, 0.000850847793750) \
40 STEP( 10, UINT64_C(0x0000000000004be6), 0.050, 0.001158125000000) \
[all …]
/freebsd-14.2/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) in body()
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
65 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
74 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
75 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
78 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
117 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5) in body()
118 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9) in body()
121 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5) in body()
125 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5) in body()
130 STEP(G, d, a, b, c, GET(2), 0xfcefa3f8, 9) in body()
135 STEP(H, a, b, c, d, GET(5), 0xfffa3942, 4) in body()
139 STEP(H, a, b, c, d, GET(1), 0xa4beea44, 4) in body()
[all …]
/freebsd-14.2/lib/libc/string/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro
56 STEP; in swab()
58 STEP; STEP; STEP; STEP; in swab()
59 STEP; STEP; STEP; STEP; in swab()
/freebsd-14.2/sys/powerpc/fpu/
H A Dfpu_mul.c177 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
193 STEP; in fpu_mul()
201 STEP; in fpu_mul()
209 STEP; in fpu_mul()
215 STEP; in fpu_mul()
/freebsd-14.2/contrib/ntp/sntp/
H A Dsntp-opts.h213 # ifdef STEP
214 # warning undefining STEP due to option name conflict
215 # undef STEP
244 # undef STEP
H A Dmain.c284 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW))) in sntp_main()
1306 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW))) in handle_pkt()
1463 if (ENABLED_OPT(STEP) && in set_time()
/freebsd-14.2/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl30 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");
71 || [A0] MVK 128,$STEP ; 2 * input block size
91 || CMPLTU A0,$STEP,A1 ; is length < 2*blocks?
95 [A1] MVK 64,$STEP ; input block size
525 [A0] SUB A0,$STEP,A0 ; SUB A0,128,A0
570 || CMPLTU A0,$STEP,A1 ; is remaining length < 2*blocks?
584 [A1] MVK 64,$STEP
711 ||[!B0] CMPLTU A0,$STEP,A1 ; less than 64 bytes left?
784 || [A0] SUB A0,$STEP,A0 ; SUB A0,64,A0
/freebsd-14.2/crypto/heimdal/appl/push/
H A Dpush.c146 #define STEP 16 macro
162 w->allociovecs = min(STEP, w->maxiovecs); in write_state_init()
177 w->allociovecs = min(w->allociovecs + STEP, w->maxiovecs); in write_state_add()
/freebsd-14.2/sys/contrib/device-tree/Bindings/slimbus/
H A Dslim-ngd-qcom-ctrl.txt13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>"
/freebsd-14.2/sys/dev/acpica/
H A Dacpivar.h336 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro
338 #define STEP(x) macro
/freebsd-14.2/contrib/ntp/sntp/tests/
H A DpacketHandling.c319 TEST_ASSERT_FALSE(ENABLED_OPT(STEP)); in test_HandleCorrectPacket()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt10 Definition: must be "qcom,soundwire-v<MAJOR>.<MINOR>.<STEP>",
/freebsd-14.2/contrib/jemalloc/src/
H A Darena.c39 #define STEP(step, h, x, y) \ macro
42 #undef STEP
/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx_reg.h1424 #define STEP 0x04 macro
H A Daic7xxx.reg576 field STEP 0x04
H A Daic79xx_reg.h3479 #define STEP 0x04 macro
H A Daic79xx.c2659 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); in ahd_clear_critical_section()
2679 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); in ahd_clear_critical_section()
H A Daic79xx.reg3203 field STEP 0x04
H A Daic7xxx.c1492 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dmigration_guide.pod221 KDF algorithms "SINGLE STEP" and "SSH"
/freebsd-14.2/contrib/ntp/
H A DNEWS515 [Bug 3480] Refclock sample filter not cleared on clock STEP <[email protected]>
4281 [Bug 3480] Refclock sample filter not cleared on clock STEP <[email protected]>
H A DChangeLog432 * [Bug 3480] Refclock sample filter not cleared on clock STEP <[email protected]>
/freebsd-14.2/crypto/heimdal/lib/wind/
H A DUnicodeData.txt8220 2F3B;KANGXI RADICAL STEP;So;0;ON;<compat> 5F73;;;;N;;;;;
H A DNormalizationTest.txt1495 2F3B;2F3B;2F3B;5F73;5F73; # (⼻; ⼻; ⼻; 彳; 彳; ) KANGXI RADICAL STEP

12