/external/openscreen/third_party/abseil/src/absl/hash/internal/ |
D | hash.h | 247 H hash_bytes(H hash_state, const T& value) { 249 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 267 H hash_state, B value) { 268 return H::combine(std::move(hash_state), 275 H hash_state, Enum e) { 281 return H::combine(std::move(hash_state), 289 AbslHashValue(H hash_state, Float value) { 290 return hash_internal::hash_bytes(std::move(hash_state), 300 AbslHashValue(H hash_state, LongDouble value) { 305 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 126 const SpyHashStateImpl& hash_state) { 128 for (auto& s : hash_state.hash_representation_) { 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 156 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 157 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 163 hash_state.hash_representation_.emplace_back( in combine_contiguous() 165 return hash_state; in combine_contiguous()
|
/external/libtextclassifier/abseil-cpp/absl/hash/internal/ |
D | hash.h | 247 H hash_bytes(H hash_state, const T& value) { 249 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 267 H hash_state, B value) { 268 return H::combine(std::move(hash_state), 275 H hash_state, Enum e) { 281 return H::combine(std::move(hash_state), 289 AbslHashValue(H hash_state, Float value) { 290 return hash_internal::hash_bytes(std::move(hash_state), 300 AbslHashValue(H hash_state, LongDouble value) { 305 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 126 const SpyHashStateImpl& hash_state) { 128 for (auto& s : hash_state.hash_representation_) { 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 156 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 157 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 163 hash_state.hash_representation_.emplace_back( in combine_contiguous() 165 return hash_state; in combine_contiguous()
|
/external/abseil-cpp/absl/hash/internal/ |
D | hash.h | 250 H hash_bytes(H hash_state, const T& value) { 252 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 270 H hash_state, B value) { 271 return H::combine(std::move(hash_state), 278 H hash_state, Enum e) { 284 return H::combine(std::move(hash_state), 292 AbslHashValue(H hash_state, Float value) { 293 return hash_internal::hash_bytes(std::move(hash_state), 303 AbslHashValue(H hash_state, LongDouble value) { 308 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 126 const SpyHashStateImpl& hash_state) { 128 for (auto& s : hash_state.hash_representation_) { 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 156 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 157 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 163 hash_state.hash_representation_.emplace_back( in combine_contiguous() 165 return hash_state; in combine_contiguous()
|
/external/webrtc/third_party/abseil-cpp/absl/hash/internal/ |
D | hash.h | 250 H hash_bytes(H hash_state, const T& value) { 252 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 270 H hash_state, B value) { 271 return H::combine(std::move(hash_state), 278 H hash_state, Enum e) { 284 return H::combine(std::move(hash_state), 292 AbslHashValue(H hash_state, Float value) { 293 return hash_internal::hash_bytes(std::move(hash_state), 303 AbslHashValue(H hash_state, LongDouble value) { 308 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 126 const SpyHashStateImpl& hash_state) { 128 for (auto& s : hash_state.hash_representation_) { 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 156 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 157 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 163 hash_state.hash_representation_.emplace_back( in combine_contiguous() 165 return hash_state; in combine_contiguous()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/internal/ |
D | hash.h | 249 H hash_bytes(H hash_state, const T& value) { 251 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 269 H hash_state, B value) { 270 return H::combine(std::move(hash_state), 277 H hash_state, Enum e) { 283 return H::combine(std::move(hash_state), 291 AbslHashValue(H hash_state, Float value) { 292 return hash_internal::hash_bytes(std::move(hash_state), 302 AbslHashValue(H hash_state, LongDouble value) { 307 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 126 const SpyHashStateImpl& hash_state) { 128 for (auto& s : hash_state.hash_representation_) { 147 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 156 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 157 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 163 hash_state.hash_representation_.emplace_back( in combine_contiguous() 165 return hash_state; in combine_contiguous()
|
/external/angle/third_party/abseil-cpp/absl/hash/internal/ |
D | hash.h | 325 H hash_bytes(H hash_state, const T& value) { 327 return H::combine_contiguous(std::move(hash_state), start, sizeof(value)); 345 H hash_state, B value) { 346 return H::combine(std::move(hash_state), 353 H hash_state, Enum e) { 359 return H::combine(std::move(hash_state), 367 AbslHashValue(H hash_state, Float value) { 368 return hash_internal::hash_bytes(std::move(hash_state), 378 AbslHashValue(H hash_state, LongDouble value) { 383 hash_state = H::combine(std::move(hash_state), std::signbit(value)); [all …]
|
D | spy_hash_state.h | 127 const SpyHashStateImpl& hash_state) { 129 for (auto& s : hash_state.hash_representation_) { 148 static SpyHashStateImpl combine_contiguous(SpyHashStateImpl hash_state, in combine_contiguous() argument 157 hash_state = SpyHashStateImpl::combine_contiguous( in combine_contiguous() 158 std::move(hash_state), begin, large_chunk_stride); in combine_contiguous() 164 hash_state.hash_representation_.emplace_back( in combine_contiguous() 166 return hash_state; in combine_contiguous()
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 168 SHA3_state hash_state; member 212 res = Keccak_HashInitialize_SHA3_224(&self->hash_state); in py_sha3_new_impl() 214 res = Keccak_HashInitialize_SHA3_256(&self->hash_state); in py_sha3_new_impl() 216 res = Keccak_HashInitialize_SHA3_384(&self->hash_state); in py_sha3_new_impl() 218 res = Keccak_HashInitialize_SHA3_512(&self->hash_state); in py_sha3_new_impl() 221 res = Keccak_HashInitialize(&self->hash_state, 1152, 448, 224, 0x01); in py_sha3_new_impl() 223 res = Keccak_HashInitialize(&self->hash_state, 1088, 512, 256, 0x01); in py_sha3_new_impl() 225 res = Keccak_HashInitialize(&self->hash_state, 832, 768, 384, 0x01); in py_sha3_new_impl() 227 res = Keccak_HashInitialize(&self->hash_state, 576, 1024, 512, 0x01); in py_sha3_new_impl() 230 res = Keccak_HashInitialize_SHAKE128(&self->hash_state); in py_sha3_new_impl() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/hash/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 291 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 292 return hash_state; in combine_contiguous()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 291 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 292 return hash_state; in combine_contiguous()
|
/external/openscreen/third_party/abseil/src/absl/hash/ |
D | hash.h | 289 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 291 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 292 return hash_state; in combine_contiguous()
|
/external/abseil-cpp/absl/hash/ |
D | hash.h | 311 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 313 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 314 return hash_state; in combine_contiguous()
|
/external/webrtc/third_party/abseil-cpp/absl/hash/ |
D | hash.h | 311 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 313 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 314 return hash_state; in combine_contiguous()
|
/external/erofs-utils/lib/ |
D | sha256.c | 76 struct hash_state { struct 80 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument 114 static void sha256_init(struct hash_state * md) in sha256_init() 130 static void sha256_process(struct hash_state * md, const unsigned char *in, unsigned long inlen) in sha256_process() 155 static void sha256_done(struct hash_state * md, unsigned char *out) in sha256_done() 195 struct hash_state md; in erofs_sha256()
|
/external/e2fsprogs/lib/ext2fs/ |
D | sha256.c | 81 struct hash_state { struct 85 static void sha256_compress(struct hash_state * md, const unsigned char *buf) in sha256_compress() argument 119 static void sha256_init(struct hash_state * md) in sha256_init() 135 static void sha256_process(struct hash_state * md, const unsigned char *in, unsigned long inlen) in sha256_process() 161 static void sha256_done(struct hash_state * md, unsigned char *out) in sha256_done() 201 struct hash_state md; in ext2fs_sha256()
|
D | sha512.c | 111 struct hash_state { struct 115 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument 153 static void sha512_init(struct hash_state * md) in sha512_init() 167 static void sha512_done(struct hash_state * md, unsigned char *out) in sha512_done() 206 static void sha512_process(struct hash_state * md, in sha512_process() 237 struct hash_state md; in ext2fs_sha512()
|
/external/f2fs-tools/tools/ |
D | sha512.c | 131 struct hash_state { struct 135 static void sha512_compress(struct hash_state * md, const unsigned char *buf) in sha512_compress() argument 173 static void sha512_init(struct hash_state * md) in sha512_init() 187 static void sha512_done(struct hash_state * md, unsigned char *out) in sha512_done() 226 static void sha512_process(struct hash_state * md, in sha512_process() 257 struct hash_state md; in f2fs_sha512() 306 struct hash_state md; in main()
|
/external/angle/third_party/abseil-cpp/absl/hash/ |
D | hash.h | 342 static HashState combine_contiguous(HashState hash_state, in combine_contiguous() argument 344 hash_state.combine_contiguous_(hash_state.state_, first, size); in combine_contiguous() 345 return hash_state; in combine_contiguous()
|
/external/python/cpython3/Modules/ |
D | sha1module.c | 54 struct sha1_state hash_state; member 357 newobj->hash_state = self->hash_state; in SHA1Type_copy_impl() 374 temp = self->hash_state; in SHA1Type_digest_impl() 393 temp = self->hash_state; in SHA1Type_hexdigest_impl() 416 sha1_process(&self->hash_state, buf.buf, buf.len); in SHA1Type_update() 509 sha1_init(&new->hash_state); in _sha1_sha1_impl() 518 sha1_process(&new->hash_state, buf.buf, buf.len); in _sha1_sha1_impl()
|
D | md5module.c | 54 struct md5_state hash_state; member 379 newobj->hash_state = self->hash_state; in MD5Type_copy_impl() 396 temp = self->hash_state; in MD5Type_digest_impl() 415 temp = self->hash_state; in MD5Type_hexdigest_impl() 438 md5_process(&self->hash_state, buf.buf, buf.len); in MD5Type_update() 531 md5_init(&new->hash_state); in _md5_md5_impl() 540 md5_process(&new->hash_state, buf.buf, buf.len); in _md5_md5_impl()
|