Searched refs:copy_length (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c2476 uint16_t copy_length = 0; local
2495 copy_length = (uint16_t)(ps_tpz_info->ReadBufferSize -
2505 copy_length);
2509 (void *)copy_temp_buf, copy_length);
2564 uint16_t copy_length = 0; local
2612 copy_length = (uint16_t)(recv_length - copy_index);
2670 copy_length = (uint16_t) ((copy_till_address == 0) ? copy_length :
2674 /* After lock bytes, there are immediate reserved bytes, so " copy_length "
2676 if (0 != copy_length)
3824 uint8_t copy_length; local
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dform_data_parser.cc418 size_t copy_length = literal.size(); local
422 copy_length = seek_unquote.data() - copy_start;
423 result.append(copy_start, copy_length);
430 copy_length = (literal.data() + literal.size()) - copy_start;
431 result.append(copy_start, copy_length);
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc422 uptr copy_length = Min(size, from_length + 1); local
423 ASAN_READ_RANGE(from, copy_length);
428 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
429 from, copy_length);

Completed in 201 milliseconds