Home
last modified time | relevance | path

Searched refs:t4 (Results 1 – 22 of 22) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-compactflash.c260 int t4; in cvmx_compactflash_set_piomode() local
277 t4 = 5; in cvmx_compactflash_set_piomode()
288 t4 = 5; in cvmx_compactflash_set_piomode()
297 t4 = 10; in cvmx_compactflash_set_piomode()
306 t4 = 10; in cvmx_compactflash_set_piomode()
315 t4 = 15; in cvmx_compactflash_set_piomode()
324 t4 = 20; in cvmx_compactflash_set_piomode()
353 t4 = FLASH_RoundUP(t4 * clocks_us, 1000); in cvmx_compactflash_set_piomode()
354 if (t4) in cvmx_compactflash_set_piomode()
355 t4--; in cvmx_compactflash_set_piomode()
[all …]
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_02.X.out5 …mpty-tag></empty-tag><t1>1000</t1><t2>test5000</t2><t3>ten-longx</t3><t4>xtest</t4><__error><messa…
H A Dtest_02.XP.out69 <t4>xtest</t4>
H A Dtest_02.JP.out66 "t4": "xtest",
H A Dtest_02.J.out1 …works":null,"empty-tag":true,"t1":"1000","t2":"test5000","t3":"ten-longx","t4":"xtest", "__error":…
H A Dtest_02.E.out66 op string: [t4] [xtest] [0x1010]
H A Dtest_02.HIPx.out196 …<div class="data" data-tag="t4" data-xpath="/top/data[name = 'em0 '][name = 'em0']/t4">xtest …
H A Dtest_02.H.out5 …3"> ten-longx</div><div class="text"> 4:</div><div class="data" data-tag="t4">xtest </div></…
H A Dtest_02.HP.out196 <div class="data" data-tag="t4">xtest </div>
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dtrace.h77 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
103 #define DTRACE_PROBE4(name, t1, arg1, t2, arg2, t3, arg3, t4, arg4) \ argument
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c165 t4 = rotl32(y04 + y5, 15); \
182 t4 = rotl64(y04 + y5, 36); \
199 r7 = (s23 ^ s5) + (t4 ^ t67); \
200 t34 = t3 ^ t4; \
219 r7 = (s23 ^ s5) + (t4 ^ t67); \
220 t34 = t3 ^ t4; \
238 uint32_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q256() local
361 uint64_t s0, s1, s2, s3, s4, s5, s6, s7, t0, t1, t2, t3, t4, in Q512() local
/f-stack/freebsd/mips/include/
H A Dregdef.h68 #define t4 $12 macro
H A Dframe.h67 register_t t4; member
/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c332 uint64_t t4 = 0; in delta_eval() local
337 t4 = timespec64_to_ns(&ptp_data->tstamp4); in delta_eval()
339 delta = -((int64_t)((t2 - t1) - (t4 - t3))) / 2; in delta_eval()
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-nanopc-t4.dts16 compatible = "friendlyarm,nanopc-t4", "rockchip,rk3399";
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c852 } t4; in hash_packet() local
857 t4.addr[0] = id->src_ip; in hash_packet()
858 t4.addr[1] = id->dst_ip; in hash_packet()
859 t4.port[0] = id->src_port; in hash_packet()
860 t4.port[1] = id->dst_port; in hash_packet()
862 t4.addr[0] = id->dst_ip; in hash_packet()
863 t4.addr[1] = id->src_ip; in hash_packet()
864 t4.port[0] = id->dst_port; in hash_packet()
865 t4.port[1] = id->src_port; in hash_packet()
867 return (jenkins_hash32((const uint32_t *)&t4, in hash_packet()
[all …]
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c94 { "t4", DB_OFFSET(t4), db_frame },
H A Dvm_machdep.c523 DB_PRINT_REG(trapframe, t4); in dump_trapframe()
H A Dtrap.c1316 (intmax_t)frame->t4, (intmax_t)frame->t5, (intmax_t)frame->t6, (intmax_t)frame->t7); in log_frame_dump()
1358 (intmax_t)frame->t4, (intmax_t)frame->t5, (intmax_t)frame->t6, (intmax_t)frame->t7); in trap_frame_dump()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c685 uint32_t t0, t1, t2, t3, t4, b; in poly1305_blocks() local
713 t4 = _mm_cvtsi128_si32(T4) + b; in poly1305_blocks()
720 h2 = (((uint64_t) t3 >> 10) | ((uint64_t) t4 << 16)); in poly1305_blocks()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c758 ge25519_p1p1 t2, t3, t4, t5, t6, t7, t8; in ge25519_scalarmult() local
774 ge25519_p3_dbl(&t4, &p2); in ge25519_scalarmult()
775 ge25519_p1p1_to_p3(&p4, &t4); in ge25519_scalarmult()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Drockchip.yaml110 - friendlyarm,nanopc-t4