Searched defs:IVAL (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/unicode/
H A Dbyteorder.h120 #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) macro
133 #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) macro
157 #define IVAL(buf,pos) (*(const u_int32_t *)((const char *)(buf) + (pos))) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dbyteorder.h117 #define IVAL(buf,pos) (SVAL(buf,pos)|SVAL(buf,(pos)+2)<<16) macro
139 #define IVAL(buf,pos) (*(const uint32 *)((const char *)(buf) + (pos))) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Deditreg.c329 #define IVAL(buf) ((unsigned int) \ macro
[all...]

Completed in 130 milliseconds