Searched defs:pc1 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes.c306 static unsigned char pc1[] = { variable
317 /* number left rotations of pc1 */
349 unsigned char pc1m[56]; /* place to modify pc1 into */
350 unsigned char pcr[56]; /* place to rotate pc1 into */
357 for (j = 0; j < 56; j++) { /* convert pc1 to bits of key */
358 l = pc1[j] - 1; /* integer bit location */
366 for (j = 0; j < 56; j++) /* rotate pc1 the right amount */
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c113 /* compare liniear characters pointed to by pc1 and pc2 */
117 lchar *pc1 = (lchar *)arg1; local
120 if (*pc1 > *pc2)
122 else if (*pc1 == *pc2)
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincos.c98 *pc0, *pc1, *pc2, local
182 pc1 = c;
286 *pc1 = a2_1 + t2_1;
336 *pc1 = a2_1 + t2_1;
387 *pc1 = one + t1;
428 *pc1 = one + t1;
480 *pc1 = a2_1 + t2_1;
522 *pc1 = a2_1 + t2_1;
564 *pc1 = one + t1;
594 *pc1
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c453 Address *pc1 = (Address *)arg1; local
456 if (*pc1 > *pc2)
459 if (*pc1 < *pc2)
H A Dprof.c790 char *pc1, *pc10; local
800 pc1 = (n < n_syms - 1) ? slp[n+1].sl_addr : pc_h;
807 i1 = (((unsigned)pc1 - (unsigned)pc_l) * sf)/bias;
821 \t\ti1 = %4d, pc10 = %#6o, pc1 = %#6o\n\t\t",
822 slp[n].sl_name, i0, pc00, pc0, i1, pc10, pc1));
832 t += PROFSEC(ticks * ((double)(pc1 - pc0) * sf)/bias);
836 Fprint(stderr, "%ld/(%.1f)", (pc1 - pc0) * ticks, DBL_ADDRPERCELL)
874 if (pc10 < pc1) {
881 (pc1 - pc10)*sf)/bias);
885 Fprint(stderr, " + %ld/(%.1f)", (pc1
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c845 Address *pc1 = (Address *)arg1; local
848 if (*pc1 > *pc2)
851 if (*pc1 < *pc2)

Completed in 102 milliseconds