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

  /external/syslinux/libinstaller/
syslxmod.c 87 return (char *)img + get_16_sl(offset_p);
92 return (char _slimg *)img + get_16_sl(offset_p);
156 nptrs = get_16_sl(&epa->secptrcnt);
177 if (get_16_sl(&epa->dirlen) < sublen) {
187 if (get_16_sl(&epa->subvollen) < sublen) {
syslxint.h 126 uint16_t get_16_sl(const uint16_t _slimg * p);
144 static inline uint16_t get_16_sl(const uint16_t _slimg * p) function
  /external/syslinux/dos/
getsetsl.c 38 uint16_t get_16_sl(const uint16_t * p) function

Completed in 331 milliseconds