Searched refs:yy (Results 26 - 29 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dcu.c901 void (*xx)(), (*yy)();
910 yy = signal(SIGQUIT, SIG_IGN);
965 (void)signal(SIGQUIT, yy);
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1813 int yy; local
1822 for (yy = EPOCH_YEAR; yy < year; ++yy) {
1823 if (isleap(yy))
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_gf2m.c760 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
761 * or yy, xx could equal yy.
767 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const unsigned int p[], BN_CTX *ctx) argument
772 bn_check_top(yy);
779 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/opensolaris-onvv-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c146 #define DLBINDACK(qq, mm, ss, aa, ll, xx, yy) \
156 dlbindack((qq), (mm), (ss), (aa), (ll), (xx), (yy)); \
240 #define DLBINDACK(qq, mm, ss, aa, ll, xx, yy) \
241 (dlbindack((qq), (mm), (ss), (aa), (ll), (xx), (yy)))

Completed in 110 milliseconds

12