Searched defs:getushort (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/msdosfs/
H A Dbpb.h96 #define getushort(x) *((u_int16_t *)(x)) macro
101 #define getushort(x) (((u_int8_t *)(x))[0] + (((u_int8_t *)(x))[1] << 8)) macro

Completed in 40 milliseconds