SIVALS 162 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVAL((buf),(pos),((int32_t)(val))) SIVALS 175 lib/util/byteorder.h #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32_t)(val))) SIVALS 200 lib/util/byteorder.h #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32_t)(val))