Searched refs:_PTRPOS (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dbyteorder.h154 #define _PTRPOS(buf,pos) (((const uint8_t *)(buf))+(pos)) macro
155 #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos))
156 #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos))
157 #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val)
158 #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dbyteorder.h154 #define _PTRPOS(buf,pos) (((const uint8_t *)(buf))+(pos)) macro
155 #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos))
156 #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos))
157 #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val)
158 #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dbyteorder.h154 #define _PTRPOS(buf,pos) (((const uint8_t *)(buf))+(pos)) macro
155 #define SVAL(buf,pos) ld_le16((const uint16_t *)_PTRPOS(buf,pos))
156 #define IVAL(buf,pos) ld_le32((const uint32_t *)_PTRPOS(buf,pos))
157 #define SSVAL(buf,pos,val) st_le16((uint16_t *)_PTRPOS(buf,pos), val)
158 #define SIVAL(buf,pos,val) st_le32((uint32_t *)_PTRPOS(buf,pos), val)

Completed in 123 milliseconds