HomeSort by relevance Sort by last modified time
    Searched refs:FP_SEG (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libpng/
pngwio.c 233 if (FP_SEG(ptr) != FP_SEG(far_ptr))
  /external/libpcap/msdos/
pktdrvr.c 134 #undef FP_SEG
137 #define FP_SEG(x) ((WORD)(realBase >> 16))
328 s.es = FP_SEG (&reg);
422 reg.r_es = FP_SEG (&PktReceiver);
464 reg.r_ds = FP_SEG (&pktTxBuf);
468 reg.r_ds = FP_SEG (eth);
649 reg.r_es = FP_SEG (&pktTemp);
701 reg.r_es = FP_SEG (&pktTemp);
    [all...]
ndis2.c 587 DEBUG2 ("Entry Point = %04X:%04X\n", FP_SEG(protManEntry),FP_OFF(protManEntry));

Completed in 2672 milliseconds