Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dstdatomic.c199 uint32_t temp1, temp2; \
217 "=&r" (temp2) \
232 uint32_t negmask, temp1, temp2; \
257 "=&r" (temp2) \
272 uint32_t negmask, temp1, temp2; \
293 "=&r" (temp2) \
310 uint32_t temp1, temp2; \
325 "=&r" (temp2) \
383 uint32_t old, temp1, temp2; \
394 "=&r" (temp2) \
/f-stack/lib/
H A Dff_config.c794 strcat(temp, temp2); in dpdk_args_setup()
797 sprintf(temp2, ",cq=%u", in dpdk_args_setup()
799 strcat(temp, temp2); in dpdk_args_setup()
804 strcat(temp, temp2); in dpdk_args_setup()
809 strcat(temp, temp2); in dpdk_args_setup()
833 strcat(temp, temp2); in dpdk_args_setup()
839 strcat(temp, temp2); in dpdk_args_setup()
845 strcat(temp, temp2); in dpdk_args_setup()
851 strcat(temp, temp2); in dpdk_args_setup()
857 strcat(temp, temp2); in dpdk_args_setup()
[all …]
/f-stack/freebsd/mips/mips/
H A Dstdatomic.c230 uint32_t negmask, temp1, temp2; \
250 "=&r" (temp2) \
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-quanta-q71l.dts161 /* temp2 inlet */
H A Dimx6q-dmo-edmqmx6.dts273 temp2: ad7414@4d { label
H A Daspeed-bmc-lenovo-hr630.dts180 /* temp2 outlet */
H A Daspeed-bmc-lenovo-hr855xg2.dts278 /* temp2 */
H A Darmada-385-clearfog-gtr.dtsi390 temp2: nct75@4d { label
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxlpge.c1094 vm_paddr_t temp1, temp2; in get_buf() local
1109 temp2 = vtophys((vm_offset_t) m_new->m_data + 1536); in get_buf()
1110 KASSERT((temp1 + 1536) == temp2, in get_buf()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c444 MULREDUCE4(rev, hv, h2v, h3v, h4v, temp3, temp2, temp1, temp0, accv_); \