Searched refs:ALIGN4 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dbyteorder.h168 #define ALIGN4(p,base) ((p) + ((4 - (PTR_DIFF((p), (base)) & 3)) & 3)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dbyteorder.h186 #define ALIGN4(p,base) ((p) + ((4 - (PTR_DIFF((p), (base)) & 3)) & 3)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Darv.c708 #define ALIGN4(x) ((((int)(x)) & 0x3) == 0) macro
732 if (ar->line_buff == NULL || !ALIGN4(ar->line_buff)) {
741 if (ar->frame[i] == NULL || !ALIGN4(ar->frame[i])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_processlogon.c319 q = ALIGN4(q, buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_cm.c923 p = ALIGN4(p, outbuf);

Completed in 85 milliseconds