HomeSort by: relevance | last modified time | path
    Searched refs:xi (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_info.c 41 X509_INFO *xi = NULL; local
60 if ((xi = X509_INFO_new()) == NULL)
78 if (xi->x509 != NULL) {
79 if (!sk_X509_INFO_push(ret, xi))
81 if ((xi = X509_INFO_new()) == NULL)
85 pp = &(xi->x509);
88 if (xi->x509 != NULL) {
89 if (!sk_X509_INFO_push(ret, xi))
91 if ((xi = X509_INFO_new()) == NULL)
95 pp = &(xi->x509)
    [all...]
  /src/external/lgpl3/mpfr/dist/tests/
tmodf.c 31 mpfr_t xi, xf, x; local
33 mpfr_init2 (xi, xip);
37 inexact = mpfr_modf (xi, xf, x, rnd_mode);
38 if (mpfr_cmp_str1 (xi, xis))
43 mpfr_out_str (stdout, 10, 0, xi, MPFR_RNDN);
63 mpfr_clears (xi, xf, x, (mpfr_ptr) 0);
69 mpfr_t x, xi, xf; local
72 mpfr_init2 (xi, 123);
77 mpfr_modf (xi, xf, x, MPFR_RNDN);
78 MPFR_ASSERTN (mpfr_nan_p (xi));
105 mpfr_t xi, xf, x; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_info.c 57 X509_INFO *xi = NULL; local
76 if ((xi = X509_INFO_new()) == NULL)
97 if (xi->x509 != NULL) {
98 if (!sk_X509_INFO_push(ret, xi))
100 if ((xi = X509_INFO_new()) == NULL)
108 xi->x509 = X509_new_ex(libctx, propq);
109 if (xi->x509 == NULL)
111 pp = &(xi->x509);
114 if (xi->crl != NULL) {
115 if (!sk_X509_INFO_push(ret, xi))
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_info.c 57 X509_INFO *xi = NULL; local
76 if ((xi = X509_INFO_new()) == NULL)
97 if (xi->x509 != NULL) {
98 if (!sk_X509_INFO_push(ret, xi))
100 if ((xi = X509_INFO_new()) == NULL)
108 xi->x509 = X509_new_ex(libctx, propq);
109 if (xi->x509 == NULL)
111 pp = &(xi->x509);
114 if (xi->crl != NULL) {
115 if (!sk_X509_INFO_push(ret, xi))
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_r2x.c 23 X509_CINF *xi = NULL; local
33 xi = &ret->cert_info;
36 if ((xi->version = ASN1_INTEGER_new()) == NULL)
38 if (!ASN1_INTEGER_set(xi->version, 2))
40 /*- xi->extensions=ri->attributes; <- bad, should not ever be done
50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) == NULL)
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_r2x.c 23 X509_CINF *xi = NULL; local
33 xi = &ret->cert_info;
36 if ((xi->version = ASN1_INTEGER_new()) == NULL)
38 if (!ASN1_INTEGER_set(xi->version, 2))
40 /*- xi->extensions=ri->attributes; <- bad, should not ever be done
50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) ==
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_r2x.c 23 X509_CINF *xi = NULL; local
33 xi = &ret->cert_info;
36 if ((xi->version = ASN1_INTEGER_new()) == NULL)
38 if (!ASN1_INTEGER_set(xi->version, 2))
40 /*- xi->extensions=ri->attributes; <- bad, should not ever be done
50 if (X509_gmtime_adj(xi->validity.notBefore, 0) == NULL)
52 if (X509_gmtime_adj(xi->validity.notAfter, (long)60 * 60 * 24 * days) ==
  /src/external/gpl3/gcc/dist/libquadmath/math/
lgammaq_product.c 33 __float128 xi = x + i; local
34 __float128 quot = t / xi;
36 mul_splitq (&mhi, &mlo, quot, xi);
37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi);
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
lgammaq_product.c 33 __float128 xi = x + i; local
34 __float128 quot = t / xi;
36 mul_splitq (&mhi, &mlo, quot, xi);
37 __float128 quot_lo = (t - mhi - mlo) / xi - t * x_eps / (xi * xi);
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 1189 WIDE_INT_REF_FOR (T) xi (x);
1190 precision = xi.precision;
1193 wi::copy (*this, xi);
1237 WIDE_INT_REF_FOR (T) xi (x);
1238 if (UNLIKELY (precision != xi.precision))
1242 precision = xi.precision;
1247 wi::copy (*this, xi);
1834 WIDE_INT_REF_FOR (T) xi (x, m_precision);
1835 wi::copy (*this, xi);
2204 WIDE_INT_REF_FOR (T) xi (x)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghash-ia64.pl 68 ($p17) xor xi[1]=xi[1],in[1] };;
72 (p18) and Hi[1]=mask0xf0,xi[2] };;
81 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
87 { .mmi; (p16) ld1 xi[0]=[Xi],-1
103 Xi=r24; Htbl=r25;
116 $ADDP Xi=15,in0 // &Xi[15]
125 .rotr in[3],xi[3],Hi[2
    [all...]
ghash-s390x.pl 67 $Xi="%r2"; # argument block
76 $xi="%r10";
96 aghi $Xi,-1
101 lg $Zlo,8+1($Xi) # Xi
119 # Chaining Value (XI) 128byte
121 lmg %r0,%r1,0($Xi)
130 stmg %r0,%r1,0($Xi)
141 aghi $Xi,-1
146 lg $Zlo,8+1($Xi) # X
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
ghash-ia64.pl 68 ($p17) xor xi[1]=xi[1],in[1] };;
72 (p18) and Hi[1]=mask0xf0,xi[2] };;
81 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
87 { .mmi; (p16) ld1 xi[0]=[Xi],-1
103 Xi=r24; Htbl=r25;
116 $ADDP Xi=15,in0 // &Xi[15]
125 .rotr in[3],xi[3],Hi[2
    [all...]
ghash-s390x.pl 67 $Xi="%r2"; # argument block
76 $xi="%r10";
103 la %r1,0($Xi) # H lies right after Xi in gcm128_context
115 aghi $Xi,-1
120 lg $Zlo,8+1($Xi) # Xi
136 la %r1,0($Xi) # H lies right after Xi in gcm128_context
149 aghi $Xi,-
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
ghash-ia64.pl 68 ($p17) xor xi[1]=xi[1],in[1] };;
72 (p18) and Hi[1]=mask0xf0,xi[2] };;
81 { .mfi; (p17) shladd Hi[0]=xi[1],4,r0
87 { .mmi; (p16) ld1 xi[0]=[Xi],-1
103 Xi=r24; Htbl=r25;
116 $ADDP Xi=15,in0 // &Xi[15]
125 .rotr in[3],xi[3],Hi[2
    [all...]
ghash-s390x.pl 65 $Xi="%r2"; # argument block
74 $xi="%r10";
101 la %r1,0($Xi) # H lies right after Xi in gcm128_context
113 aghi $Xi,-1
118 lg $Zlo,8+1($Xi) # Xi
134 la %r1,0($Xi) # H lies right after Xi in gcm128_context
147 aghi $Xi,-
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.h 1115 WIDE_INT_REF_FOR (T) xi (x);
1116 precision = xi.precision;
1117 wi::copy (*this, xi);
1126 WIDE_INT_REF_FOR (T) xi (x);
1127 precision = xi.precision;
1128 wi::copy (*this, xi);
1454 WIDE_INT_REF_FOR (T) xi (x, m_precision);
1455 wi::copy (*this, xi);
1811 WIDE_INT_REF_FOR (T) xi (x);
1812 return xi.len == 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/ieee/
issignaling_fallback.h 50 uint32_t xi; local
54 xi = u.word;
56 xi ^= 0x00400000;
57 return (xi & 0x7fffffff) > 0x7fc00000;
75 uint64_t xi; local
78 xi = u.word;
80 xi ^= UINT64_C (0x0008000000000000);
81 return (xi & UINT64_C (0x7fffffffffffffff)) > UINT64_C (0x7ff8000000000000);
  /src/sys/external/isc/libsodium/dist/test/default/
core6.c 27 unsigned int xi = x[i]; local
29 printf(",0x%02x", 255 & (xi - yi - borrow));
30 borrow = (xi < yi + borrow);
  /src/sys/lib/libsa/
bootparam.c 380 struct xdr_inaddr *xi; local
389 xi = (struct xdr_inaddr *)*pkt;
390 *pkt += sizeof(*xi);
391 xi->atype = htonl(1);
394 ip = (uint32_t *)xi->addr;
412 struct xdr_inaddr *xi; local
421 xi = (struct xdr_inaddr *)*pkt;
422 *pkt += sizeof(*xi);
423 if (xi->atype != htonl((uint32_t)1)) {
430 ip = (uint32_t *)xi->addr
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
typeid.cc 52 const std::type_info &xi = typeid(i); local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
typeid.cc 52 const std::type_info &xi = typeid(i); local
  /src/external/gpl2/groff/dist/font/devps/generate/
lgreekmap 29 xi *c
  /src/crypto/external/apache2/openssl/dist/apps/
crl2pkcs7.c 206 X509_INFO *xi; local
223 xi = sk_X509_INFO_shift(sk);
224 if (xi->x509 != NULL) {
225 if (!sk_X509_push(stack, xi->x509)) {
226 X509_INFO_free(xi);
229 xi->x509 = NULL;
232 X509_INFO_free(xi);
  /src/sys/nfs/
krpc_subr.c 476 struct xdr_inaddr *xi; local
481 xi = mtod(m, struct xdr_inaddr *);
482 m->m_len = sizeof(*xi);
483 xi->atype = txdr_unsigned(1);
484 ip = xi->addr;
498 struct xdr_inaddr *xi; local
502 if (m->m_len < sizeof(*xi)) {
503 m = m_pullup(m, sizeof(*xi));
507 xi = mtod(m, struct xdr_inaddr *);
508 if (xi->atype != txdr_unsigned(1))
    [all...]

Completed in 28 milliseconds

1 2 3 4