Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/internal/
H A Dloaders.c53 float _cbor_decode_half(unsigned char *halfp) { in _cbor_decode_half() argument
54 int half = (halfp[0] << 8) + halfp[1]; in _cbor_decode_half()