Home
last modified time | relevance | path

Searched refs:local_length (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/drivers/st/io/
Dio_stm32image.c263 int local_length; in stm32image_partition_read() local
296 local_length = round_up(length - in stm32image_partition_read()
326 local_length, length_read); in stm32image_partition_read()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc196 uint32_t local_length; in ReadTaskMemory() local
202 &local_length); in ReadTaskMemory()
211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length); in ReadTaskMemory()