Searched refs:BE_constLE_32 (Results 1 – 1 of 1) sorted by relevance
347 #define BE_constLE_32(v) ((((((v)&0xff00)>>8)|(((v)&0xff)<<8))<<16)|(((((v)&0xff000000)>>8)|(((v… macro355 intrTab[i] = BE_constLE_32(BIOS_SEG << 16);