Searched defs:SEG (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/include/
H A Dcom32.h130 * 0..0xFFFFF and real-mode style SEG:OFFS pointers. Note that a
131 * 32-bit linear pointer is not compatible with a SEG:OFFS pointer
141 static inline uint16_t SEG(const volatile void *__p) function
149 static inline uint16_t SEG(const volatile void *__p) function
205 __fptr.seg = SEG(__ptr);

Completed in 174 milliseconds