Home
last modified time | relevance | path

Searched defs:tmp3 (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/sys/arch/mips/cavium/dev/
H A Docteon_cop2var.h582 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_md5_update_unaligned_vaddr64() local
681 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha1_update_unaligned_vaddr64() local
723 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha256_set_iv_unaligned_vaddr64() local
753 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha256_get_iv_unaligned_vaddr64() local
783 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha256_update_unaligned_vaddr64() local
825 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha512_set_iv_unaligned_vaddr64() local
863 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha512_get_iv_unaligned_vaddr64() local
901 uint64_t tmp0, tmp1, tmp2, tmp3; in octeon_cop2_sha512_update_unaligned_vaddr64() local
/netbsd-src/external/bsd/wpa/dist/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
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh-mem.cc211 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpstr() local
367 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpnstr() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh-mem.cc211 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpstr() local
367 rtx tmp3 = gen_reg_rtx (SImode); in sh_expand_cmpnstr() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-evp.c168 unsigned char tmp2[EVP_MAX_BLOCK_LENGTH], tmp3[EVP_MAX_BLOCK_LENGTH]; in _krb5_evp_encrypt_cts() local
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_next.c459 UINT128 tmp1, tmp2, tmp3; local
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_next.c459 UINT128 tmp1, tmp2, tmp3; local
/netbsd-src/games/larn/
H A Dmovem.c33 static int tmp1, tmp2, tmp3, tmp4, distance; variable
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_unity.c406 uint32_t tmp3; local
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dgammaonethird.c137 mpfr_t tmp, tmp2, tmp3; in mpfr_gamma_one_third() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_ige.c182 unsigned char tmp3[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_ige.c195 unsigned char tmp3[AES_BLOCK_SIZE]; in AES_bi_ige_encrypt() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/srp/
H A Dsrp_lib.c179 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; in SRP_Calc_client_key() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc6342 rtx tmp3 = ix86_expand_ti_to_v1ti (tmp2); in ix86_expand_v1ti_shift() local
6376 rtx tmp3 = gen_reg_rtx (V2DImode); in ix86_expand_v1ti_shift() local
6423 rtx tmp3 = ix86_expand_ti_to_v1ti (tmp2); in ix86_expand_v1ti_rotate() local
6457 rtx tmp3 = gen_reg_rtx (V1TImode); in ix86_expand_v1ti_rotate() local
6502 rtx tmp3 = gen_reg_rtx (V4SImode); in ix86_expand_v1ti_rotate() local
6522 rtx tmp3 = ix86_expand_ti_to_v1ti (tmp2); in ix86_expand_v1ti_ashiftrt() local
6542 rtx tmp3 = gen_reg_rtx (V4SImode); in ix86_expand_v1ti_ashiftrt() local
6556 rtx tmp3 = gen_reg_rtx (V4SImode); in ix86_expand_v1ti_ashiftrt() local
6575 rtx tmp3 = force_reg (V2DImode, gen_lowpart (V2DImode, tmp1)); in ix86_expand_v1ti_ashiftrt() local
6595 rtx tmp3 = force_reg (V8HImode, gen_lowpart (V8HImode, tmp2)); in ix86_expand_v1ti_ashiftrt() local
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/rand/
H A Dstatlib.c491 mpz_t tmp1, tmp2, tmp3; in spectral_test() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_lib.c216 BIGNUM *tmp = NULL, *tmp2 = NULL, *tmp3 = NULL, *k = NULL, *K = NULL; in SRP_Calc_client_key_ex() local
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c205 __m128i tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8, tmp9; in addmul() local
268 __m128i tmp3 = _mm_clmulepi64_si128(A, B, 0x00); in mulv() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.c589 rtx tmp1, tmp2, tmp3, tmp4; in nds32_gen_dup_4_byte_to_word_value_aux() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-memory-manipulation.cc589 rtx tmp1, tmp2, tmp3, tmp4; in nds32_gen_dup_4_byte_to_word_value_aux() local
/netbsd-src/sys/dev/ic/
H A Dz8530tty.c973 uint8_t tmp3, tmp4, tmp5; in zsparam() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-prof.cc891 tree tmp2, tmp3; in gimple_mod_pow2() local
H A Dtree-switch-conversion.cc618 tree tmp3 = gimple_build (&seq, PLUS_EXPR, type, tmp2, in build_one_array() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-prof.c854 tree tmp2, tmp3; in gimple_mod_pow2() local
H A Dtree-switch-conversion.c617 tree tmp3 = gimple_build (&seq, PLUS_EXPR, type, tmp2, in build_one_array() local
H A Dhsa-gen.c4160 hsa_op_reg *tmp3 = new hsa_op_reg (dest->m_type); in gen_get_team_num() local
6394 tree tmp3 = make_temp_ssa_name (boolean_type_node, NULL, in convert_switch_statements() local

12