Searched refs:in_b (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/
H A Dlibc-memequal.c12 const volatile void * volatile in_b,
15 return consttime_memequal(__UNVOLATILE(in_a), __UNVOLATILE(in_b), len);
10 CRYPTO_memcmp( const volatile void * volatile in_a, const volatile void * volatile in_b, size_t len) argument
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/
H A Dlibc-memequal.c12 const volatile void * volatile in_b,
15 return consttime_memequal(__UNVOLATILE(in_a), __UNVOLATILE(in_b), len);
10 CRYPTO_memcmp( const volatile void * volatile in_a, const volatile void * volatile in_b, size_t len) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcompare-elim.c106 rtx in_a, in_b;
305 || !rtx_equal_p (XEXP (compare, 1), cmp->in_b))
322 rtx x = gen_rtx_COMPARE (new_mode, cmp->in_a, cmp->in_b);
395 last_cmp->in_b = XEXP (src, 1);
399 if (last_cmp->in_b == const0_rtx
444 || (REG_P (last_cmp->in_b)
445 && DF_REF_REGNO (def) == REGNO (last_cmp->in_b))))
700 if (cmp->in_b != const0_rtx || cmp->in_a_setter == NULL)
764 rtx flags, in_a, in_b, cmp_a, cmp_b;
784 if (CONSTANT_P (cmp->in_b))
105 rtx in_a, in_b; member in struct:comparison
763 rtx flags, in_a, in_b, cmp_a, cmp_b; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcompare-elim.cc104 rtx in_a, in_b;
303 || !rtx_equal_p (XEXP (compare, 1), cmp->in_b))
320 rtx x = gen_rtx_COMPARE (new_mode, cmp->in_a, cmp->in_b);
393 last_cmp->in_b = XEXP (src, 1);
397 if (last_cmp->in_b == const0_rtx
442 || (REG_P (last_cmp->in_b)
443 && DF_REF_REGNO (def) == REGNO (last_cmp->in_b))))
698 if (cmp->in_b != const0_rtx || cmp->in_a_setter == NULL)
762 rtx flags, in_a, in_b, cmp_a, cmp_b;
782 if (CONSTANT_P (cmp->in_b))
103 rtx in_a, in_b; member in struct:comparison
761 rtx flags, in_a, in_b, cmp_a, cmp_b; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; local
30 in_b = (struct sockaddr_in *) b;
32 if (in_a->sin_port != in_b->sin_port)
34 if (in_a->sin_addr.s_addr != in_b->sin_addr.s_addr)
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dcasttest.c42 static unsigned char in_b[16] = { variable
86 memcpy(out_b, in_b, sizeof(in_b));
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dcasttest.c48 static unsigned char in_b[16] = { variable
92 memcpy(out_b, in_b, sizeof(in_b));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dcpuid.c184 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) argument
188 const volatile unsigned char *b = in_b;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
558 if (BN_is_zero(in_b)) {
564 ret = BN_copy(r, in_b) != NULL;
570 bn_check_top(in_b);
578 || !BN_lshift1(g, in_b)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) argument
558 if (BN_is_zero(in_b)) {
564 ret = BN_copy(r, in_b) != NULL;
570 bn_check_top(in_b);
578 || !BN_lshift1(g, in_b)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dcryptlib.c443 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len) argument
447 const volatile unsigned char *b = in_b;
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcrypto.h353 int CRYPTO_memcmp(const void * in_a, const void * in_b, size_t len);

Completed in 360 milliseconds