Searched refs:_int (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py15 self._int = sys.getswitchinterval()
18 self._int = sys.getcheckinterval()
23 sys.setswitchinterval(self._int)
25 sys.setcheckinterval(self._int)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py14 self._int = sys.getcheckinterval()
18 sys.setcheckinterval(self._int)
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
338 \index{mp\_int}
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
352 done to use an mp\_int is that it must be initialized.
377 A single mp\_int can be initialized with the ``mp\_init'' function.
384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
385 represents the default integer which is zero. If the functions returns MP\_OKAY then the mp\_int is ready to be used
407 When you are finished with an mp\_int i
[all...]
H A Dtommath.tex290 \index{mp\_int}
291 The term ``mp\_int'' shall refer to a composite structure which contains the digits of the integer it represents, as well
293 \ref{sec:MPINT}. For the purposes of this text a ``multiple precision integer'' and an ``mp\_int'' are assumed to be
294 synonymous. When an algorithm is specified to accept an mp\_int variable it is assumed the various auxliary data members
333 as indicated. The only exception to this rule is when variables have been indicated to be of type mp\_int. This
584 integer or mp\_int for short.
586 \subsection{The mp\_int Structure}
588 The mp\_int structure is the ISO C based manifestation of what represents a multiple precision integer. The ISO C standard does not provide for
592 \index{mp\_int}
602 \} \textbf{mp\_int}; \\
[all...]

Completed in 128 milliseconds