Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/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 …]
H A Dsmoothstep.sh86 /* STEP(step, h, x, y) */ \\
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_md5.c194 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7); in ngx_md5_body()
198 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7); in ngx_md5_body()
202 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7); in ngx_md5_body()
206 STEP(F, a, b, c, d, SET(12), 0x6b901122, 7); in ngx_md5_body()
213 STEP(G, a, b, c, d, GET(1), 0xf61e2562, 5); in ngx_md5_body()
214 STEP(G, d, a, b, c, GET(6), 0xc040b340, 9); in ngx_md5_body()
217 STEP(G, a, b, c, d, GET(5), 0xd62f105d, 5); in ngx_md5_body()
218 STEP(G, d, a, b, c, GET(10), 0x02441453, 9); in ngx_md5_body()
221 STEP(G, a, b, c, d, GET(9), 0x21e1cde6, 5); in ngx_md5_body()
222 STEP(G, d, a, b, c, GET(14), 0xc33707d6, 9); in ngx_md5_body()
[all …]
H A Dngx_sha1.c193 STEP(F1, a, b, c, d, e, words[0], 0x5a827999); in ngx_sha1_body()
194 STEP(F1, a, b, c, d, e, words[1], 0x5a827999); in ngx_sha1_body()
195 STEP(F1, a, b, c, d, e, words[2], 0x5a827999); in ngx_sha1_body()
196 STEP(F1, a, b, c, d, e, words[3], 0x5a827999); in ngx_sha1_body()
197 STEP(F1, a, b, c, d, e, words[4], 0x5a827999); in ngx_sha1_body()
198 STEP(F1, a, b, c, d, e, words[5], 0x5a827999); in ngx_sha1_body()
199 STEP(F1, a, b, c, d, e, words[6], 0x5a827999); in ngx_sha1_body()
200 STEP(F1, a, b, c, d, e, words[7], 0x5a827999); in ngx_sha1_body()
201 STEP(F1, a, b, c, d, e, words[8], 0x5a827999); in ngx_sha1_body()
202 STEP(F1, a, b, c, d, e, words[9], 0x5a827999); in ngx_sha1_body()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dsmoothstep.c4 #define STEP(step, h, x, y) \ macro
7 #undef STEP
/f-stack/dpdk/app/test/
H A Dtest_trace_perf.c29 #define STEP 100 macro
58 cycles /= STEP; in measure_perf()
94 for (i = 0; i < STEP; i++) \
/f-stack/freebsd/contrib/device-tree/Bindings/slimbus/
H A Dslim-ngd-qcom-ctrl.txt13 Definition: must be "qcom,slim-ngd-v<MAJOR>.<MINOR>.<STEP>"
/f-stack/freebsd/contrib/device-tree/Bindings/soundwire/
H A Dqcom,sdw.txt10 Definition: must be "qcom,soundwire-v<MAJOR>.<MINOR>.<STEP>",
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Darena.c37 #define STEP(step, h, x, y) \ macro
40 #undef STEP