/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzHash.h | 26 h3 = temp & (kHash3Size - 1); \ 33 h3 = temp & (kHash3Size - 1); \ 48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); } 54 h3 = temp & (kHash3Size - 1); \
|
D | LzFind.c | 589 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/ |
D | LzHash.h | 26 h3 = temp & (kHash3Size - 1); \ 33 h3 = temp & (kHash3Size - 1); \ 48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); } 54 h3 = temp & (kHash3Size - 1); \
|
D | LzFind.c | 589 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/ |
D | LzHash.h | 26 h3 = temp & (kHash3Size - 1); \ 33 h3 = temp & (kHash3Size - 1); \ 48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); } 54 h3 = temp & (kHash3Size - 1); \
|
D | LzFind.c | 587 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()
|
D | LzFindMt.c | 587 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/ |
D | lua.css | 16 h1, h2, h3, h4 { selector 32 h3 { selector 37 table h3 {
|
D | manual.css | 1 h3 code {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_atexit.py | 37 atexit.register(self.h3) 65 def h3(self): member in TestCase
|
D | test_decimal.py | 1385 h3 = hash(x) 1388 self.assertEqual(h1, h3)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | codeobject.c | 449 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/ |
D | codeobject.c | 449 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/ |
D | mcuimage.bin | 45 +����+���-@��@�ƀ�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���T4/A�h3���sh3��#0���…
|