HomeSort by relevance Sort by last modified time
    Searched refs:hc (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Tridiagonalization_householderCoefficients.cpp 5 Vector3d hc = triOfA.householderCoefficients(); variable
6 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
HessenbergDecomposition_packedMatrix.cpp 8 Vector3d hc = hessOfA.householderCoefficients(); variable
9 cout << "The vector of Householder coefficients is:" << endl << hc << endl;
  /hardware/interfaces/health/1.0/default/
convert.cpp 25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) {
26 config.periodicChoresIntervalFast = hc->periodic_chores_interval_fast;
27 config.periodicChoresIntervalSlow = hc->periodic_chores_interval_slow;
29 config.batteryStatusPath = hc->batteryStatusPath.string();
30 config.batteryHealthPath = hc->batteryHealthPath.string();
31 config.batteryPresentPath = hc->batteryPresentPath.string();
32 config.batteryCapacityPath = hc->batteryCapacityPath.string();
33 config.batteryVoltagePath = hc->batteryVoltagePath.string();
34 config.batteryTemperaturePath = hc->batteryTemperaturePath.string();
35 config.batteryTechnologyPath = hc->batteryTechnologyPath.string()
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldFpTest.java 110 int hc = f.hashCode(); local
111 assertTrue(hc == f.hashCode() &&
112 hc == f.hashCode() &&
113 hc == f.hashCode() &&
114 hc == f.hashCode() &&
115 hc == f.hashCode() &&
116 hc == f.hashCode() &&
117 hc == f.hashCode() &&
118 hc == f.hashCode());
ECFieldF2mTest.java 325 int hc = f.hashCode(); local
326 assertTrue(hc == f.hashCode() &&
327 hc == f.hashCode() &&
328 hc == f.hashCode() &&
329 hc == f.hashCode() &&
330 hc == f.hashCode() &&
331 hc == f.hashCode() &&
332 hc == f.hashCode() &&
333 hc == f.hashCode());
344 int hc = f.hashCode() local
    [all...]
ECPointTest.java 201 int hc = f.hashCode(); local
202 assertTrue(hc == f.hashCode() &&
203 hc == f.hashCode() &&
204 hc == f.hashCode() &&
205 hc == f.hashCode() &&
206 hc == f.hashCode() &&
207 hc == f.hashCode() &&
208 hc == f.hashCode() &&
209 hc == f.hashCode());
213 hc = ECPoint.POINT_INFINITY.hashCode()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECDomainParameters.java 95 int hc = curve.hashCode(); local
96 hc *= 37;
97 hc ^= G.hashCode();
98 hc *= 37;
99 hc ^= n.hashCode();
100 hc *= 37;
101 hc ^= h.hashCode();
102 return hc;
  /hardware/interfaces/health/1.0/default/include/
hal_conversion.h 29 void convertToHealthConfig(const struct healthd_config *hc,
31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CurrencyMetaInfo.java 312 int hc = 0; local
314 hc = region.hashCode();
317 hc = hc * 31 + currency.hashCode();
319 hc = hc * 31 + (int) from;
320 hc = hc * 31 + (int) (from >>> 32);
321 hc = hc * 31 + (int) to
    [all...]
  /external/puffin/src/
huffman_table.h 82 auto hc = code_hcodes_[bits]; local
83 TEST_AND_RETURN_FALSE(hc & 0x8000);
84 *alphabet = hc & 0x7FFF;
97 auto hc = lit_len_hcodes_[bits]; local
98 TEST_AND_RETURN_FALSE(hc & 0x8000);
99 *alphabet = hc & 0x7FFF;
114 auto hc = distance_hcodes_[bits]; local
115 TEST_AND_RETURN_FALSE(hc & 0x8000);
116 *alphabet = hc & 0x7FFF;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 385 int hc = i + 1; local
389 hc *= 257;
390 hc ^= data[i];
393 return hc;
404 int hc = i + 1; local
408 hc *= 257;
409 hc ^= data[off + i];
412 return hc;
423 int hc = i + 1; local
427 hc *= 257
436 int hc = 0; local
454 int hc = i + 1; local
473 int hc = i + 1; local
492 int hc = i + 1; local
514 int hc = i + 1; local
530 int hc = 0; local
542 int hc = 0; local
560 int hc = i + 1; local
579 int hc = i + 1; local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1_generate_luts.c 121 int hc, vc, n; local
124 hc = opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) ==
138 if (hc < 0) {
139 hc = -hc;
142 if (!hc) {
150 } else if (hc == 1) {
165 int hc, vc, n; local
167 hc = opj_int_min(((f & (T1_LUT_SIG_E | T1_LUT_SGN_E)) ==
181 if (!hc && !vc)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 337 int hc = 0; local
339 hc = region.hashCode();
342 hc = hc * 31 + currency.hashCode();
344 hc = hc * 31 + (int) from;
345 hc = hc * 31 + (int) (from >>> 32);
346 hc = hc * 31 + (int) to
    [all...]
  /external/squashfs-tools/squashfs-tools/
lz4_wrapper.c 34 static int hc = 0; variable
54 hc = 1;
82 comp_opts.flags = hc ? LZ4_HC : 0;
131 hc = 1;
228 if(hc)
  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFiroamingTest.py 19 from acts.controllers.ap_lib import hostapd_constants as hc
39 network_main = self.main_network[hc.BAND_2G]
40 network_aux = self.aux_network[hc.BAND_2G]
54 network_main = self.main_network[hc.BAND_2G]
55 network_aux = self.aux_network[hc.BAND_2G]
80 network_main = self.main_network[hc.BAND_2G]
81 network_aux = self.aux_network[hc.BAND_2G]
113 network_main = self.main_network[hc.BAND_2G]
114 network_aux = self.aux_network[hc.BAND_2G]
145 network_main = self.main_network[hc.BAND_2G
    [all...]
  /external/libmojo/mojo/public/c/system/tests/
core_unittest.cc 176 MojoHandle hp, hc; local
184 hc = MOJO_HANDLE_INVALID;
185 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateDataPipe(nullptr, &hp, &hc));
187 EXPECT_NE(hc, MOJO_HANDLE_INVALID);
189 // The consumer |hc| shouldn't be readable.
192 MojoWait(hc, MOJO_HANDLE_SIGNAL_READABLE, 0, &state));
207 // Try to read from |hc|.
210 MojoReadData(hc, buffer, &buffer_size, MOJO_READ_DATA_FLAG_NONE));
212 // Try to begin a two-phase read from |hc|.
215 MojoBeginReadData(hc, &read_pointer, &buffer_size
    [all...]
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 182 * @param hc the hash code holder
185 final void retryUpdate(long x, int[] hc, boolean wasUncontended) {
187 if (hc == null) {
188 threadHashCode.set(hc = new int[1]); // Initialize randomly
190 h = hc[0] = (r == 0) ? 1 : r;
193 h = hc[0];
245 hc[0] = h; // Record index for next time
LongAdder.java 70 Cell[] as; long b, v; int[] hc; Cell a; int n; local
73 if ((hc = threadHashCode.get()) == null ||
75 (a = as[(n - 1) & hc[0]]) == null ||
77 retryUpdate(x, hc, uncontended);
  /external/apache-http/src/org/apache/http/conn/routing/
RouteTracker.java 378 int hc = this.targetHost.hashCode(); local
381 hc ^= localAddress.hashCode();
383 hc ^= proxyChain.length;
385 hc ^= proxyChain[i].hashCode();
389 hc ^= 0x11111111;
391 hc ^= 0x22222222;
393 hc ^= this.tunnelled.hashCode();
394 hc ^= this.layered.hashCode();
396 return hc;
HttpRoute.java 387 int hc = this.targetHost.hashCode(); local
390 hc ^= localAddress.hashCode();
392 hc ^= proxyChain.length;
393 for (HttpHost aProxyChain : proxyChain) hc ^= aProxyChain.hashCode();
397 hc ^= 0x11111111;
399 hc ^= this.tunnelled.hashCode();
400 hc ^= this.layered.hashCode();
402 return hc;
  /external/valgrind/massif/
ms_main.c 1126 HP_Chunk* hc = VG_(allocEltPA)(HP_chunk_poolalloc); local
1193 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); local
1247 HP_Chunk* hc; local
1418 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); local
1838 const HP_Chunk* hc = VG_(HT_Next)(malloc_list); local
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 187 func (hc *halfConn) setErrorLocked(err error) error {
188 hc.err = err
192 func (hc *halfConn) error() error {
196 err := hc.err
202 func (hc *halfConn) prepareCipherSpec(version uint16, cipher interface{}, mac macFunction) {
203 hc.wireVersion = version
204 protocolVersion, ok := wireToVersion(version, hc.isDTLS)
208 hc.version = protocolVersion
209 hc.nextCipher = cipher
210 hc.nextMac = ma
    [all...]
  /external/libcxx/src/
debug.cpp 192 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
193 __c_node* c = __cbeg_[hc];
236 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
237 __c_node* p = __cbeg_[hc];
238 __c_node* r = __cbeg_[hc] =
240 if (__cbeg_[hc] == nullptr)
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
291 __c_node* p = __cbeg_[hc];
321 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
322 __c_node* p = __cbeg_[hc];
347 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
374 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
490 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
debug.cpp 192 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
193 __c_node* c = __cbeg_[hc];
236 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
237 __c_node* p = __cbeg_[hc];
238 __c_node* r = __cbeg_[hc] =
240 if (__cbeg_[hc] == nullptr)
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
291 __c_node* p = __cbeg_[hc];
321 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
322 __c_node* p = __cbeg_[hc];
347 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
374 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
490 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
Period.java 287 int hc = (timeLimit << 1) | (inFuture ? 1 : 0); local
289 hc = (hc << 2) ^ counts[i];
291 return hc;

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>