IVAL 156 lib/util/byteorder.h #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos)) IVAL 167 lib/util/byteorder.h #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) IVAL 189 lib/util/byteorder.h #define IVAL(buf,pos) (*(const uint32_t *)((const char *)(buf) + (pos)))