Home
last modified time | relevance | path

Searched defs:hc (Results 1 – 25 of 31) sorted by relevance

12

/external/libcxx/src/
Ddebug.cpp129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local
233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local
264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c() local
317 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __erase_c() local
433 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); in swap() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java317 int hc = i + 1; in hashCode() local
336 int hc = i + 1; in hashCode() local
355 int hc = i + 1; in hashCode() local
368 int hc = 0; in hashCode() local
386 int hc = i + 1; in hashCode() local
405 int hc = i + 1; in hashCode() local
418 int hc = 0; in hashCode() local
430 int hc = 0; in hashCode() local
448 int hc = i + 1; in hashCode() local
467 int hc = i + 1; in hashCode() local
/external/eigen/doc/snippets/
DTridiagonalization_householderCoefficients.cpp5 Vector3d hc = triOfA.householderCoefficients(); variable
DHessenbergDecomposition_packedMatrix.cpp8 Vector3d hc = hessOfA.householderCoefficients(); variable
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt1_generate_luts.c114 int hc, vc, n; in t1_init_ctxno_sc() local
155 int hc, vc, n; in t1_init_spb() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DECFieldF2mTest.java291 int hc = f.hashCode(); in testHashCode01() local
310 int hc = f.hashCode(); in testHashCode02() local
DECFieldFpTest.java117 int hc = f.hashCode(); in testHashCode01() local
DECPointTest.java208 int hc = f.hashCode(); in testHashCode01() local
DEllipticCurveTest.java621 int hc = 0; in testHashCode01() local
/external/openssh/
Dumac.c539 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_transform()
584 static void nh_reset(nh_ctx *hc) in nh_reset()
604 static void nh_init(nh_ctx *hc, aes_int_key prf_key) in nh_init()
614 static void nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) in nh_update()
669 static void nh_final(nh_ctx *hc, UINT8 *result) in nh_final()
709 static void nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, in nh()
834 static void poly_hash(uhash_ctx_t hc, UINT32 data_in[]) in poly_hash()
/external/clang/test/Sema/
Dattr-flag-enum.c36 hc = ~0x1u, // expected-warning {{enumeration value 'hc' is out of range}} enumerator
/external/guava/guava/src/com/google/common/cache/
DLongAdder.java70 Cell[] as; long b, v; HashCode hc; Cell a; int n; in add() local
DStriped64.java200 final void retryUpdate(long x, HashCode hc, boolean wasUncontended) { in retryUpdate()
/external/squashfs-tools/squashfs-tools/
Dlz4_wrapper.c34 static int hc = 0; variable
/external/eigen/test/
Dhouseholder.cpp87 HCoeffsVectorType hc = qr.hCoeffs().conjugate(); in householder() local
/external/apache-http/src/org/apache/http/conn/routing/
DRouteTracker.java378 int hc = this.targetHost.hashCode(); in hashCode() local
DHttpRoute.java387 int hc = this.targetHost.hashCode(); in hashCode() local
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DKeyFactory.java204 int hc = (constant != 0) ? constant : PRIMES[(int)(Math.abs(seed) % PRIMES.length)]; in generateClass() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriod.java281 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHebrewTest.java464 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); in Test1624() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DType.java777 int hc = 13 * sort; in hashCode() local
/external/valgrind/massif/
Dms_main.c1504 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk)); in record_block() local
1574 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); in unrecord_block() local
1624 HP_Chunk* hc; in realloc_block() local
1786 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); in ms_malloc_usable_size() local
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp1474 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subFormat() local
2815 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local
2863 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local
3308 HebrewCalendar *hc = (HebrewCalendar*)&cal; in subParse() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java334 int hc = 0; in hashCode() local
/external/pcre/dist/
Dpcre_compile.c3964 pcre_uchar *hc; in adjust_recurse() local
6013 pcre_uchar *hc; in compile_branch() local
6077 pcre_uchar *hc; in compile_branch() local

12