| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-compactflash.c | 260 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 D | test_02.X.out | 5 …mpty-tag></empty-tag><t1>1000</t1><t2>test5000</t2><t3>ten-longx</t3><t4>xtest</t4><__error><messa…
|
| H A D | test_02.XP.out | 69 <t4>xtest</t4>
|
| H A D | test_02.JP.out | 66 "t4": "xtest",
|
| H A D | test_02.J.out | 1 …works":null,"empty-tag":true,"t1":"1000","t2":"test5000","t3":"ten-longx","t4":"xtest", "__error":…
|
| H A D | test_02.E.out | 66 op string: [t4] [xtest] [0x1010]
|
| H A D | test_02.HIPx.out | 196 …<div class="data" data-tag="t4" data-xpath="/top/data[name = 'em0 '][name = 'em0']/t4">xtest …
|
| H A D | test_02.H.out | 5 …3"> ten-longx</div><div class="text"> 4:</div><div class="data" data-tag="t4">xtest </div></…
|
| H A D | test_02.HP.out | 196 <div class="data" data-tag="t4">xtest </div>
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | trace.h | 77 #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 D | edonr.c | 165 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 D | regdef.h | 68 #define t4 $12 macro
|
| H A D | frame.h | 67 register_t t4; member
|
| /f-stack/dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 332 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 D | rk3399-nanopc-t4.dts | 16 compatible = "friendlyarm,nanopc-t4", "rockchip,rk3399";
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 852 } 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 D | db_interface.c | 94 { "t4", DB_OFFSET(t4), db_frame },
|
| H A D | vm_machdep.c | 523 DB_PRINT_REG(trapframe, t4); in dump_trapframe()
|
| H A D | trap.c | 1316 (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 D | poly1305_sse2.c | 685 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 D | ed25519_ref10.c | 758 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 D | rockchip.yaml | 110 - friendlyarm,nanopc-t4
|