Searched defs:key2 (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | bl.c | 128 …ool blProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t 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() 200 …iProgramSharedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blExtApiProgramSharedArea() 205 … blExtApiProgramEe(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blExtApiProgramEe() 210 static bool blEraseTypedArea(uint32_t type, uint32_t key1, uint32_t key2) in blEraseTypedArea() 231 static bool blExtApiEraseSharedArea(uint32_t key1, uint32_t key2) in blExtApiEraseSharedArea()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | rotatingtree.c | 3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2)) argument
|
/device/google/cuttlefish_common/guest/hals/gralloc/ |
D | mapper.cpp | 47 bool offset_equals(void* key1, void* key2) { in offset_equals()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | bl.c | 205 bool blEraseSectors(uint32_t sector_cnt, uint8_t *erase_mask, uint32_t key1, uint32_t key2) in blEraseSectors() 310 …blPlatProgramFlash(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2) in blPlatProgramFlash()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_weakref.py | 982 def check_popitem(self, klass, key1, value1, key2, value2): argument
|