HomeSort by relevance Sort by last modified time
    Searched defs:hc (Results 26 - 50 of 209) sorted by null

12 3 4 5 6 7 8 9

  /external/libcxx/src/
debug.cpp 129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
130 __c_node* c = __cbeg_[hc];
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
177 __c_node* p = __cbeg_[hc];
178 __c_node* r = __cbeg_[hc] =
180 if (__cbeg_[hc] == nullptr)
233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
234 __c_node* p = __cbeg_[hc];
264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
265 __c_node* p = __cbeg_[hc];
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
317 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
433 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Type.java 777 int hc = 13 * sort; local
780 hc = 17 * (hc + buf[i]);
783 return hc;
  /external/opencv3/3rdparty/libjasper/
jpc_t1cod.c 378 int hc; local
382 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG), 1) -
386 if (!hc && !vc) {
389 n = (!(hc > 0 || (!hc && vc > 0)));
396 int hc; local
403 hc = JAS_MIN(((f & (JPC_ESIG | JPC_ESGN)) == JPC_ESIG) + ((f & (JPC_WSIG | JPC_WSGN)) == JPC_WSIG),
409 assert(hc >= -1 && hc <= 1 && vc >= -1 && vc <= 1);
410 if (hc < 0)
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
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...]
EllipticCurveTest.java 602 int hc = 0; local
606 hc = f.hashCode();
607 assertTrue(hc == f.hashCode() && hc == f.hashCode()
608 && hc == f.hashCode() && hc == f.hashCode()
609 && hc == f.hashCode() && hc == f.hashCode()
610 && hc == f.hashCode() && hc == f.hashCode())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 129 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
130 __c_node* c = __cbeg_[hc];
176 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
177 __c_node* p = __cbeg_[hc];
178 __c_node* r = __cbeg_[hc] =
180 if (__cbeg_[hc] == nullptr)
233 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
234 __c_node* p = __cbeg_[hc];
264 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
265 __c_node* p = __cbeg_[hc];
290 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
317 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
433 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js 59 function hc(a,b){if("function"==typeof a.forEach)a.forEach(b,void 0);else if(fa(a)||ga(a))Ia(a,b,void 0);else for(var c=gc(a),d=fc(a),e=d.length,f=0;f<e;f++)b.call(void 0,d[f],c&&c[f],a)};function ic(a,b){this.eb={};this.za=[];this.oa=0;var c=arguments.length;if(1<c){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a){a instanceof ic?(c=a.Ja(),d=a.yb()):(c=Ab(a),d=zb(a));for(var e=0;e<c.length;e++)this.set(c[e],d[e])}}h=ic.prototype;h.le=function(){return this.oa};h.yb=function(){jc(this);for(var a=[],b=0;b<this.za.length;b++)a.push(this.eb[this.za[b]]);return a};h.Ja=function(){jc(this);return this.za.concat()}; function
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 468 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); local
469 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault());
470 String dateString = df.format(hc.getTime());
480 hc = new HebrewCalendar (year, month, day);
482 dateString = df.format(hc.getTime());
483 int dayHC = hc.get (HebrewCalendar.DATE);
484 int monthHC = hc.get (HebrewCalendar.MONTH);
485 int yearHC = hc.get (HebrewCalendar.YEAR);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HebrewTest.java 464 HebrewCalendar hc = new HebrewCalendar (5742, HebrewCalendar.AV, 22); local
465 DateFormat df = hc.getDateTimeFormat(DateFormat.FULL, DateFormat.FULL, Locale.getDefault());
466 String dateString = df.format(hc.getTime());
476 hc = new HebrewCalendar (year, month, day);
478 dateString = df.format(hc.getTime());
479 int dayHC = hc.get (HebrewCalendar.DATE);
480 int monthHC = hc.get (HebrewCalendar.MONTH);
481 int yearHC = hc.get (HebrewCalendar.YEAR);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
KeyFactory.java 204 int hc = (constant != 0) ? constant : PRIMES[(int)(Math.abs(seed) % PRIMES.length)]; local
206 e.push(hc);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 405 int hc = (null == c) ? 0 : ~c.hashCode(); local
413 hc ^= p.getXCoord().hashCode() * 17;
414 hc ^= p.getYCoord().hashCode() * 257;
417 return hc;
    [all...]
  /external/icu/icu4c/source/i18n/
smpdtfmt.cpp 1496 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2838 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
2886 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
3333 HebrewCalendar *hc = (HebrewCalendar*)&cal; local
    [all...]
usearch.cpp 84 int hc = (int)( local
89 hc %= MAX_TABLE_SIZE_;
90 if (hc < 0) {
91 hc += MAX_TABLE_SIZE_;
93 return hc;
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 1191 hci_command_hdr hc; local
1195 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1196 hc.plen= plen;
1200 iv[1].iov_base = &hc;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 1191 hci_command_hdr hc; local
1195 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1196 hc.plen= plen;
1200 iv[1].iov_base = &hc;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 1196 hci_command_hdr hc; local
1200 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1201 hc.plen= plen;
1205 iv[1].iov_base = &hc;
    [all...]
  /hardware/qcom/bt/msmcobalt/libbt-vendor/src/
hw_ar3k.c 1196 hci_command_hdr hc; local
1200 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf));
1201 hc.plen= plen;
1205 iv[1].iov_base = &hc;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java 1985 int hc = hashCodeValue; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-msp430.c 3137 struct hcodes_s hc = msp430_hcodes[opcode->insn_opnumb]; local
3659 struct hcodes_s * hc = NULL; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 4024 pcre_uchar *hc; local
6116 pcre_uchar *hc; local
6179 pcre_uchar *hc; local
    [all...]
  /external/valgrind/massif/
ms_main.c 1504 HP_Chunk* hc = VG_(malloc)("ms.main.rb.1", sizeof(HP_Chunk)); local
1574 HP_Chunk* hc = VG_(HT_remove)(malloc_list, (UWord)p); local
1624 HP_Chunk* hc; local
1787 HP_Chunk* hc = VG_(HT_lookup)( malloc_list, (UWord)p ); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumSetTest.java 102 Class<HugeEnumWithInnerClass> hc = (Class<HugeEnumWithInnerClass>) HugeEnumWithInnerClass.a local
105 EnumSet.noneOf(hc);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 2493 int lc = 0, hc = 0; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /toolchain/binutils/binutils-2.25/bfd/
vms-alpha.c 8484 struct bfd_link_hash_entry *hc = (struct bfd_link_hash_entry *) bh; local
    [all...]

Completed in 2374 milliseconds

12 3 4 5 6 7 8 9