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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Daddnote.c60 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) macro
61 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2))
128 ps = GET_16BE(E_PHENTSIZE);
129 np = GET_16BE(E_PHNUM);

Completed in 86 milliseconds