/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 317 int hc = i + 1; in hashCode() local 321 hc *= 257; in hashCode() 322 hc ^= data[i]; in hashCode() 325 return hc; in hashCode() 336 int hc = i + 1; in hashCode() local 340 hc *= 257; in hashCode() 341 hc ^= data[off + i]; in hashCode() 344 return hc; in hashCode() 355 int hc = i + 1; in hashCode() local 359 hc *= 257; in hashCode() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
D | test_health_check.py | 32 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing") 33 result = self.conn.create_health_check(hc) 43 … hc = HealthCheck(ip_addr="54.217.7.118", port=443, hc_type="HTTPS", resource_path="/testing") 44 result = self.conn.create_health_check(hc) 55 … hc = HealthCheck(ip_addr=None, port=443, hc_type="HTTPS", resource_path="/", fqdn="google.com") 56 result = self.conn.create_health_check(hc) 67 hc = HealthCheck(ip_addr="54.217.7.118", port=80, hc_type="HTTP", resource_path="/testing") 68 result1 = self.conn.create_health_check(hc) 69 hc = HealthCheck(ip_addr="54.217.7.119", port=80, hc_type="HTTP", resource_path="/testing") 70 result2 = self.conn.create_health_check(hc) [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | conn.go | 159 func (hc *halfConn) setErrorLocked(err error) error { 160 hc.err = err 164 func (hc *halfConn) error() error { 168 err := hc.err 174 func (hc *halfConn) prepareCipherSpec(version uint16, cipher interface{}, mac macFunction) { 175 hc.version = version 176 hc.nextCipher = cipher 177 hc.nextMac = mac 182 func (hc *halfConn) changeCipherSpec(config *Config) error { 183 if hc.nextCipher == nil { [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
D | ECPointTest.java | 208 int hc = f.hashCode(); in testHashCode01() local 209 assertTrue(hc == f.hashCode() && in testHashCode01() 210 hc == f.hashCode() && in testHashCode01() 211 hc == f.hashCode() && in testHashCode01() 212 hc == f.hashCode() && in testHashCode01() 213 hc == f.hashCode() && in testHashCode01() 214 hc == f.hashCode() && in testHashCode01() 215 hc == f.hashCode() && in testHashCode01() 216 hc == f.hashCode()); in testHashCode01() 220 hc = ECPoint.POINT_INFINITY.hashCode(); in testHashCode01() [all …]
|
D | ECFieldF2mTest.java | 291 int hc = f.hashCode(); in testHashCode01() local 292 assertTrue(hc == f.hashCode() && in testHashCode01() 293 hc == f.hashCode() && in testHashCode01() 294 hc == f.hashCode() && in testHashCode01() 295 hc == f.hashCode() && in testHashCode01() 296 hc == f.hashCode() && in testHashCode01() 297 hc == f.hashCode() && in testHashCode01() 298 hc == f.hashCode() && in testHashCode01() 299 hc == f.hashCode()); in testHashCode01() 310 int hc = f.hashCode(); in testHashCode02() local [all …]
|
D | ECFieldFpTest.java | 117 int hc = f.hashCode(); in testHashCode01() local 118 assertTrue(hc == f.hashCode() && in testHashCode01() 119 hc == f.hashCode() && in testHashCode01() 120 hc == f.hashCode() && in testHashCode01() 121 hc == f.hashCode() && in testHashCode01() 122 hc == f.hashCode() && in testHashCode01() 123 hc == f.hashCode() && in testHashCode01() 124 hc == f.hashCode() && in testHashCode01() 125 hc == f.hashCode()); in testHashCode01()
|
D | EllipticCurveTest.java | 621 int hc = 0; in testHashCode01() local 625 hc = f.hashCode(); in testHashCode01() 626 assertTrue(hc == f.hashCode() && hc == f.hashCode() in testHashCode01() 627 && hc == f.hashCode() && hc == f.hashCode() in testHashCode01() 628 && hc == f.hashCode() && hc == f.hashCode() in testHashCode01() 629 && hc == f.hashCode() && hc == f.hashCode()); in testHashCode01()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | CurrencyMetaInfo.java | 309 int hc = 0; in hashCode() local 311 hc = region.hashCode(); in hashCode() 314 hc = hc * 31 + currency.hashCode(); in hashCode() 316 hc = hc * 31 + (int) from; in hashCode() 317 hc = hc * 31 + (int) (from >>> 32); in hashCode() 318 hc = hc * 31 + (int) to; in hashCode() 319 hc = hc * 31 + (int) (to >>> 32); in hashCode() 320 hc = hc * 31 + (tenderOnly ? 1 : 0); in hashCode() 321 return hc; in hashCode()
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1_generate_luts.c | 114 int hc, vc, n; in t1_init_ctxno_sc() local 117 hc = opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_ctxno_sc() 131 if (hc < 0) { in t1_init_ctxno_sc() 132 hc = -hc; in t1_init_ctxno_sc() 135 if (!hc) { in t1_init_ctxno_sc() 142 } else if (hc == 1) { in t1_init_ctxno_sc() 155 int hc, vc, n; in t1_init_spb() local 157 hc = opj_int_min(((f & (T1_SIG_E | T1_SGN_E)) == in t1_init_spb() 171 if (!hc && !vc) in t1_init_spb() 174 n = (!(hc > 0 || (!hc && vc > 0))); in t1_init_spb()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CurrencyMetaInfo.java | 334 int hc = 0; in hashCode() local 336 hc = region.hashCode(); in hashCode() 339 hc = hc * 31 + currency.hashCode(); in hashCode() 341 hc = hc * 31 + (int) from; in hashCode() 342 hc = hc * 31 + (int) (from >>> 32); in hashCode() 343 hc = hc * 31 + (int) to; in hashCode() 344 hc = hc * 31 + (int) (to >>> 32); in hashCode() 345 hc = hc * 31 + (tenderOnly ? 1 : 0); in hashCode() 346 return hc; in hashCode()
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1cod.c | 378 int hc; in jpc_getspb() local 382 …hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG)… in jpc_getspb() 386 if (!hc && !vc) { in jpc_getspb() 389 n = (!(hc > 0 || (!hc && vc > 0))); in jpc_getspb() 396 int hc; in jpc_getscctxno() local 403 …hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG), in jpc_getscctxno() 409 assert(hc >= -1 && hc <= 1 && vc >= -1 && vc <= 1); in jpc_getscctxno() 410 if (hc < 0) { in jpc_getscctxno() 411 hc = -hc; in jpc_getscctxno() 414 if (!hc) { in jpc_getscctxno() [all …]
|
/external/libcxx/src/ |
D | debug.cpp | 129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_ic() local 130 __c_node* c = __cbeg_[hc]; in __insert_ic() 176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __insert_c() local 177 __c_node* p = __cbeg_[hc]; in __insert_c() 178 __c_node* r = __cbeg_[hc] = in __insert_c() 180 if (__cbeg_[hc] == nullptr) in __insert_c() 233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __invalidate_all() local 234 __c_node* p = __cbeg_[hc]; in __invalidate_all() 264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); in __find_c_and_lock() local 265 __c_node* p = __cbeg_[hc]; in __find_c_and_lock() [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | v8_IT_5.ll | 16 %struct.hc = type { i32, i32, i32, i32 } 50 %call150 = call fastcc %struct.hc* @foo(%struct.hc* undef, i32 34865152) optsize 54 %call168 = call fastcc %struct.hc* @foo(%struct.hc* undef, i32 34078720) optsize 64 declare hidden fastcc %struct.hc* @foo(%struct.hc* nocapture, i32) nounwind optsize
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-04-27-IfCvtBug.ll | 10 %struct.hc = type { i32, i32, i32, i32 } 44 %call150 = call fastcc %struct.hc* @foo(%struct.hc* undef, i32 34865152) optsize 48 %call168 = call fastcc %struct.hc* @foo(%struct.hc* undef, i32 34078720) optsize 58 declare hidden fastcc %struct.hc* @foo(%struct.hc* nocapture, i32) nounwind optsize
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | RouteTracker.java | 378 int hc = this.targetHost.hashCode(); in hashCode() local 381 hc ^= localAddress.hashCode(); in hashCode() 383 hc ^= proxyChain.length; in hashCode() 385 hc ^= proxyChain[i].hashCode(); in hashCode() 389 hc ^= 0x11111111; in hashCode() 391 hc ^= 0x22222222; in hashCode() 393 hc ^= this.tunnelled.hashCode(); in hashCode() 394 hc ^= this.layered.hashCode(); in hashCode() 396 return hc; in hashCode()
|
D | HttpRoute.java | 387 int hc = this.targetHost.hashCode(); in hashCode() local 390 hc ^= localAddress.hashCode(); in hashCode() 392 hc ^= proxyChain.length; in hashCode() 393 for (HttpHost aProxyChain : proxyChain) hc ^= aProxyChain.hashCode(); in hashCode() 397 hc ^= 0x11111111; in hashCode() 399 hc ^= this.tunnelled.hashCode(); in hashCode() 400 hc ^= this.layered.hashCode(); in hashCode() 402 return hc; in hashCode()
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_fixture.py | 25 hc = res.request.environ['HTTP_COOKIE'].split('; '); 26 assert ('one=first' in hc) 27 assert ('two=second' in hc) 28 assert ('three=' in hc)
|
/external/guava/guava/src/com/google/common/cache/ |
D | Striped64.java | 185 final void retryUpdate(long x, int[] hc, boolean wasUncontended) { in retryUpdate() argument 187 if (hc == null) { in retryUpdate() 188 threadHashCode.set(hc = new int[1]); // Initialize randomly in retryUpdate() 190 h = hc[0] = (r == 0) ? 1 : r; in retryUpdate() 193 h = hc[0]; in retryUpdate() 245 hc[0] = h; // Record index for next time in retryUpdate()
|
D | LongAdder.java | 70 Cell[] as; long b, v; int[] hc; Cell a; int n; in add() local 73 if ((hc = threadHashCode.get()) == null || in add() 75 (a = as[(n - 1) & hc[0]]) == null || in add() 77 retryUpdate(x, hc, uncontended); in add()
|
/external/squashfs-tools/squashfs-tools/ |
D | lz4_wrapper.c | 34 static int hc = 0; variable 54 hc = 1; in lz4_options() 82 comp_opts.flags = hc ? LZ4_HC : 0; in lz4_dump_options() 131 hc = 1; in lz4_extract_options() 228 if(hc) in lz4_compress()
|
/external/valgrind/massif/ |
D | ms_main.c | 1504 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk)); in record_block() local 1505 hc->req_szB = req_szB; in record_block() 1506 hc->slop_szB = slop_szB; in record_block() 1507 hc->data = (Addr)p; in record_block() 1508 hc->where = NULL; in record_block() 1509 VG_(HT_add_node)(malloc_list, hc); in record_block() 1514 hc->where = get_XCon( tid, exclude_first_entry ); in record_block() 1516 if (hc->where) { in record_block() 1524 update_XCon(hc->where, req_szB); in record_block() 1574 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); in unrecord_block() local [all …]
|
/external/eigen/test/ |
D | householder.cpp | 87 HCoeffsVectorType hc = qr.hCoeffs().conjugate(); in householder() local 88 HouseholderSequence<MatrixType, HCoeffsVectorType> hseq(m2, hc); in householder() 89 hseq.setLength(hc.size()).setShift(shift); in householder() 90 VERIFY(hseq.length() == hc.size()); in householder() 119 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc); in householder() 120 rhseq.setLength(hc.size()).setShift(shift); in householder()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 601 start, hc: Integer; 610 hc := FItems[Result].HashCode; 613 if hc = 0 then 617 if (hc = HashCode) and FComparer.Equals(FItems[Result].Key, Key) then 747 index, hc: Integer; 752 hc := Hash(Key); 753 index := GetBucketIndex(Key, hc); 757 DoAdd(hc, not index, Key, Value); 769 gap, index, hc, bucket: Integer; 772 hc := Hash(Key); [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 283 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local 285 hc = (hc << 2) ^ counts[i]; in hashCode() 287 return hc; in hashCode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 281 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); in hashCode() local 283 hc = (hc << 2) ^ counts[i]; in hashCode() 285 return hc; in hashCode()
|