/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 385 int hc = i + 1; in hashCode() local 404 int hc = i + 1; in hashCode() local 423 int hc = i + 1; in hashCode() local 436 int hc = 0; in hashCode() local 454 int hc = i + 1; in hashCode() local 473 int hc = i + 1; in hashCode() local 492 int hc = i + 1; in hashCode() local 514 int hc = i + 1; in hashCode() local 530 int hc = 0; in hashCode() local 542 int hc = 0; in hashCode() local [all …]
|
/external/eigen/doc/snippets/ |
D | HessenbergDecomposition_packedMatrix.cpp | 8 Vector3d hc = hessOfA.householderCoefficients(); variable
|
D | Tridiagonalization_householderCoefficients.cpp | 5 Vector3d hc = triOfA.householderCoefficients(); variable
|
/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/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 114 int hc, vc, n; in t1_init_ctxno_sc() local 155 int hc, vc, n; in t1_init_spb() local
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | ECDomainParameters.java | 95 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/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-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/libmojo/mojo/public/c/system/tests/ |
D | core_unittest.cc | 176 MojoHandle hp, hc; in TEST() 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/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 287 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local
|
/external/valgrind/massif/ |
D | ms_main.c | 1126 HP_Chunk* hc = VG_(allocEltPA)(HP_chunk_poolalloc); in record_block() local 1193 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); in unrecord_block() local 1247 HP_Chunk* hc; in realloc_block() local 1418 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); in ms_malloc_usable_size() local 1838 const HP_Chunk* hc = VG_(HT_Next)(malloc_list); in xtmemory_report_next_block() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | HebrewTest.java | 477 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | HebrewTest.java | 476 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_sched.h | 189 alu_kcache_tracker(sb_hw_class hc) in alu_kcache_tracker()
|
/external/curl/lib/ |
D | hostip.c | 227 hostcache_timestamp_remove(void *datap, void *hc) in hostcache_timestamp_remove()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CurrencyMetaInfo.java | 312 int hc = 0; in hashCode() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 337 int hc = 0; in hashCode() local
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1507 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat() local 3080 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local 3128 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local 3640 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local
|