OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endhigh
(Results
1 - 3
of
3
) sorted by null
/external/grub/netboot/
timer.c
65
unsigned long endlow,
endhigh
;
local
73
rdtsc(endlow,
endhigh
);
82
:"=a" (endlow), "=d" (
endhigh
)
84
"0" (endlow), "1" (
endhigh
));
87
if (
endhigh
)
/external/quake/quake/src/QW/client/
zone.c
317
hunk_t *h, *next, *endlow, *starthigh, *
endhigh
;
local
330
endhigh
= (hunk_t *)(hunk_base + hunk_size);
351
if ( h ==
endhigh
)
377
if (next == endlow || next ==
endhigh
||
/external/quake/quake/src/WinQuake/
zone.cpp
317
hunk_t *h, *next, *endlow, *starthigh, *
endhigh
;
local
330
endhigh
= (hunk_t *)(hunk_base + hunk_size);
351
if ( h ==
endhigh
)
377
if (next == endlow || next ==
endhigh
||
Completed in 2521 milliseconds