Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/bt3cfw/
HDbt3cfw.c72 hexa2int16(const char *a) in hexa2int16() function
81 return ((hexa2int16(a) << 16) | hexa2int16(a + 4)); in hexa2int32()
190 data[i] = hexa2int16(buffer + (i * 4) + 12); in main()