OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highBytes
(Results
1 - 6
of
6
) sorted by null
/external/tpm2/
RSAKeySieve.c
667
UINT16
highBytes
;
668
highBytes
= BYTE_ARRAY_TO_UINT16(a);
670
highBytes
= ((UINT32)
highBytes
* (UINT32)0x4AFB) >> 16;
671
highBytes
+= 0xB505;
672
UINT16_TO_BYTE_ARRAY(
highBytes
, a);
/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
269
int
highBytes
= bytesLen % sizeof(BN_ULONG);
273
while (k >
highBytes
) {
280
while (k >
highBytes
) {
291
if (
highBytes
!= 0) {
295
for (k = 0; k <
highBytes
; k++) {
300
for (k = 0; k <
highBytes
; k++) {
/prebuilts/devtools/tools/lib/
fat32lib.jar
/prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar
Completed in 2563 milliseconds