Searched refs:next_size (Results 1 – 4 of 4) sorted by relevance
189 uint64_t next_size; in WebPMemoryWrite() local193 next_size = (uint64_t)w->size + data_size; in WebPMemoryWrite()194 if (next_size > w->max_size) { in WebPMemoryWrite()197 if (next_max_size < next_size) next_max_size = next_size; in WebPMemoryWrite()
103 int next_size = sizeof ( in ); in pbkdf2_sha1_f() local115 hmac_update ( &sha1_algorithm, sha1_ctx, next_in, next_size ); in pbkdf2_sha1_f()123 next_size = SHA1_SIZE; in pbkdf2_sha1_f()
299 while (size_t next_size = CalcNextSize( in GeneratePackets() local301 packet_bytes += next_size; in GeneratePackets()302 rem_payload_len -= next_size; in GeneratePackets()303 remaining_in_partition -= next_size; in GeneratePackets()
3448 next_size = _next_array_size(new_size)3449 next_shape = array_ops.stack([next_size] + fixed_shape)