SVALS             159 lib/util/byteorder.h #define SVALS(buf,pos) ((int16_t)SVAL(buf,pos))
SVALS             170 lib/util/byteorder.h #define SVALS(buf,pos) ((int16_t)SVAL(buf,pos))
SVALS             191 lib/util/byteorder.h #define SVALS(buf,pos) (*(const int16_t *)((const char *)(buf) + (pos)))