Home
last modified time | relevance | path

Searched refs:compute_checksum (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkWhitelistTypefaces.cpp65 static uint32_t compute_checksum(const SkTypeface* tf) { in compute_checksum() function
173 uint32_t checksum = compute_checksum(tf); in WhitelistSerializeTypeface()
211 uint32_t checksum = compute_checksum(tf.get()); in CheckChecksums()
266 uint32_t checksum = compute_checksum(tf.get()); in GenerateChecksums()
/third_party/boost/libs/asio/example/cpp03/icmp/
Dicmp_header.hpp75 void compute_checksum(icmp_header& header, in compute_checksum() function
Dping.cpp48 compute_checksum(echo_request, body.begin(), body.end()); in start_send()
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dicmp_header.hpp75 void compute_checksum(icmp_header& header, in compute_checksum() function
Dping.cpp48 compute_checksum(echo_request, body.begin(), body.end()); in start_send()
/third_party/glib/gio/
Dgkeyfilesettingsbackend.c94 compute_checksum (guint8 *digest, in compute_checksum() function
122 compute_checksum (kfsb->digest, contents, length); in g_keyfile_settings_backend_keyfile_write()
538 compute_checksum (digest, contents, length); in g_keyfile_settings_backend_keyfile_reload()
782 compute_checksum (kfsb->digest, NULL, 0); in g_keyfile_settings_backend_constructed()
/third_party/python/Tools/clinic/
Dclinic.py1606 computed = compute_checksum(output, len(checksum))
1663 … arguments="output={} input={}".format(compute_checksum(output, 16), compute_checksum(input, 16))
2070 def compute_checksum(input, length=None): function