OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endlow
(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));
90
endlow
/= 5;
91
return
endlow
;
/external/quake/quake/src/QW/client/
zone.c
317
hunk_t *h, *next, *
endlow
, *starthigh, *endhigh;
local
328
endlow
= (hunk_t *)(hunk_base + hunk_low_used);
340
if ( h ==
endlow
)
377
if (next ==
endlow
|| next == endhigh ||
/external/quake/quake/src/WinQuake/
zone.cpp
317
hunk_t *h, *next, *
endlow
, *starthigh, *endhigh;
local
328
endlow
= (hunk_t *)(hunk_base + hunk_low_used);
340
if ( h ==
endlow
)
377
if (next ==
endlow
|| next == endhigh ||
Completed in 5725 milliseconds