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()
152 char *pp; in matcher() local179 pp = mustlast; in matcher()192 while (*--dp == *--pp && pp != mustfirst); in matcher()194 if (*dp == *pp) in matcher()198 mj = matchjump[pp - mustfirst]; in matcher()201 pp = mustlast; in matcher()203 if (pp != mustfirst) in matcher()
1026 register unsigned short *pp; in m16m() local1034 pp = &p[NI - 2]; in m16m()1035 *pp++ = 0; in m16m()1036 *pp = 0; in m16m()1044 --pp; in m16m()1045 *(pp - 1) = 0; in m16m()1050 carry = (m & 0xffff) + *pp; in m16m()1051 *pp-- = (unsigned short) carry; in m16m()1052 carry = (carry >> 16) + (m >> 16) + *pp; in m16m()1053 *pp = (unsigned short) carry; in m16m()[all …]