Home
last modified time | relevance | path

Searched defs:tmp2 (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd/sys/arm/arm/
H A Dswtch-v6.S90 #define GET_PCPU(tmp, tmp2) \ argument
99 #define GET_PCPU(tmp, tmp2) \ argument
/freebsd/lib/libc/stdlib/
H A Dheapsort.c66 #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 Daes_ige.c89 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 Daesni_ghash.c110 __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 Dstrchrnul-mte.S22 #define tmp2 x3 macro
H A Dstrchr-mte.S22 #define tmp2 x3 macro
H A Dstrlen.S25 #define tmp2 x5 macro
H A Dstrncmp.S34 #define tmp2 x9 macro
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dstrlen-armv6t2.S46 #define tmp2 r5 macro
/freebsd/sys/arm64/arm64/
H A Dmemcmp.S32 #define tmp2 x8 macro
H A Dmemset.S43 #define tmp2 x4 macro
H A Dstrncmp.S38 #define tmp2 x9 macro
/freebsd/contrib/cortex-strings/src/aarch64/
H A Dmemset.S70 #define tmp2 x6 macro
H A Dstrlen.S47 #define tmp2 x5 macro
H A Dstrcmp.S58 #define tmp2 x8 macro
H A Dmemcmp.S57 #define tmp2 x9 macro
H A Dstrnlen.S47 #define tmp2 x9 macro
H A Dstrncmp.S59 #define tmp2 x9 macro
/freebsd/contrib/cortex-strings/src/thumb-2/
H A Dstrlen.S69 #define tmp2 r5 macro
/freebsd/contrib/wpa/src/crypto/
H A Dmilenage.c39 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 Dsha1-pbkdf2.c18 unsigned char tmp[SHA1_MAC_LEN], tmp2[SHA1_MAC_LEN]; in pbkdf2_sha1_f() local
/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h38 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 Dt_hmac.c44 uint8_t tmp2[EVP_MAX_MD_SIZE]; in test() local
/freebsd/sys/arm/include/
H A Datomic.h87 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 Dhmac_ct.c71 unsigned char tmp1[64], tmp2[64]; in br_hmac_outCT() local

1234