Searched refs:xi (Results 26 - 38 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dsubr.c161 xsc(short xi) argument
164 xa = (short)((xi - obotx) * scalex + botx);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c163 xsc(int xi) argument
166 xa = (int)((xi - obotx) * scalex + botx);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c213 xsc(int xi) argument
216 xa = (int)((xi - obotx) * scalex + botx);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_as.c144 * xltab index reflects the offset 'xi' of the assigned dtdo_xlmtab[] location.
151 uint_t i, uint_t xi, dt_node_t *dnp)
157 assert(xi < dp->dtdo_xlmlen);
181 DIF_INSTR_OP(dp->dtdo_buf[i]), xi, DIF_INSTR_RD(dp->dtdo_buf[i]));
184 dp->dtdo_xlmtab[xi] = dnp;
150 dt_as_xlate(dt_pcb_t *pcb, dtrace_difo_t *dp, uint_t i, uint_t xi, dt_node_t *dnp) argument
/osnet-11/usr/src/grub/grub2/util/grub.d/
H A D10_linux.in135 xi?86 | xx86_64)
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drsa.c360 gcry_mpi_t xi;
362 xi = gcry_mpi_snew (101);
363 gcry_mpi_randomize (xi, 101, GCRY_VERY_STRONG_RANDOM);
364 mpi_set_highbit (xi, 100);
365 gcry_assert ( mpi_get_nbits (xi) == 101 );
367 return xi;
359 gcry_mpi_t xi; local
H A Dac.c2684 gcry_mpi_t xi;
2695 xi = gcry_mpi_new (0);
2699 gcry_mpi_mul_ui (xi, a, os[os_n - i - 1]);
2700 gcry_mpi_add (x, x, xi);
2704 gcry_mpi_release (xi);
2676 gcry_mpi_t xi; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drsa.c359 gcry_mpi_t xi;
361 xi = gcry_mpi_snew (101);
362 gcry_mpi_randomize (xi, 101, GCRY_VERY_STRONG_RANDOM);
363 mpi_set_highbit (xi, 100);
364 gcry_assert ( mpi_get_nbits (xi) == 101 );
366 return xi;
358 gcry_mpi_t xi; local
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c797 int xi; local
805 xi = x = __m_cc_first(parent, parentY, dx + x);
825 wmin = xi - dx;
826 if ((xi < dx) || (x >= dx + w->_maxx)) {
832 if (xi < dx) {
834 pmin = xi;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6061 X509_INFO *xi = sk_X509_INFO_value(sk, i); local
6062 if (xi != NULL && xi->x509 != NULL && catype != CATYPE_CRLS) {
6066 sk_X509_push(ca_certs, xi->x509);
6067 xi->x509 = NULL;
6072 flag = X509_cmp(x, xi->x509);
6079 sk_X509_push(ca_certs, X509_dup(xi->x509));
6081 } else if (xi != NULL && xi->crl != NULL && catype == CATYPE_CRLS) {
6084 sk_X509_CRL_push(ca_crls, xi
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm105 [xi] | [a-z]{2,3}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm88 [xi] | [a-z]{2,3}
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm175 'Xi' => q|$\Xi$|, # greek capital letter xi
200 'xi' => q|$\xi$|, # greek small letter xi

Completed in 74 milliseconds

12