| /f-stack/freebsd/crypto/aesni/ |
| H A D | aeskeys_amd64.S | 128 aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 132 aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 136 aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 140 aeskeygenassist $0x8,%xmm2,%xmm1 # round 4 157 aeskeygenassist $0x1,%xmm2,%xmm1 # round 1 159 aeskeygenassist $0x2,%xmm2,%xmm1 # round 2 161 aeskeygenassist $0x4,%xmm2,%xmm1 # round 3 163 aeskeygenassist $0x8,%xmm2,%xmm1 # round 4 175 aeskeygenassist $0x1,%xmm0,%xmm1 # round 1 177 aeskeygenassist $0x2,%xmm0,%xmm1 # round 2 [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_barrier_tournament.c | 113 int round = 1; in ck_barrier_tournament() local 118 for (;; ++round) { in ck_barrier_tournament() 119 switch (rounds[state->vpid][round].role) { in ck_barrier_tournament() 127 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 130 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 140 ck_pr_store_uint(rounds[state->vpid][round].opponent, state->sense); in ck_barrier_tournament() 141 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 150 while (ck_pr_load_uint(&rounds[state->vpid][round].flag) != state->sense) in ck_barrier_tournament() 157 for (round -= 1 ;; --round) { in ck_barrier_tournament() 158 switch (rounds[state->vpid][round].role) { in ck_barrier_tournament() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_amd64.S | 332 mov fk_ref(round,0), p1; \ 333 mov fk_ref(round,1), p2; \ 334 mov fk_ref(round,2), p3; \ 335 mov fk_ref(round,3), p4; \ 386 mov fk_ref(round,0), p1; \ 387 mov fk_ref(round,1), p2; \ 388 mov fk_ref(round,2), p3; \ 389 mov fk_ref(round,3), p4; \ 434 mov fk_ref(round,0), p1; \ 435 mov fk_ref(round,1), p2; \ [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha2/ |
| H A D | sha256_impl.S | 169 lea 1(%rdi),%rdi # round++ 215 lea 1(%rdi),%rdi # round++ 261 lea 1(%rdi),%rdi # round++ 307 lea 1(%rdi),%rdi # round++ 353 lea 1(%rdi),%rdi # round++ 399 lea 1(%rdi),%rdi # round++ 445 lea 1(%rdi),%rdi # round++ 491 lea 1(%rdi),%rdi # round++ 537 lea 1(%rdi),%rdi # round++ 583 lea 1(%rdi),%rdi # round++ [all …]
|
| H A D | sha512_impl.S | 170 lea 1(%rdi),%rdi # round++ 216 lea 1(%rdi),%rdi # round++ 262 lea 1(%rdi),%rdi # round++ 308 lea 1(%rdi),%rdi # round++ 354 lea 1(%rdi),%rdi # round++ 400 lea 1(%rdi),%rdi # round++ 446 lea 1(%rdi),%rdi # round++ 492 lea 1(%rdi),%rdi # round++ 538 lea 1(%rdi),%rdi # round++ 584 lea 1(%rdi),%rdi # round++ [all …]
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | bsaes-armv7.S | 1069 @ don't save last round key 1113 veor q7, q7, q6 @ fix up round 0 key 1129 veor q7, q7, q6 @ fix up round 0 key 1367 veor q7,q7,q15 @ fix up last round key 1368 vstmia r12, {q7} @ save last round key 1389 veor q7,q7,q15 @ fix up last round key 1390 vstmia r12, {q7} @ save last round key 1995 vmov q8, q9 @ next round tweak 2095 veor q7, q7, q6 @ fix up round 0 key 2110 veor q7, q7, q6 @ fix up round 0 key [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | timer.c | 49 uint64_t round = (i+1 == buflen-1 && ((t0 * mult * 10 / t1) % 10 in timer_ratio() local 52 "%"FMTu64, (t0 * mult / t1) % 10 + round); in timer_ratio()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_red.c | 46 rte_red_pow2_frac_inv[i] = (uint16_t) round(scale / pow(2, m / table_size)); in __rte_red_init_tables() 58 rte_red_log2_1_minus_Wq[index] = (uint16_t) round(-1.0 * scale * log2(1.0 - Wq)); in __rte_red_init_tables()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | renesas,gyroadc.txt | 5 are sampled by the GyroADC block in a round-robin fashion and the result 35 round-robin fashion. One Fujitsu chip supplies four 46 round-robin fashion. One TI/ADI chip supplies single 55 round-robin fashion. One Maxim chip supplies single
|
| /f-stack/freebsd/contrib/device-tree/Bindings/hsi/ |
| H A D | client-devices.txt | 16 - hsi-arb-mode: Arbitration mode for TX frame ("round-robin", "priority") 39 hsi-arb-mode = "round-robin";
|
| H A D | nokia-modem.txt | 44 hsi-arb-mode = "round-robin";
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | lolwut5.c | 155 size = round(size); in lwDrawSquare() 160 px[j] = round(sin(k) * size + x); in lwDrawSquare() 161 py[j] = round(cos(k) * size + y); in lwDrawSquare()
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | codecov.yml | 8 round: nearest # Round to nearest precision point
|
| /f-stack/freebsd/mips/mips/ |
| H A D | fp.S | 1510 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1531 and t2, t2, ~1 # clear LSB (round to nearest) 1733 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1758 and t2, t2, ~1 # clear LSB (round to nearest) 1796 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1865 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 1884 and t2, t2, ~1 # clear LSB (round to nearest) 1979 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest 2008 and t3, t3, ~1 # clear LSB (round to nearest) 2046 beq v0, MIPS_FPU_ROUND_RN, 3f # round to nearest [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 53 crypto_pwhash/argon2/blamka-round-ref.h \ 253 crypto_pwhash/argon2/blamka-round-ssse3.h \ 274 crypto_pwhash/argon2/blamka-round-avx2.h \ 290 crypto_pwhash/argon2/blamka-round-avx512f.h
|
| /f-stack/dpdk/drivers/crypto/scheduler/ |
| H A D | rte_cryptodev_scheduler.h | 36 #define SCHEDULER_MODE_NAME_ROUND_ROBIN round-robin
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mediatek-dwmac.txt | 31 or will round down. Range 0~31*170. 33 or will round down. Range 0~31*550.
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | scheduler.rst | 103 *Initialization mode parameter*: **round-robin** 106 among its workers in a round-robin manner. This mode may help to fill 155 round-robin manner. If scheduler cannot enqueue entire burst to the same worker,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mtd/ |
| H A D | cadence-nand-controller.txt | 18 round trip delay for the signals and is used for deciding on values
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 58 var duration = Math.round(performance.getEntriesByName('bench')[0].duration);
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 2115 round = Math.round, 2127 result = [ round(ratio * width), round(ratio * height) ]; 2184 round = Math.round, 2243 …round(mimic.x === LEFT ? border : mimic.x === RIGHT ? newSize[0] - size[0] - border : (newSize[0] … 2244 round(mimic.y === TOP ? newSize[1] - size[1] : 0) 2249 round(mimic.x === LEFT ? newSize[0] - size[0] : 0), 2250 …round(mimic.y === TOP ? border : mimic.y === BOTTOM ? newSize[1] - size[1] - border : (newSize[1] … 2363 position[MARGIN+'-' + b] = -Math.round(size[ precedance === Y ? 0 : 1 ] / 2) + userOffset;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/ |
| H A D | devantech-srf04.yaml | 48 Thus this GPIO is set while the ultrasonic waves are doing one round
|
| /f-stack/dpdk/app/test/ |
| H A D | test_fib_perf.c | 233 step = round((double)range / rule_num); in generate_random_rule_prefix()
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | vpaes-armv8.S | 670 ## round produces 192 bits of key material, or 1.5 round keys. 671 ## Therefore, on each cycle we do 2 rounds and produce 3 round 736 ## Mangler for last round of key schedule 808 ## Runs one main round of the key schedule on %xmm0, %xmm7 911 ## Keeps track of round number mod 4 in %r8
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | pipeline.rst | 111 Each data plane thread runs one or several pipelines previously assigned to it in round-robin order…
|