Searched refs:gstack (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c201 } gstack; typedef in typeref:struct:__anon3748
203 static gstack *gstacks = NULL; // array of stacks
208 #define MIN_GIANT_SIZE 4 /* numDigits for gstack[0] */
240 sz = sizeof(gstack) * numGstacks;
241 gstacks = (gstack*) fmalloc(sz);
258 gstack *gs;
289 gstack *gs = gstacks;
358 gstack *gs;
417 gstackDbg(("Initial alloc of gstack(%d)\n",
423 gstackDbg(("Bumping gstack(
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c201 } gstack; typedef in typeref:struct:__anon4463
203 static gstack *gstacks = NULL; // array of stacks
208 #define MIN_GIANT_SIZE 4 /* numDigits for gstack[0] */
240 sz = sizeof(gstack) * numGstacks;
241 gstacks = (gstack*) fmalloc(sz);
258 gstack *gs;
289 gstack *gs = gstacks;
358 gstack *gs;
417 gstackDbg(("Initial alloc of gstack(%d)\n",
423 gstackDbg(("Bumping gstack(
[all...]

Completed in 73 milliseconds