OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:endhigh
(Results
1 - 2
of
2
) 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
)
/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
460
char
endHigh
= value[end - 1];
467
boolean surAtEnd = allowEndSur &&
endHigh
>= 0xd800
468
&&
endHigh
<= 0xdbff && endLow >= 0xdc00
476
value[i] =
endHigh
;
487
endLow =
endHigh
;
494
endLow =
endHigh
;
499
value[i] =
endHigh
;
Completed in 48 milliseconds