OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highBytes
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/math/
BigInteger.java
[
all
...]
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java
350
long
highBytes
= LittleEndian.getUInt16(data, 0x14);
351
return (
highBytes
<< 16 | lowBytes );
/libcore/luni/src/main/native/
java_math_NativeBN.cpp
226
int
highBytes
= bytesLen % 4;
230
while (k >
highBytes
) {
237
while (k >
highBytes
) {
248
if (
highBytes
!= 0) {
252
for (k = 0; k <
highBytes
; k++) {
257
for (k = 0; k <
highBytes
; k++) {
/prebuilts/devtools/tools/lib/
fat32lib.jar
Completed in 207 milliseconds