HomeSort by relevance Sort by last modified time
    Searched defs:copy_length (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
eap_listener_unittest.cc 109 int copy_length = std::min(recvfrom_reply_data_.GetLength(), len); local
110 memcpy(buf, recvfrom_reply_data_.GetConstData(), copy_length);
111 return copy_length;
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 518 uptr copy_length = Min(size, from_length + 1); local
519 ASAN_READ_RANGE(ctx, from, copy_length);
524 CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
525 from, copy_length);
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 2476 uint16_t copy_length = 0; local
2564 uint16_t copy_length = 0; local
3824 uint8_t copy_length; local
    [all...]

Completed in 261 milliseconds