Searched refs:thisp (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/crypt/ |
H A D | cbc.c | 40 cbc_xorblock(uint8_t *lastp, uint8_t *thisp, int blocksize) argument 46 if (IS_P2ALIGNED(thisp, sizeof (uint32_t)) && 50 this32p = (uint32_t *)thisp; 60 thisp[i] ^= lastp[i]; 70 uint8_t *thisp; local 77 thisp = data; 81 cbc_xorblock(lastp, thisp, ch->blocklen); 83 ch->encrypt(ch->ks, thisp); 84 lastp = thisp; 85 thisp 98 uint8_t *thisp; local [all...] |
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | traverse.c | 151 tdtraverse(tdesc_t *this, tdesc_t **thisp, tdtrav_data_t *tdtd) argument 159 if ((rc = travcb(this, thisp, tdtd->private)) < 0) 170 if ((rc = travcb(this, thisp, tdtd->private)) < 0) 182 (rc = travcb(this, thisp, tdtd->private)) < 0)
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 747 arccmp(arctype *thisp, arctype *thatp) argument 749 nltype *thisparentp = thisp->arc_parentp; 750 nltype *thischildp = thisp->arc_childp; 762 (void) printf(" %f + %f %lld/%lld\n", thisp->arc_time, 763 thisp->arc_childtime, thisp->arc_count, 800 if (thisp->arc_count < thatp->arc_count) 803 if (thisp->arc_count > thatp->arc_count) 827 thistime = thisp->arc_time + thisp [all...] |
Completed in 46 milliseconds