Home
last modified time | relevance | path

Searched refs:__offs (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/com32/include/
Dcom32.h172 uintptr_t __offs = (uintptr_t)__p - __segstart; in _OFFS_VALID() local
174 return __offs <= 0x10000-__s; in _OFFS_VALID()
177 static inline void *MK_PTR(uint16_t __seg, uint16_t __offs) in MK_PTR() argument
179 return (void *)(unsigned long)((__seg << 4) + __offs); in MK_PTR()