OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash4Value
(Results
1 - 5
of
5
) sorted by null
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Hash234.java
28
private int
hash4Value
= 0;
63
hash4Value
= temp & hash4Mask;
75
return hash4Table[
hash4Value
];
81
hash4Table[
hash4Value
] = pos;
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzHash.h
32
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
33
hashValue = (
hash4Value
^ (p->crc[cur[4]] << 3)) & p->hashMask; \
34
hash4Value
&= (kHash4Size - 1); }
52
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzHash.h
32
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
33
hashValue = (
hash4Value
^ (p->crc[cur[4]] << 3)) & p->hashMask; \
34
hash4Value
&= (kHash4Size - 1); }
52
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzHash.h
32
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
33
hashValue = (
hash4Value
^ (p->crc[cur[4]] << 3)) & p->hashMask; \
34
hash4Value
&= (kHash4Size - 1); }
52
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
/external/lzma/C/
LzHash.h
32
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
33
hashValue = (
hash4Value
^ (p->crc[cur[4]] << 3)) & p->hashMask; \
34
hash4Value
&= (kHash4Size - 1); }
52
hash4Value
= (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
Completed in 101 milliseconds