Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphFriNfc_TopazDynamicMap.c2476 uint16_t copy_length = 0; in phFriNfc_Tpz_H_RemainingReadDataCopy() local
2495 copy_length = (uint16_t)(ps_tpz_info->ReadBufferSize - in phFriNfc_Tpz_H_RemainingReadDataCopy()
2505 copy_length); in phFriNfc_Tpz_H_RemainingReadDataCopy()
2509 (void *)copy_temp_buf, copy_length); in phFriNfc_Tpz_H_RemainingReadDataCopy()
2564 uint16_t copy_length = 0; in phFriNfc_Tpz_H_CopyReadData() local
2612 copy_length = (uint16_t)(recv_length - copy_index); in phFriNfc_Tpz_H_CopyReadData()
2670 copy_length = (uint16_t) ((copy_till_address == 0) ? copy_length : in phFriNfc_Tpz_H_CopyReadData()
2676 if (0 != copy_length) in phFriNfc_Tpz_H_CopyReadData()
2682 if ((copy_length > (uint16_t) in phFriNfc_Tpz_H_CopyReadData()
2686 copy_length = (uint16_t)(exact_copy_length - in phFriNfc_Tpz_H_CopyReadData()
[all …]
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc539 uptr copy_length = Min(size, from_length + 1); in INTERCEPTOR() local
540 ASAN_READ_RANGE(ctx, from, copy_length); in INTERCEPTOR()
545 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1, in INTERCEPTOR()
546 from, copy_length); in INTERCEPTOR()