Searched +refs:struct +refs:pool +refs:create (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCController.mm100 struct rlimit rl;
112 appropriateForURL:nil create:YES error:nil] URLByAppendingPathComponent:@"Chess"];
182 // Maintain our own autorelease pool so heap size does not grow
185 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
190 [pool release];
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex223 (\textit{23, 48 and 64 bits}). The mantissa is merely an integer and a multiple precision integer could be used to create
564 to use fixed precision data types to create and manipulate multiple precision integers which may represent values
599 typedef struct \{ \\
816 returned to the application's memory pool with the mp\_clear algorithm.
1750 This algorithm as will be shown can be used to create functional signed addition and subtraction algorithms.
2461 $\left [ 3 \right ] $ & Using only algorithms mp\_mul\_2, mp\_div\_2 and mp\_add create an \\
3610 Modular reductions are normally used to create either finite groups, rings or fields. The most common usage for performance driven modular reductions
3615 range $0 \le x < c^2$ which can be taken advantage of to create several efficient algorithms. They have also been used to create redundancy check
4272 This observation was used in the MMB \cite{MMB} block cipher to create
[all...]

Completed in 147 milliseconds