Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dbl.h54 …*blProgramShared)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2);
55 bool (*blEraseShared)(uint32_t key1, uint32_t key2);
56 … (*blProgramEe)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2);
91 bool blEraseSectors(uint32_t sector_cnt, uint8_t *erase_mask, uint32_t key1, uint32_t key2);
92 …lPlatProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2);
/device/google/contexthub/firmware/os/core/
Dbl.c128 …ool blProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blProgramFlash() argument
170 if (!blPlatProgramFlash(dst, src, length, key1, key2)) in blProgramFlash()
181 …rea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t type, uint32_t key1, uint32_t key2) in blProgramTypedArea() argument
197 return blProgramFlash(dst, src, length, key1, key2); in blProgramTypedArea()
200 …iProgramSharedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blExtApiProgramSharedArea() argument
202 return blProgramTypedArea(dst, src, length, BL_FLASH_SHARED, key1, key2); in blExtApiProgramSharedArea()
205 … blExtApiProgramEe(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blExtApiProgramEe() argument
207 return blProgramTypedArea(dst, src, length, BL_FLASH_EEDATA, key1, key2); in blExtApiProgramEe()
210 static bool blEraseTypedArea(uint32_t type, uint32_t key1, uint32_t key2) in blEraseTypedArea() argument
226 blEraseSectors(sector_cnt, erase_mask, key1, key2); in blEraseTypedArea()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2)) argument
/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c206 bool blEraseSectors(uint32_t sector_cnt, uint8_t *erase_mask, uint32_t key1, uint32_t key2) in blEraseSectors() argument
223 flash->KEYR = key2; in blEraseSectors()
311 …blPlatProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blPlatProgramFlash() argument
328 flash->KEYR = key2; in blPlatProgramFlash()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mailbox.py101 key2 = self._box.add(self._template % 2)
103 method(key2)
106 self.assertRaises(KeyError, lambda: self._box[key2])
107 self.assertRaises(KeyError, lambda: method(key2))
323 key2 = self._box.add(self._template % 2)
324 self.assertIn(key2, self._box)
325 self.assertEqual(self._box.pop(key2).get_payload(), '2')
326 self.assertNotIn(key2, self._box)
352 key2 = self._box.add(self._template % 'original 2')
354 key2: _sample_message})
[all …]
Dtest_weakref.py982 def check_popitem(self, klass, key1, value1, key2, value2): argument
985 weakdict[key2] = value2
Dtest_set.py627 key2 = self.thetype(reversed(seq))
628 self.assertEqual(key1, key2)
629 self.assertNotEqual(id(key1), id(key2))
632 self.assertEqual(d[key2], 42)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dzipfile.py443 self.key2 = 878082192
451 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
456 k = self.key2 | 2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dzipfile.py460 self.key2 = 878082192
468 self.key2 = self._crc32(chr((self.key1 >> 24) & 255), self.key2)
473 k = self.key2 | 2