Searched refs:pp (Results 1 – 1 of 1) sorted by relevance
56 be16dec(const void *pp) in be16dec() argument58 uint8_t const *p = (uint8_t const *)pp; in be16dec()64 be32dec(const void *pp) in be32dec() argument66 uint8_t const *p = (uint8_t const *)pp; in be32dec()72 be16enc(void *pp, uint16_t u) in be16enc() argument74 uint8_t *p = (uint8_t *)pp; in be16enc()81 be32enc(void *pp, uint32_t u) in be32enc() argument83 uint8_t *p = (uint8_t *)pp; in be32enc()
Completed in 3 milliseconds