HomeSort by relevance Sort by last modified time
    Searched defs:Multiple (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/
bn.tex 86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
440 \subsection{Multiple Initializations}
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1063 Multiple = 2,
1078 case Multiple: return TRACE_RETURN (u.multiple.dispatch (c));
1112 MultipleSubst multiple; member in union:OT::SubstLookupSubTable::__anon8448
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 212 // If malloc call's arg can be determined to be a multiple of ElementSize,
213 // return the multiple. Otherwise, return NULL.
215 Value *Multiple = 0;
216 if (ComputeMultiple(MallocArg, ElementSize, Multiple,
218 return Multiple;
284 /// argument passed to malloc is a multiple of the size of the malloced type,
285 /// then return that multiple. For non-array mallocs, the multiple is
  /external/dropbear/libtomcrypt/
crypt.tex 254 related issue is if you use the same symmetric cipher, hash or public key state data in multiple threads. Normally
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 799 milliseconds