Home
last modified time | relevance | path

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

/external/icing/icing/util/
Dcrc32.cc47 const std::string_view xored_str, int full_data_size, int position) { in UpdateWithXor() argument
49 if (position + xored_str.length() > full_data_size) { in UpdateWithXor()
52 xored_str.length(), full_data_size)); in UpdateWithXor()
90 full_data_size - (position + xored_str.length())); in UpdateWithXor()
Dcrc32.h95 std::string_view xored_str, int full_data_size, int position);