OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_START
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/gplinclude/
memory.h
31
#define
RES_START
0xa0000
/external/syslinux/com32/gpllib/
memory.c
436
if (start >
RES_START
&& start < RES_END) {
442
if (end >
RES_START
&& end < RES_END) {
443
end =
RES_START
;
Completed in 4306 milliseconds