Searched refs:GETWORD (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclirap2.c87 #define GETWORD(p,w) do {w = SVAL(p,0); p += WORDSIZE;} while(0) macro
314 GETWORD(p, converter);
315 GETWORD(p, count);
383 GETWORD(p, count);
556 GETWORD(p, count);
610 GETWORD(p, count);
810 GETWORD(p, converter);
811 GETWORD(p, count);
879 GETWORD(p, count);
979 GETWORD(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c177 #define GETWORD(v) (((v)[0] << 24) + ((v)[1] << 16) + ((v)[2] << 8) + (v)[3]) macro
2130 inst = GETWORD(val);
2280 && ((GETWORD(val) ^ mval) & mask) == 0) {
2281 printf("%.16x: %.16x\n", a, GETWORD(val));

Completed in 111 milliseconds