Searched refs:pp (Results 1 – 5 of 5) sorted by relevance
100 be16dec(const void *pp) in be16dec() argument102 uint8_t const *p = (uint8_t const *)pp; in be16dec()108 be32dec(const void *pp) in be32dec() argument110 uint8_t const *p = (uint8_t const *)pp; in be32dec()117 be64dec(const void *pp) in be64dec() argument119 uint8_t const *p = (uint8_t const *)pp; in be64dec()125 le16dec(const void *pp) in le16dec() argument127 uint8_t const *p = (uint8_t const *)pp; in le16dec()133 le32dec(const void *pp) in le32dec() argument135 uint8_t const *p = (uint8_t const *)pp; in le32dec()[all …]
119 pp[6] = { variable272 r = pp[0] + z * (pp[1] in erfl()273 + z * (pp[2] + z * (pp[3] + z * (pp[4] + z * pp[5])))); in erfl()347 r = pp[0] + z * (pp[1] in erfcl()348 + z * (pp[2] + z * (pp[3] + z * (pp[4] + z * pp[5])))); in erfcl()
61 caddr_t * pp, in xdr_reference() argument65 caddr_t loc = *pp; in xdr_reference()75 *pp = loc = (caddr_t) mem_alloc (size); in xdr_reference()94 *pp = NULL; in xdr_reference()
154 char *pp; in matcher() local181 pp = mustlast; in matcher()194 while (*--dp == *--pp && pp != mustfirst); in matcher()196 if (*dp == *pp) in matcher()200 mj = matchjump[pp - mustfirst]; in matcher()203 pp = mustlast; in matcher()205 if (pp != mustfirst) in matcher()
1019 register unsigned short *pp; in m16m() local1027 pp = &p[NI - 2]; in m16m()1028 *pp++ = 0; in m16m()1029 *pp = 0; in m16m()1037 --pp; in m16m()1038 *(pp - 1) = 0; in m16m()1043 carry = (m & 0xffff) + *pp; in m16m()1044 *pp-- = (unsigned short) carry; in m16m()1045 carry = (carry >> 16) + (m >> 16) + *pp; in m16m()1046 *pp = (unsigned short) carry; in m16m()[all …]