Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h26 h3 = temp & (kHash3Size - 1); \
33 h3 = temp & (kHash3Size - 1); \
48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
54 h3 = temp & (kHash3Size - 1); \
DLzFind.c589 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
599 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
604 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
721 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
731 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
736 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
914 UInt32 h2, h3; in Bt4_MatchFinder_Skip() local
921 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
953 UInt32 h2, h3; in Hc4_MatchFinder_Skip() local
960 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h26 h3 = temp & (kHash3Size - 1); \
33 h3 = temp & (kHash3Size - 1); \
48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
54 h3 = temp & (kHash3Size - 1); \
DLzFind.c589 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
599 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
604 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
721 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
731 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
736 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
914 UInt32 h2, h3; in Bt4_MatchFinder_Skip() local
921 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
953 UInt32 h2, h3; in Hc4_MatchFinder_Skip() local
960 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzHash.h26 h3 = temp & (kHash3Size - 1); \
33 h3 = temp & (kHash3Size - 1); \
48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
54 h3 = temp & (kHash3Size - 1); \
DLzFind.c587 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
597 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
602 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
719 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
729 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
734 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
912 UInt32 h2, h3; in Bt4_MatchFinder_Skip() local
919 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
951 UInt32 h2, h3; in Hc4_MatchFinder_Skip() local
958 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
DLzFindMt.c587 UInt32 h2, h3, curMatch2, curMatch3; in MixMatches3() local
594 curMatch3 = hash[kFix3HashSize + h3]; in MixMatches3()
597 hash[kFix3HashSize + h3] = lzPos; in MixMatches3()
747 UInt32 h2, h3;
749 hash[kFix3HashSize + h3] =
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/
Dlua.css16 h1, h2, h3, h4 { selector
32 h3 { selector
37 table h3 {
Dmanual.css1 h3 code {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_atexit.py37 atexit.register(self.h3)
65 def h3(self): member in TestCase
Dtest_decimal.py1385 h3 = hash(x)
1388 self.assertEqual(h1, h3)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcodeobject.c449 long h, h0, h1, h2, h3, h4, h5, h6; in code_hash() local
456 h3 = PyObject_Hash(co->co_names); in code_hash()
457 if (h3 == -1) return -1; in code_hash()
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^ in code_hash()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcodeobject.c449 long h, h0, h1, h2, h3, h4, h5, h6; in code_hash() local
456 h3 = PyObject_Hash(co->co_names); in code_hash()
457 if (h3 == -1) return -1; in code_hash()
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^ in code_hash()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin45 +�����  +�����-@��@�ƀ�F ���"�@��A�h3���sh&F#�<CA�h2���rA�l3`���s h��.��-T�� @�
46 �� ��"��A�l3���sh�E#�D�к��5�#� �(�(F �\� �#� �(� A�l2���rA�h3�������shh �e…
83 …�h��\��C�xc���`pGK�dS��`pGK�\S��`pGC�xc���X`pGK�`S��`pG�Kh3�Jh �Rh�x�x�G�Rh�x…
119 …�a�� ������Y���pG����#���`���`a����FO�� �������-��EN�h�,-е�=�����-'���T�'�F�h3�bhZ`bh
166 …�#j"`��;�(�#cb�! J������ �}���#j�"`��&�(���#cb����T�4/�A�h3���sh�3����#0���…