Searched defs:nbits (Results 26 - 40 of 40) sorted by relevance

12

/external/skia/src/core/
H A DSkMath.cpp270 int nbits = SkCLZ(numer) - 1; local
272 int bits = shift_bias - nbits + dbits;
282 numer <<= nbits; local
/external/dbus/dbus/
H A Ddbus-md5.c335 dbus_uint32_t nbits = (dbus_uint32_t)(nbytes << 3); local
342 context->count[0] += nbits;
343 if (context->count[0] < nbits)
/external/openssh/
H A Dmonitor_wrap.c180 mm_choose_dh(int min, int nbits, int max) argument
188 buffer_put_int(&m, nbits);
H A Dumac.c673 int nh_len, nbits; local
688 nbits = (hc->bytes_hashed << 3);
689 ((UINT64 *)result)[0] = ((UINT64 *)hc->state)[0] + nbits;
691 ((UINT64 *)result)[1] = ((UINT64 *)hc->state)[1] + nbits;
694 ((UINT64 *)result)[2] = ((UINT64 *)hc->state)[2] + nbits;
697 ((UINT64 *)result)[3] = ((UINT64 *)hc->state)[3] + nbits;
711 UINT32 nbits; local
714 nbits = (unpadded_len << 3);
716 ((UINT64 *)result)[0] = nbits;
718 ((UINT64 *)result)[1] = nbits;
[all...]
/external/webp/src/enc/
H A Dvp8l.c355 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); local
356 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2;
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1743 int big, denorm, esign, havedig, k, n, nbits, up, zret; variable
1939 nbits = Nbits;
1942 if (n > nbits) {
1943 n -= nbits;
1956 else if (n < nbits) {
1957 n = nbits - n;
1977 if (n >= nbits) {
1981 if (n == nbits && (n < 2 || any_on(b,n-1)))
2009 nbits -= n;
2035 if (nbits
[all...]
/external/elfutils/libcpu/
H A Di386_parse.c2883 int nbits = 0;
2891 if (++nbits == 8)
2894 byte = mask = nbits = 0;
2902 while (nbits + remaining > 8)
2905 mask << (8 - nbits), byte << (8 - nbits));
2906 remaining = nbits + remaining - 8;
2907 byte = mask = nbits = 0;
2913 nbits += remaining;
2914 if (nbits
2880 int nbits = 0; local
[all...]
/external/v8/benchmarks/
H A Dcrypto.js301 function nbits(x) { function
315 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM));
464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
623 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
1128 i = nbits(e_array[j])-1;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js293 function nbits(x) { function
307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM));
456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
1120 i = nbits(e_array[j])-1;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js293 function nbits(x) { function
307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM));
456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
1120 i = nbits(e_array[j])-1;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js293 function nbits(x) { function
307 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM));
456 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus
615 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1;
1120 i = nbits(e_array[j])-1;
/external/elfutils/src/
H A Dreadelf.c2661 uint_fast32_t nbits = 0; local
2670 nbits += (word & 0x0000ffff) + ((word >> 16) & 0x0000ffff);
2679 ((nbits * 100 + 50)
5503 unsigned int nbits = count * size * 8; local
5507 bool negate = pop > nbits / 2;
5511 char printed[(negate ? nbits - pop : pop) * 16];
5547 if (lastbit > 0 && lastbit + 1 != nbits)
5548 p += sprintf (p, "-%u", nbits - bias);
5551 4 + nbits * 4,
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1076 milliseconds

12