/external/llvm-project/libcxx/src/ |
D | debug.cpp | 155 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local 199 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local 250 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local 281 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local 307 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local 334 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local 450 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
|
/external/libcxx/src/ |
D | debug.cpp | 192 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local 236 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local 290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local 321 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local 347 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local 374 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local 490 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
|
/external/puffin/src/ |
D | huffman_table.h | 81 auto hc = code_hcodes_[bits]; in CodeAlphabet() local 96 auto hc = lit_len_hcodes_[bits]; in LitLenAlphabet() local 113 auto hc = distance_hcodes_[bits]; in DistanceAlphabet() local
|
/external/eigen/doc/snippets/ |
D | Tridiagonalization_householderCoefficients.cpp | 5 Vector3d hc = triOfA.householderCoefficients(); variable
|
D | HessenbergDecomposition_packedMatrix.cpp | 8 Vector3d hc = hessOfA.householderCoefficients(); variable
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 121 int hc, vc, n; in t1_init_ctxno_sc() local 165 int hc, vc, n; in t1_init_spb() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
D | Arrays.java | 374 int hc = i + 1; in hashCode() local 393 int hc = i + 1; in hashCode() local 412 int hc = i + 1; in hashCode() local 425 int hc = 0; in hashCode() local 443 int hc = i + 1; in hashCode() local 462 int hc = i + 1; in hashCode() local 481 int hc = i + 1; in hashCode() local 503 int hc = i + 1; in hashCode() local 519 int hc = 0; in hashCode() local 531 int hc = 0; in hashCode() local [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Arrays.java | 374 int hc = i + 1; in hashCode() local 393 int hc = i + 1; in hashCode() local 412 int hc = i + 1; in hashCode() local 425 int hc = 0; in hashCode() local 443 int hc = i + 1; in hashCode() local 462 int hc = i + 1; in hashCode() local 481 int hc = i + 1; in hashCode() local 503 int hc = i + 1; in hashCode() local 519 int hc = 0; in hashCode() local 531 int hc = 0; in hashCode() local [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 372 int hc = i + 1; in hashCode() local 391 int hc = i + 1; in hashCode() local 410 int hc = i + 1; in hashCode() local 423 int hc = 0; in hashCode() local 441 int hc = i + 1; in hashCode() local 460 int hc = i + 1; in hashCode() local 479 int hc = i + 1; in hashCode() local 501 int hc = i + 1; in hashCode() local 517 int hc = 0; in hashCode() local 529 int hc = 0; in hashCode() local [all …]
|
/external/grpc-grpc/src/cpp/server/health/ |
D | health_check_service_server_builder_option.cc | 24 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | health_check_service_server_builder_option.cc | 24 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption()
|
/external/openssh/ |
D | umac.c | 537 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_transform() 582 static void nh_reset(nh_ctx *hc) in nh_reset() 602 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init() 612 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_update() 667 static void nh_final(nh_ctx *hc, UINT8 *result) in nh_final() 707 static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, in nh() 832 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[]) in poly_hash()
|
/external/clang/test/Sema/ |
D | attr-flag-enum.c | 36 hc = ~0x1u, // expected-warning {{enumeration value 'hc' is out of range}} enumerator
|
/external/llvm-project/clang/test/Sema/ |
D | attr-flag-enum.c | 40 hc = ~0x1u, // expected-warning {{enumeration value 'hc' is out of range}} enumerator
|
/external/guava/guava/src/com/google/common/cache/ |
D | LongAdder.java | 64 int[] hc; in add() local
|
/external/guava/guava/src/com/google/common/hash/ |
D | LongAdder.java | 62 int[] hc; in add() local
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | LongAdder.java | 62 int[] hc; in add() local
|
/external/guava/android/guava/src/com/google/common/cache/ |
D | LongAdder.java | 64 int[] hc; in add() local
|
/external/squashfs-tools/squashfs-tools/ |
D | lz4_wrapper.c | 34 static int hc = 0; variable
|
/external/eigen/test/ |
D | householder.cpp | 87 HCoeffsVectorType hc = qr.hCoeffs().conjugate(); in householder() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 127 int hc = 4; in hashCode() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 131 int hc = 4; in hashCode() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 131 int hc = 4; in hashCode() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ |
D | ASN1BitString.java | 239 int hc = Arrays.hashCode(data, 0, end); in hashCode() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1BitString.java | 237 int hc = Arrays.hashCode(data, 0, end); in hashCode() local
|