Searched defs:CVAL (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsmbencrypt.c47 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos]) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dbyteorder.h108 #define CVAL(buf,pos) ((unsigned)(((const unsigned char *)(buf))[pos])) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dbyteorder.h109 #define CVAL(buf,pos) ((unsigned)(((const unsigned char *)(buf))[pos])) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/compat/
H A Dsnprintf.c530 #undef CVAL macro
531 #define CVAL(s) (*((unsigned char *)s)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Ddispc.c730 #define CVAL(x, y) (((x & 2047) << 16) | (y & 2047)) macro
745 #undef CVAL macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c729 #define CVAL(x, y) (FLD_VAL(x, 26, 16) | FLD_VAL(y, 10, 0)) macro
745 #undef CVAL macro
[all...]

Completed in 181 milliseconds