Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/syslinux/
Dzonelist.c165 addr_t last, llast; in syslinux_memmap_type() local
170 llast = list->next->start - 1; in syslinux_memmap_type()
172 if (llast >= last) { in syslinux_memmap_type()
174 } else if (llast >= start) { in syslinux_memmap_type()
178 llast = list->next->start - 1; in syslinux_memmap_type()
179 if (llast >= last) in syslinux_memmap_type()
Dmovebits.c153 addr_t last, llast; in is_free_zone() local
163 llast = list->next->start - 1; in is_free_zone()
164 if (llast >= last) in is_free_zone()