Lines Matching defs:first
219 // likelihood, if the number is not prime, the first test fails.
363 // returns the first prime that is equal to the requested starting value. If the starting value is no a prime, then
368 UINT32 first, // IN: the initial prime
376 while(iter->lastPrime < first)
503 // Mask the first bits in the field and the last byte in order to eliminate
575 UINT32 first;
606 first = bnP->d[0] | 0x80000000;
624 chosen = FindNthSetBit(defaultFieldSize, field,((first % ones) + 1));
859 // first prime by at least 2^100. Since BIGNUMS use words, the check
862 { // bnQ is non-zero, we have a first value
880 // Found a prime, is this the first or second.