Searched refs:cnt (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A Dvis3-mont.pl83 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$anp)=map("%l$_",(0..7));
146 sub $num, 24, $cnt ! cnt=num-3
180 brnz,pt $cnt, .L1st
181 sub $cnt, 8, $cnt ! j--
237 sub $num, 24, $cnt ! cnt=num-3
258 brnz,pt $cnt, .Linner
259 sub $cnt,
[all...]
H A Dsparct4-mont.pl705 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz)=map("%l$_",(0..7));
745 sub $num, 24, $cnt ! cnt=num-3
769 brnz,pt $cnt, .L1st
770 sub $cnt, 8, $cnt ! j--
824 sub $num, 24, $cnt ! cnt=num-3
846 brnz,pt $cnt, .Linner
847 sub $cnt,
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c223 int i, cnt = 0; local
238 if (cnt >= MAX_QOPS_PER_MECH) {
241 qops[cnt++] = qop_num_pairs[i].qop;
244 qops[cnt] = NULL;
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Ddsr.c181 int cnt; local
186 if ((cnt = readlink(dnmbuf, nmbuf, sizeof (nmbuf))) != 1) {
187 nmbuf[cnt] = '\0';
/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c391 int cnt; local
395 cnt = ovs_refcount_unref(&dpif->ref_cnt);
396 if (cnt <= 2) {

Completed in 25 milliseconds