HomeSort by: relevance | last modified time | path
    Searched refs:getbyte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
itevar.h 45 #define getbyte(ip, offset) \ macro
49 ((getbyte(ip, offset) << 8) | getbyte(ip, (offset) + 2))
ite_subr.c 57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT);
58 ip->ftwidth = getbyte(ip, fontaddr + FONTWIDTH);
126 *dp++ = getbyte(ip, romp);

Completed in 12 milliseconds