Searched refs:integers (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp57 IntegerArray(const int* integers, size_t size) : m_integers(integers), m_size(size) { ASSERT(integers); ASSERT(size); } argument
62 const int* integers() const { ASSERT(!isDeletedValue()); return m_integers; } function in class:IntegerArray
93 return StringHasher::hashMemory(array.integers(), array.size() * sizeof(int));
103 if (a.integers()[i] != b.integers()[i])
221 void BinaryPropertyListPlan::writeIntegerArray(const int* integers, size_t size) argument
225 IntegerArrayMap::AddResult addResult = m_integerArrays.add(IntegerArray(integers, size), 0);
229 writeInteger(integers[
336 integerArrayObjectReference(const int* integers, size_t size) const argument
732 appendIntegerArrayObject(const int* integers, size_t size) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-gen.c1312 TESTInteger integers[4] = { 1, 2, 3, 4 };
1316 TESTSeqSizeOf1 ssof1f1 = { 1, integers };
1317 TESTSeqSizeOf1 ssof1ok1 = { 2, integers };
1318 TESTSeqSizeOf1 ssof1f2 = { 3, integers };
1326 TESTSeqSizeOf2 ssof2ok1 = { 1, integers };
1327 TESTSeqSizeOf2 ssof2ok2 = { 2, integers };
1328 TESTSeqSizeOf2 ssof2f2 = { 3, integers };
1337 TESTSeqSizeOf3 ssof3ok1 = { 1, integers };
1338 TESTSeqSizeOf3 ssof3ok2 = { 2, integers };
1346 TESTSeqSizeOf4 ssof4ok2 = { 1, integers };
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dspin.rb32 only permit you to type in integers, and the third selects from \
H A Dentry3.rb27 it will accept. The first only accepts integers or the empty string \
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dlog-view.el217 (dotimes (i (/ (length (match-data 'integers)) 2))
H A Dreplace.el1358 (defun replace-match-data (integers reuse &optional new)
1366 (eq (null integers) (markerp (car reuse)))
1368 (match-data integers reuse t)))
1498 ;; For speed, use only integers and
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dtml-util.el90 "Make the list of the integers of range FROM to TO."
H A Dknd-util.el92 "Make the list of the integers of range FROM to TO."
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_internal.h161 /* We need to have types that specify unsigned 16-bit and 32-bit integers. We
174 #error Cannot determine a type for 16-bit unsigned integers
184 #error Cannot determine a type for 32-bit unsigned integers
188 large integers. If a 64-bit integer type is available, we can use that.
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtlimits.cpp33 B(l01, Over 32 Kb of integers, 0)W(l01a);
/macosx-10.10.1/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm175 Takes a single argument which may be a scalar or a reference to a scalar, array or hash. Arrays and hashes may in turn contain values of these same types. Simple scalars that look like canonically represented integers will be serialised as such. To bypass the heuristic and force serialisation as a string, use a reference to a scalar.
/macosx-10.10.1/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm92 will store the values passed directly, which must both be integers. Negative
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlifelines.vim105 " integers
H A Dlisp.vim536 " Numbers: supporting integers and floating point numbers {{{1
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex185 integers of significant magnitude to resist known cryptanalytic attacks. For example, at the time of this writing a
187 Java \cite{JAVA} only provide instrinsic support for integers which are relatively small and single precision.
210 extending the range of representable integers while using single precision data types.
219 Another auxiliary use of multiple precision integers is high precision floating point data types.
227 Yet another use for large integers is within arithmetic on polynomials of large characteristic (i.e. $GF(p)[x]$ for large $p$).
234 the product of two $n$-bit integers requires at least $2n$ bits of precision to be represented faithfully. A multiple
238 It is possible to implement algorithms which require large integers with fixed precision algorithms. For example, elliptic
239 curve cryptography (\textit{ECC}) is often implemented on smartcards by fixing the precision of the integers to the maximum
241 integers required even if the host platform cannot natively accomodate them\footnote{For example, the average smartcard
248 inputs. That is, the same algorithms based on multiple precision integers ca
[all...]
H A Dbn.tex282 would require when working with large integers.
804 In figure \ref{fig:CMP} two integers $a$ and $b$ are being compared. In this case $a$ is said to be ``to the left'' of
1065 Strictly speaking the organization of the integers within the mp\_int structures is what is known as a
1410 The normal modus operandi for Montgomery reductions is to normalize the integers before entering the system. For
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsearch.c2790 if the last match was on a buffer; integers or nil if a string was matched.
2794 integers \(rather than markers) to represent buffer positions. In variable
2806 (integers, reuse, reseat)
2807 Lisp_Object integers, reuse, reseat;
2836 || ! NILP (integers))
2862 if (BUFFERP (last_thing_searched) && !NILP (integers))
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt264 ValueNodes array contains pairs of integers which represent the numerator
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dbuild_vms.com25 $! integers and some OpenVMS library routines called by curl
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm2255 References to the integers C<0> and C<1> are converted into C<true> and C<false>.
2573 When C<allow_bignum> is enable, the big integers
2632 exception to be thrown, except for references to the integers C<0> and
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm627 strings that look like integers or floats into integers or floats
1052 exception to be thrown, except for references to the integers C<0> and
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli955 constant integers indices from the array [indices].
960 with the constant integers indices from the array [indices].
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex1648 % An @enumerate whose labels are integers. The starting integer is
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex2137 % An @enumerate whose labels are integers. The starting integer is
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex1918 % An @enumerate whose labels are integers. The starting integer is

Completed in 247 milliseconds

12