Searched defs:crc32c (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/lib/hash/
H A Dcrc32c_accelerate.cc21 // See if the SSE4.2 crc32c instruction is available.
45 namespace crc32c { namespace in namespace:tensorflow
57 // SSE4.2 optimized crc32c computation.
98 } // namespace crc32c
H A Dcrc32c_test.cc16 #include "tensorflow/core/lib/hash/crc32c.h"
22 namespace crc32c { namespace in namespace:tensorflow
84 } // namespace crc32c
H A Dcrc32c.h23 namespace crc32c { namespace in namespace:tensorflow
25 // Return the crc32c of concat(A, data[0,n-1]) where init_crc is the
26 // crc32c of some string A. Extend() is often used to maintain the
27 // crc32c of a stream of data.
30 // Return the crc32c of data[0,n-1]
51 } // namespace crc32c
H A Dcrc32c.cc16 // A portable implementation of crc32c, optimized to handle
19 #include "tensorflow/core/lib/hash/crc32c.h"
25 namespace crc32c { namespace in namespace:tensorflow
266 } // namespace crc32c
/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dtensor_bundle.h217 // Validates the stored crc32c checksum against the restored bytes.
225 // Validates the stored crc32c checksum against the restored bytes.
323 // Returns the running crc32c checksum of all currently appended bytes.
324 uint32 crc32c() { return crc32c_; } function in class:tensorflow::FileOutputBuffer
325 // Clears the running crc32c checksum.
H A Dtensor_bundle.cc39 #include "tensorflow/core/lib/hash/crc32c.h"
86 crc32c::Value(reinterpret_cast<const char*>(string_lengths.data()),
95 if (crc32c::Unmask(length_checksum) != *actual_crc32c) {
98 strings::Printf("%08u", crc32c::Unmask(length_checksum)),
102 crc32c::Extend(*actual_crc32c, reinterpret_cast<char*>(&length_checksum),
114 *actual_crc32c = crc32c::Extend(*actual_crc32c, buffer->data(), bytes_read);
125 // Var "crc32c" checksums all the lens, variant bytes, individual variant
136 *actual_crc32c = crc32c::Extend(
145 *actual_crc32c = crc32c::Extend(*actual_crc32c, buffer.data(), bytes_read);
166 if (crc32c
218 WriteStringTensor(const Tensor& val, FileOutputBuffer* out, size_t* bytes_written, uint32* crc32c) argument
261 WriteVariantTensor(const Tensor& val, FileOutputBuffer* out, size_t* bytes_written, uint32* crc32c) argument
411 uint32 crc32c = 0; local
[all...]
/external/guava/guava/src/com/google/common/hash/
H A DHashing.java234 public static HashFunction crc32c() { method in class:Hashing
/external/scapy/scapy/layers/
H A Dsctp.py93 def crc32c(buf): function
239 crc = crc32c(raw(p))
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 611 milliseconds