Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 1 of 1) sorted by relevance

/devicemodel/include/
A Dtypes.h56 be16dec(const void *pp) in be16dec() argument
58 uint8_t const *p = (uint8_t const *)pp; in be16dec()
64 be32dec(const void *pp) in be32dec() argument
66 uint8_t const *p = (uint8_t const *)pp; in be32dec()
72 be16enc(void *pp, uint16_t u) in be16enc() argument
74 uint8_t *p = (uint8_t *)pp; in be16enc()
81 be32enc(void *pp, uint32_t u) in be32enc() argument
83 uint8_t *p = (uint8_t *)pp; in be32enc()

Completed in 3 milliseconds