Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dhkdf.c130 size_t num_to_copy; in mbedtls_hkdf_expand() local
160 num_to_copy = i != n ? hash_len : okm_len - where; in mbedtls_hkdf_expand()
161 memcpy(okm + where, t, num_to_copy); in mbedtls_hkdf_expand()
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h301 volatile size_t num_to_copy = (size_t)(b - 1) < (size_t)(l) ? \
303 strncpy(s1, s2, num_to_copy); \
304 s1[num_to_copy] = 0; \
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c44186 uint64_t num_to_copy = r.length(); HandleMetadata() local
[all...]

Completed in 49 milliseconds