SVAL 155 lib/util/byteorder.h #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos)) SVAL 166 lib/util/byteorder.h #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8) SVAL 187 lib/util/byteorder.h #define SVAL(buf,pos) (*(const uint16_t *)((const char *)(buf) + (pos)))