Searched +refs:pointer +refs:plus (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Ddecimfmt.cpp171 (AffixesForCurrency*)val1.pointer;
173 (AffixesForCurrency*)val2.pointer;
184 (AffixPatternsForCurrency*)val1.pointer;
186 (AffixPatternsForCurrency*)val2.pointer;
593 const UnicodeString* value = (UnicodeString*)valueTok.pointer;
595 const UnicodeString* key = (UnicodeString*)keyTok.pointer;
2107 const AffixPatternsForCurrency* affixPtn = (AffixPatternsForCurrency*)valueTok.pointer;
2217 int32_t textLength = text.length(); // One less pointer to follow
3189 // Gets the pointer to the localized decimal format symbols
3692 * localized minus sign or the localized plus sig
[all...]
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duupoll.shar325 job at the time of the failing call plus any wait time given. For those
327 time will be the time of the failing call plus 120 seconds.
330 lower than the current time, the current time plus 60 seconds will be taken
431 X in the status file plus any imposed wait. The next call will be
439 X call to those sites will be at the current time plus 120 secs.
440 X When the time found plus any wait evaluates to a time that
441 X passed already the next call will be the current time plus 60
954 X * Any such site will be called again at the current time plus any wait
1519 X sCom_Sto->Usort = &Sort; /* set pointer to uuname + sort */
2606 X sCom_Sto->Usort = &Sort; /* set pointer t
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex210 \hline Exponentiation with random odd moduli & (The above plus the following) \\
330 This will return a pointer to a string which describes the given error code. It will not work for the return codes
350 All LTM functions that use the mp\_int type will expect a pointer to mp\_int structure. You must allocate memory to
384 This function expects a pointer to an mp\_int structure and will initialize the members of the structure so the mp\_int
415 The function expects a pointer to a previously initialized mp\_int structure and frees the heap it uses. It sets the
416 pointer\footnote{The ``dp'' member.} within the mp\_int to \textbf{NULL} which is used to prevent double free situations.
H A Dtommath.tex623 \item The pointer \textbf{dp} points to a dynamically allocated array of digits that represent the given multiple
681 developer can still manage to cause a library to crash. For example, by passing an invalid pointer an application may
794 One immediate observation of this initializtion function is that it does not return a pointer to a mp\_int structure. It
846 digit pointer \textbf{dp} setting.
866 a standard C library function. In this case the free() function. Since free() only deallocates the memory the pointer
913 The requested digit count is padded up to next multiple of \textbf{MP\_PREC} plus an additional \textbf{MP\_PREC} (steps two and three).
937 Note that the re-allocation result is actually stored in a temporary pointer $tmp$. This is to allow this function to return
938 an error with a valid pointer. Earlier releases of the library stored the result of XREALLOC into the mp\_int $a$. That would
973 multiple of \textbf{MP\_PREC} plus an additional \textbf{MP\_PREC} digits. This padding is used to prevent trivial
1100 the pointer ``
[all...]

Completed in 136 milliseconds