Searched defs:SIVALS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dbyteorder.h125 #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32)(val))) macro
150 #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32)(val)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dbyteorder.h128 #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32_t)(val))) macro
141 #define SIVALS(buf,pos,val) SIVALX((buf),(pos),((int32_t)(val))) macro
168 #define SIVALS(buf,pos,val) IVALS_NC(buf,pos)=((int32_t)(val)) macro

Completed in 40 milliseconds