Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha2/
H A Dsha256_impl.S143 add %r11d,%r12d # T1+=h
163 add %r12d,%edx # d+=T1
209 add %r12d,%ecx # d+=T1
235 add %r9d,%r12d # T1+=h
255 add %r12d,%ebx # d+=T1
258 add %r12d,%r9d # h+=T1
281 add %r8d,%r12d # T1+=h
301 add %r12d,%eax # d+=T1
304 add %r12d,%r8d # h+=T1
327 add %edx,%r12d # T1+=h
[all …]
H A Dsha512_impl.S144 add %r11,%r12 # T1+=h
164 add %r12,%rdx # d+=T1
167 add %r12,%r11 # h+=T1
190 add %r10,%r12 # T1+=h
210 add %r12,%rcx # d+=T1
236 add %r9,%r12 # T1+=h
259 add %r12,%r9 # h+=T1
282 add %r8,%r12 # T1+=h
305 add %r12,%r8 # h+=T1
440 add %r12,%r9 # d+=T1
[all …]
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c411 T1 = _mm_add_epi64(T1, M6); in poly1305_blocks()
505 T1 = _mm_add_epi64(T1, C1); in poly1305_blocks()
551 T1 = _mm_mul_epu32(T1, T15); in poly1305_blocks()
562 T1 = _mm_add_epi64(T1, v11); in poly1305_blocks()
576 T1 = _mm_add_epi64(T1, v12); in poly1305_blocks()
591 T1 = _mm_add_epi64(T1, v13); in poly1305_blocks()
604 T1 = _mm_add_epi64(T1, v14); in poly1305_blocks()
647 T1 = _mm_add_epi64(T1, C1); in poly1305_blocks()
651 T1 = _mm_and_si128(T1, MMASK); in poly1305_blocks()
660 T1 = _mm_add_epi64(T1, C2); in poly1305_blocks()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml8 title: Baikal-T1 PVT Sensor
14 Baikal-T1 SoC provides an embedded process, voltage and temperature
25 Analog Bits core Bakal-T1 PVT control block
43 This bindings describes the external Baikal-T1 PVT control interfaces
69 description: Baikal-T1 can be referenced as the CPU thermal-sensor
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dbaikal,bt1-axi.yaml8 title: Baikal-T1 AXI-bus
14 AXI3-bus is the main communication bus of Baikal-T1 SoC connecting all
23 accessible by means of the Baikal-T1 System Controller.
50 description: Phandle to the Baikal-T1 System Controller DT node
H A Dbaikal,bt1-apb.yaml8 title: Baikal-T1 APB-bus
14 Baikal-T1 CPU or DMAC MMIO requests are handled by the AMBA 3 AXI Interconnect
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dbaikal,bt1-l2-ctl.yaml8 title: Baikal-T1 L2-cache Control Block
14 By means of the System Controller Baikal-T1 SoC exposes a few settings to
16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h148 #define Skein_Set_T1(ctxPtr, T1) Skein_Set_Tweak(ctxPtr, 1, T1) argument
151 #define Skein_Set_T0_T1(ctxPtr, T0, T1) \ argument
154 Skein_Set_T1(ctxPtr, (T1)); \
/f-stack/freebsd/mips/include/
H A Dregnum.h70 #define T1 13 macro
75 #define T1 9 macro
/f-stack/freebsd/crypto/skein/
H A Dskein.h233 #define Skein_Set_T1(ctxPtr,T1) Skein_Set_Tweak(ctxPtr,1,T1) argument
236 #define Skein_Set_T0_T1(ctxPtr,T0,T1) \ argument
239 Skein_Set_T1(ctxPtr,(T1)); \
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dbaikal,bt1-ccu-pll.yaml8 title: Baikal-T1 Clock Control Unit PLL
14 Clocks Control Unit is the core of Baikal-T1 SoC System Controller
29 | Baikal-T1 CCU |
84 Baikal-T1 SoC System Controller its DT node is supposed to be a child of
H A Dbaikal,bt1-ccu-div.yaml8 title: Baikal-T1 Clock Control Unit Dividers
14 Clocks Control Unit is the core of Baikal-T1 SoC System Controller
22 registers. Baikal-T1 CCU is logically divided into the next components:
32 | Baikal-T1 CCU |
83 are a part of the Baikal-T1 SoC System Controller their DT nodes are supposed
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmaxim,ds26522.txt1 * Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver
/f-stack/freebsd/contrib/device-tree/src/arm64/realtek/
H A Drtd1619-mjolnir.dts41 /* GPIO connector (T1) */
/f-stack/app/redis-5.0.5/deps/jemalloc/m4/
H A Dax_cxx_compile_stdcxx.m4227 template < typename T1, typename T2 >
239 template < typename T1, typename T2 >
241 add(T1 a1, T2 a2) -> decltype(a1 + a2)
535 template < typename T1, typename T2 >
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c100 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_CONST(i) + w; \
101 d += T1; \
103 h = T1 + T2
111 T1 = h + BIGSIGMA1(e) + Ch(e, f, g) + SHA512_CONST(i) + w; \
112 d += T1; \
114 h = T1 + T2; \
163 uint32_t T1, T2; in SHA256Transform() local
373 uint64_t T1, T2; in SHA512Transform() local
/f-stack/freebsd/mips/mips/
H A Dexception.S280 SAVE_REG(t1, T1, sp) ;\
341 RESTORE_REG(t1, T1, sp) ;\
441 SAVE_U_PCB_REG(t1, T1, k1)
535 RESTORE_U_PCB_REG(t1, T1, k1)
704 SAVE_U_PCB_REG(t1, T1, k1)
823 RESTORE_U_PCB_REG(t1, T1, k1)
H A Dswtch.S109 RESTORE_U_PCB_REG(t1, T1, k1)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dptpclient.rst42 * Master sends *Follow Up* message and sends time of T1.
48 adj = -[(T2-T1)-(T4 - T3)]/2
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Dsnps,designware-i2c.yaml34 - description: Baikal-T1 SoC System I2C controller
/f-stack/dpdk/doc/guides/nics/
H A Dixgbe.rst311 - Intel Ethernet Converged Network Adapter X540-T1
313 - Intel Ethernet Converged Network Adapter X550-T1
/f-stack/freebsd/contrib/device-tree/src/arm64/ti/
H A Dk3-am654-base-board.dts98 AM65X_WKUP_IOPAD(0x0034, PIN_INPUT, 7) /* (T1) MCU_OSPI1_CLK.WKUP_GPIO0_25 */
/f-stack/freebsd/contrib/zstd/programs/
H A Dzstd.1.md123 (This is different from `-T1`, which spawns 1 compression thread in parallel of I/O).
126 Final compressed result is slightly different from `-T1`.
H A DREADME.md177 …ngle-thread : use a single thread for both I/O and compression (result slightly different than -T1)
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure5059 template < typename T1, typename T2 >
5071 template < typename T1, typename T2 >
5073 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5363 template < typename T1, typename T2 >
5493 template < typename T1, typename T2 >
5505 template < typename T1, typename T2 >
5507 add(T1 a1, T2 a2) -> decltype(a1 + a2)
5797 template < typename T1, typename T2 >