Searched refs:OFS (Results 1 - 3 of 3) sorted by path

/haiku/headers/build/gcc-2.95.3/
H A Dva-ppc.h54 #define __VA_FP_REGSAVE(AP,OFS,TYPE) \
56 (AP)->reg_save_area)->__fp_save[OFS])))
58 #define __VA_GP_REGSAVE(AP,OFS,TYPE) \
60 (AP)->reg_save_area)->__gp_save[OFS])))
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h25 #define OFS(ptr) ((uint16)(((uint32)(ptr)) & 15)) macro
H A Dnetwork.cpp277 undi_tx.DestAddr.ofs = OFS((char *)buffer + 16);
279 undi_tx.TBD.ofs = OFS(&undi_tbd);
283 undi_tbd.Xmit.ofs = OFS(buffer);
478 readPacket.buffer.ofs = OFS(scratchBuffer);

Completed in 196 milliseconds