OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:llast
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/lib/syslinux/
zonelist.c
165
addr_t last,
llast
;
local
170
llast
= list->next->start - 1;
172
if (
llast
>= last) {
174
} else if (
llast
>= start) {
178
llast
= list->next->start - 1;
179
if (
llast
>= last)
movebits.c
153
addr_t last,
llast
;
local
163
llast
= list->next->start - 1;
164
if (
llast
>= last)
Completed in 70 milliseconds