/freebsd/sys/arm/arm/ |
H A D | swtch-v6.S | 90 #define GET_PCPU(tmp, tmp2) \ argument 99 #define GET_PCPU(tmp, tmp2) \ argument
|
/freebsd/lib/libc/stdlib/ |
H A D | heapsort.c | 66 #define COPY(a, b, count, size, tmp1, tmp2) { \ argument 114 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument 160 char tmp, *tmp1, *tmp2; in heapsort_b() local
|
/freebsd/crypto/openssl/crypto/aes/ |
H A D | aes_ige.c | 89 aes_block_t tmp, tmp2; in AES_ige_encrypt() local 142 aes_block_t tmp, tmp2; in AES_ige_encrypt() local 194 unsigned char tmp2[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
|
/freebsd/sys/crypto/aesni/ |
H A D | aesni_ghash.c | 110 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in gfmul() local 167 __m128i tmp0, tmp1, tmp2, tmp3; in reduce4() local 275 __m128i tmp1, tmp2, tmp3, tmp4; in AES_GCM_encrypt() local 536 __m128i tmp1, tmp2, tmp3, tmp4; in AES_GCM_decrypt() local
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strchrnul-mte.S | 22 #define tmp2 x3 macro
|
H A D | strchr-mte.S | 22 #define tmp2 x3 macro
|
H A D | strlen.S | 25 #define tmp2 x5 macro
|
H A D | strncmp.S | 34 #define tmp2 x9 macro
|
/freebsd/contrib/arm-optimized-routines/string/arm/ |
H A D | strlen-armv6t2.S | 46 #define tmp2 r5 macro
|
/freebsd/sys/arm64/arm64/ |
H A D | memcmp.S | 32 #define tmp2 x8 macro
|
H A D | memset.S | 43 #define tmp2 x4 macro
|
H A D | strncmp.S | 38 #define tmp2 x9 macro
|
/freebsd/contrib/cortex-strings/src/aarch64/ |
H A D | memset.S | 70 #define tmp2 x6 macro
|
H A D | strlen.S | 47 #define tmp2 x5 macro
|
H A D | strcmp.S | 58 #define tmp2 x8 macro
|
H A D | memcmp.S | 57 #define tmp2 x9 macro
|
H A D | strnlen.S | 47 #define tmp2 x9 macro
|
H A D | strncmp.S | 59 #define tmp2 x9 macro
|
/freebsd/contrib/cortex-strings/src/thumb-2/ |
H A D | strlen.S | 69 #define tmp2 r5 macro
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | milenage.c | 39 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f1() local 91 u8 tmp1[16], tmp2[16], tmp3[16]; in milenage_f2345() local
|
H A D | sha1-pbkdf2.c | 18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; in pbkdf2_sha1_f() local
|
/freebsd/sys/contrib/ck/include/gcc/aarch64/ |
H A D | ck_pr_llsc.h | 38 uint64_t tmp1, tmp2; in ck_pr_cas_64_2_value() local 72 uint64_t tmp1, tmp2; in ck_pr_cas_64_2() local
|
/freebsd/contrib/netbsd-tests/lib/libc/hash/ |
H A D | t_hmac.c | 44 uint8_t tmp2[EVP_MAX_MD_SIZE]; in test() local
|
/freebsd/sys/arm/include/ |
H A D | atomic.h | 87 uint32_t tmp = 0, tmp2 = 0; in atomic_add_32() local 136 uint32_t tmp = 0, tmp2 = 0; in ATOMIC_ACQ_REL_LONG() local 565 uint32_t tmp = 0, tmp2 = 0, ret = 0; in atomic_fetchadd_32() local 662 uint32_t ret, tmp = 0, tmp2 = 0; in atomic_readandclear_32() local 709 uint32_t tmp = 0, tmp2 = 0; in atomic_set_32() local 758 uint32_t tmp = 0, tmp2 = 0; in ATOMIC_ACQ_REL_LONG() local
|
/freebsd/contrib/bearssl/src/mac/ |
H A D | hmac_ct.c | 71 unsigned char tmp1[64], tmp2[64]; in br_hmac_outCT() local
|