Home
last modified time | relevance | path

Searched refs:computed (Results 1 – 25 of 59) sorted by relevance

123

/external/dbus/
Dconfig.h.in240 /* The size of a `char', as computed by sizeof. */
243 /* The size of a `int', as computed by sizeof. */
246 /* The size of a `long', as computed by sizeof. */
249 /* The size of a `long long', as computed by sizeof. */
252 /* The size of a `short', as computed by sizeof. */
255 /* The size of a `void *', as computed by sizeof. */
258 /* The size of a `__int64', as computed by sizeof. */
/external/bluetooth/glib/
Dconfig.h.win32.in52 /* The size of gmutex, as computed by sizeof. */
55 /* The size of system_thread, as computed by sizeof. */
671 /* The size of `char', as computed by sizeof. */
674 /* The size of `int', as computed by sizeof. */
677 /* The size of `long', as computed by sizeof. */
680 /* The size of `long long', as computed by sizeof. */
687 /* The size of `short', as computed by sizeof. */
690 /* The size of `size_t', as computed by sizeof. */
693 /* The size of `void *', as computed by sizeof. */
696 /* The size of `__int64', as computed by sizeof. */
Dacglib.m470 [The size of $3, as computed by sizeof.])
/external/fdlibm/
Dchanges16 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
21 printf(" pow failure x %e y %e computed %e correct %e \n",x,y,p,z);
Dreadme103 computed value. On an IEEE machine, this will trigger the
/external/tcpdump/
Dconfig.h.in304 /* The size of `char', as computed by sizeof. */
307 /* The size of `int', as computed by sizeof. */
310 /* The size of `long', as computed by sizeof. */
313 /* The size of `long long', as computed by sizeof. */
316 /* The size of `short', as computed by sizeof. */
/external/chromium/third_party/libevent/
Dconfig.h.in225 /* The size of `int', as computed by sizeof. */
228 /* The size of `long', as computed by sizeof. */
231 /* The size of `long long', as computed by sizeof. */
234 /* The size of `short', as computed by sizeof. */
/external/skia/src/core/
DSkGlyphCache.cpp615 size_t computed = SkGlyphCache::ComputeMemoryUsed(fHead); in validate() local
616 if (fTotalMemoryUsed != computed) { in validate()
617 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed); in validate()
619 SkASSERT(fTotalMemoryUsed == computed); in validate()
/external/icu4c/common/
Dicucfg.h.in69 /* The size of `void *', as computed by sizeof. */
72 /* The size of `wchar_t', as computed by sizeof. */
/external/libffi/
Dfficonfig.h.in118 /* The size of `double', as computed by sizeof. */
121 /* The size of `long double', as computed by sizeof. */
/external/elfutils/src/
DChangeLog99 width can be computed ahead of printing. Avoid collection symbols
/external/webkit/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1781 var computed = this.getDocument().defaultView.getComputedStyle(this, null);
1782 return (computed) ? computed.getPropertyValue([property.hyphenate()]) : null;
3308 var computed = [];
3310computed.push({value: from[i].parser.compute(from[i].value, to[i].value, delta), parser: from[i].p…
3312 computed.$family = {name: 'fx:css:value'};
3313 return computed;
Dconcat-jquery-mootools-prototype.js6157 var computed = this.getDocument().defaultView.getComputedStyle(this, null);
6158 return (computed) ? computed.getPropertyValue([property.hyphenate()]) : null;
7684 var computed = [];
7686computed.push({value: from[i].parser.compute(from[i].value, to[i].value, delta), parser: from[i].p…
7688 computed.$family = {name: 'fx:css:value'};
7689 return computed;
/external/bison/data/
Dlalr1.cc39 dnl FIXME: This is wrong, we want computed header guards.
/external/zlib/doc/
Drfc1952.txt421 uncompressed data computed according to CRC-32 algorithm
608 /* Flag: has the table been computed? Initially false. */
Dalgorithm.txt22 length 3 are inserted in the hash table. A hash index is computed for
Drfc1950.txt320 (excluding any dictionary data) computed according to Adler-32
/external/dropbear/libtommath/
Dbn.tex1145 This divides $a$ by $b$ and stores the quotient in $c$ and $d$. The signed quotient is computed su…
1312 be computed once. Modular reduction can now be performed with the following.
1385 For the given odd moduli $a$ the precomputation value is placed in $mp$. The reduction is computed
1392 This reduces $a$ in place modulo $m$ with the pre--computed value $mp$. $a$ must be in the range
1515 This reduces $a$ in place modulo $b$ with the pre--computed value $mp$. $b$ must be of a restricted
1544 This will reduce $a$ in place modulo $n$ with the pre--computed value $d$. From my experience this…
Dchanges.txt202 …-- Fixed up s_mp_exptmod and mp_exptmod_fast so the lower half of the pre-computed table isn't all…
/external/bison/djgpp/
DREADME.in142 of being newly computed.
/external/zlib/
Dalgorithm.txt22 length 3 are inserted in the hash table. A hash index is computed for
/external/webkit/WebCore/platform/mac/
DClipboardMac.mm298 // FIXME: We could cache the computed fileList if necessary
/external/qemu/
DChangelog510 - precise exception support (EIP is computed correctly in most cases)
/external/jpeg/
Dlibjpeg.doc844 force_baseline again constrains the computed table entries to 1..255.
914 image width in MCUs is computed.) Defaults are zero (no restarts).
981 Note that optimal Huffman tables can be computed for an image
1155 computed from the source image dimensions and the decompression parameters
2222 You cannot suppress output of the computed Huffman tables when Huffman
2532 The required dimensions of the supplied data can be computed for each
2735 advance. The computed fraction-of-work-done may jump suddenly (if the library
/external/dropbear/libtomcrypt/
Dchanges659 -- Updated Twofish so when TWOFISH_ALL_TABLES is defined a pre-computed RS table
897 v0.77 -- Updated the XTEA code to use pre-computed keys. With optimizations for speed it achieves…
1464 -- The hashes now wipe the "hash_state" after the digest is computed. This helps

123