/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 464 int hc = i + 1; in hashCode() local 483 int hc = i + 1; in hashCode() local 502 int hc = i + 1; in hashCode() local 515 int hc = 0; in hashCode() local 533 int hc = i + 1; in hashCode() local 552 int hc = i + 1; in hashCode() local 571 int hc = i + 1; in hashCode() local 593 int hc = i + 1; in hashCode() local 609 int hc = 0; in hashCode() local 621 int hc = 0; in hashCode() local [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
D | Arrays.java | 466 int hc = i + 1; in hashCode() local 485 int hc = i + 1; in hashCode() local 504 int hc = i + 1; in hashCode() local 517 int hc = 0; in hashCode() local 535 int hc = i + 1; in hashCode() local 554 int hc = i + 1; in hashCode() local 573 int hc = i + 1; in hashCode() local 595 int hc = i + 1; in hashCode() local 611 int hc = 0; in hashCode() local 623 int hc = 0; in hashCode() local [all …]
|
/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/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/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/grpc-grpc/src/cpp/server/health/ |
D | health_check_service_server_builder_option.cc | 24 std::unique_ptr<HealthCheckServiceInterface> hc) in HealthCheckServiceServerBuilderOption()
|
/external/clang/test/Sema/ |
D | attr-flag-enum.c | 36 hc = ~0x1u, // expected-warning {{enumeration value 'hc' is out of range}} enumerator
|
/external/openssh/ |
D | umac.c | 533 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_transform() 578 static void nh_reset(nh_ctx *hc) in nh_reset() 598 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init() 608 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_update() 663 static void nh_final(nh_ctx *hc, UINT8 *result) in nh_final() 703 static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, in nh() 828 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[]) in poly_hash()
|
/external/u-boot/arch/mips/mach-au1x00/ |
D | au1x00_usb_ohci.c | 95 #define read_roothub(hc, register, mask) ({ \ argument 102 static u32 roothub_a (struct ohci *hc) in roothub_a() 104 static inline u32 roothub_b (struct ohci *hc) in roothub_b() 106 static inline u32 roothub_status (struct ohci *hc) in roothub_status() 108 static u32 roothub_portstatus (struct ohci *hc, int i) in roothub_portstatus()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 120 int hc = curve.hashCode(); in hashCode() local
|
/external/guava/guava/src/com/google/common/cache/ |
D | LongAdder.java | 70 Cell[] as; long b, v; int[] hc; Cell a; int n; in add() local
|
D | Striped64.java | 185 final void retryUpdate(long x, int[] hc, boolean wasUncontended) { in retryUpdate()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 116 int hc = curve.hashCode(); in hashCode() 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | X7875_NewUnix.java | 289 int hc = -1234567 * version; in hashCode() local
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | RouteTracker.java | 378 int hc = this.targetHost.hashCode(); in hashCode() local
|
D | HttpRoute.java | 387 int hc = this.targetHost.hashCode(); in hashCode() local
|
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 150 MojoHandle hp, hc; in TEST() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 287 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 285 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HebrewTest.java | 479 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | HebrewTest.java | 482 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local
|