Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_hmac.py267 h2 = h.copy()
276 h2 = h1.copy()
277 self.assertTrue(h1.digest_cons == h2.digest_cons,
279 self.assertTrue(type(h1.inner) == type(h2.inner),
281 self.assertTrue(type(h1.outer) == type(h2.outer),
287 h2 = h1.copy()
289 self.assertTrue(id(h1) != id(h2), "No real copy of the HMAC instance.")
290 self.assertTrue(id(h1.inner) != id(h2.inner),
292 self.assertTrue(id(h1.outer) != id(h2.outer),
299 h2 = h1.copy()
[all …]
Dtest_pep247.py32 h2 = obj3.digest()
40 h2 = obj3.digest()
42 self.assertEqual(h1, h2)
Dtest_atexit.py36 atexit.register(self.h2)
47 atexit.register(self.h2)
62 def h2(self): member in TestCase
Dtest_decimal.py1383 h2 = hash(x)
1387 self.assertEqual(h1, h2)
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h19 h2 = temp & (kHash2Size - 1); \
24 h2 = temp & (kHash2Size - 1); \
31 h2 = temp & (kHash2Size - 1); \
43 h2 = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1);
47 h2 = temp & (kHash2Size - 1); \
52 h2 = temp & (kHash2Size - 1); \
DLzFind.c552 UInt32 h2, d2, maxLen, offset, pos; in Bt3_MatchFinder_GetMatches() local
561 d2 = pos - hash[h2]; in Bt3_MatchFinder_GetMatches()
565 hash[h2] = pos; in Bt3_MatchFinder_GetMatches()
589 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
598 d2 = pos - hash[ h2]; in Bt4_MatchFinder_GetMatches()
603 hash[ h2] = pos; in Bt4_MatchFinder_GetMatches()
721 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
730 d2 = pos - hash[ h2]; in Hc4_MatchFinder_GetMatches()
735 hash[ h2] = pos; in Hc4_MatchFinder_GetMatches()
897 UInt32 h2; in Bt3_MatchFinder_Skip() local
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzHash.h19 h2 = temp & (kHash2Size - 1); \
24 h2 = temp & (kHash2Size - 1); \
31 h2 = temp & (kHash2Size - 1); \
43 h2 = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1);
47 h2 = temp & (kHash2Size - 1); \
52 h2 = temp & (kHash2Size - 1); \
DLzFind.c552 UInt32 h2, d2, maxLen, offset, pos; in Bt3_MatchFinder_GetMatches() local
561 d2 = pos - hash[h2]; in Bt3_MatchFinder_GetMatches()
565 hash[h2] = pos; in Bt3_MatchFinder_GetMatches()
589 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
598 d2 = pos - hash[ h2]; in Bt4_MatchFinder_GetMatches()
603 hash[ h2] = pos; in Bt4_MatchFinder_GetMatches()
721 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
730 d2 = pos - hash[ h2]; in Hc4_MatchFinder_GetMatches()
735 hash[ h2] = pos; in Hc4_MatchFinder_GetMatches()
897 UInt32 h2; in Bt3_MatchFinder_Skip() local
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzHash.h19 h2 = temp & (kHash2Size - 1); \
24 h2 = temp & (kHash2Size - 1); \
31 h2 = temp & (kHash2Size - 1); \
43 h2 = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1);
47 h2 = temp & (kHash2Size - 1); \
52 h2 = temp & (kHash2Size - 1); \
DLzFind.c550 UInt32 h2, d2, maxLen, offset, pos; in Bt3_MatchFinder_GetMatches() local
559 d2 = pos - hash[h2]; in Bt3_MatchFinder_GetMatches()
563 hash[h2] = pos; in Bt3_MatchFinder_GetMatches()
587 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Bt4_MatchFinder_GetMatches() local
596 d2 = pos - hash[ h2]; in Bt4_MatchFinder_GetMatches()
601 hash[ h2] = pos; in Bt4_MatchFinder_GetMatches()
719 UInt32 h2, h3, d2, d3, maxLen, offset, pos; in Hc4_MatchFinder_GetMatches() local
728 d2 = pos - hash[ h2]; in Hc4_MatchFinder_GetMatches()
733 hash[ h2] = pos; in Hc4_MatchFinder_GetMatches()
895 UInt32 h2; in Bt3_MatchFinder_Skip() local
[all …]
DLzFindMt.c566 UInt32 h2, curMatch2; in MixMatches2() local
572 curMatch2 = hash[h2]; in MixMatches2()
573 hash[h2] = lzPos; in MixMatches2()
587 UInt32 h2, h3, curMatch2, curMatch3; in MixMatches3() local
593 curMatch2 = hash[ h2]; in MixMatches3()
596 hash[ h2] = lzPos; in MixMatches3()
738 UInt32 h2;
740 hash[h2] = p->lzPos;
747 UInt32 h2, h3;
750 hash[ h2] =
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
Dtest_separators.py36 h2 = self.loads(d2)
39 self.assertEqual(h2, h)
Dtest_indent.py37 h2 = self.loads(d2)
40 self.assertEqual(h2, h)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
Dtest_separators.py36 h2 = self.loads(d2)
39 self.assertEqual(h2, h)
Dtest_indent.py37 h2 = self.loads(d2)
40 self.assertEqual(h2, h)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/doc/
Dlua.css16 h1, h2, h3, h4 { selector
22 h2 { selector
/device/google/contexthub/sensorhal/
Ddirectchannel.h63 bool isSameMemory(const native_handle_t *h1, const native_handle_t *h2);
Ddirectchannel.cpp235 bool GrallocHalWrapper::isSameMemory(const native_handle_t *h1, const native_handle_t *h2) { in isSameMemory() argument
243 && mPfnGetBackingStore(mGralloc1Device, h2, &s2) == GRALLOC1_ERROR_NONE in isSameMemory()
/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
454 h2 = PyObject_Hash(co->co_consts); in code_hash()
455 if (h2 == -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
454 h2 = PyObject_Hash(co->co_consts); in code_hash()
455 if (h2 == -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.bin43 …����� F��(F ��u�����b�O��0��b�O��0��T��j�@T�-��OF�����r� ����A�h2���r����A�l3���s.���…
45 +�����  +�����-@��@�ƀ�F ���"�@��A�h3���sh&F#�<CA�h2���rA�l3`���s h��.��-T�� @�
46 …�����H����+��H ���,F�F�睻�m��F�@��s�"F�@F � ����!�@A�h2���rh�� � ��BA…
233 �� ��A�h2���r����A�l3*�G�.� �������s����*���A��!� `����-��&�(H�#��PO@F���;jhB�`…
257 ����KO�� ��d���l"��h2� a�`����� ������ �"F�I �&�����C��"C��C�������B �FF)F"F
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img1438 �2X�)�B�UY"�6A�HBxG#�'h2�fi2x7y�'��f� �iB���"g����6A��L ��f�3|�F� I299���#��B��…
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img1438 �2X�)�B�UY"�6A�HBxG#�'h2�fi2x7y�'��f� �iB���"g����6A��L ��f�3|�F� I299���#��B��…