Home
last modified time | relevance | path

Searched refs:thisp (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/crypt/
H A Dcbc.c40 cbc_xorblock(uint8_t *lastp, uint8_t *thisp, int blocksize) in cbc_xorblock() argument
46 if (IS_P2ALIGNED(thisp, sizeof (uint32_t)) && in cbc_xorblock()
50 this32p = (uint32_t *)thisp; in cbc_xorblock()
60 thisp[i] ^= lastp[i]; in cbc_xorblock()
70 uint8_t *thisp; in cbc_encrypt() local
77 thisp = data; in cbc_encrypt()
81 cbc_xorblock(lastp, thisp, ch->blocklen); in cbc_encrypt()
83 ch->encrypt(ch->ks, thisp); in cbc_encrypt()
84 lastp = thisp; in cbc_encrypt()
85 thisp += ch->blocklen; in cbc_encrypt()
[all …]
/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c747 arccmp(arctype *thisp, arctype *thatp) in arccmp() argument
749 nltype *thisparentp = thisp->arc_parentp; in arccmp()
750 nltype *thischildp = thisp->arc_childp; in arccmp()
762 (void) printf(" %f + %f %lld/%lld\n", thisp->arc_time, in arccmp()
763 thisp->arc_childtime, thisp->arc_count, in arccmp()
800 if (thisp->arc_count < thatp->arc_count) in arccmp()
803 if (thisp->arc_count > thatp->arc_count) in arccmp()
827 thistime = thisp->arc_time + thisp->arc_childtime; in arccmp()
836 if (thisp->arc_count < thatp->arc_count) in arccmp()
839 if (thisp->arc_count > thatp->arc_count) in arccmp()
/titanic_50/usr/src/tools/ctf/cvt/
H A Dtraverse.c151 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) in tdtraverse() argument
159 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
170 if ((rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()
182 (rc = travcb(this, thisp, tdtd->private)) < 0) in tdtraverse()