Searched refs:ptr_be_value (Results 1 – 1 of 1) sorted by relevance
2970 uint32_from_big_endian (const uint32_t *ptr_be_value) in uint32_from_big_endian() argument2972 const unsigned char *buf = (const unsigned char *)ptr_be_value; in uint32_from_big_endian()3023 uint16_from_big_endian (const uint16_t *ptr_be_value) in uint16_from_big_endian() argument3025 const unsigned char *buf = (const unsigned char *)ptr_be_value; in uint16_from_big_endian()