SIVAL 158 lib/util/byteorder.h #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val) SIVAL 173 lib/util/byteorder.h #define SIVAL(buf,pos,val) SIVALX((buf),(pos),((uint32_t)(val))) SIVAL 198 lib/util/byteorder.h #define SIVAL(buf,pos,val) IVAL_NC(buf,pos)=((uint32_t)(val))