Searched refs:pbits (Results 1 – 3 of 3) sorted by relevance
469 pbits = nbits + shift474 p = getprime_func(pbits)500 p = getprime_func(pbits)
313 pbits = nbits + (nbits/16) #Make sure that p and q aren't too close315 p = getprime(pbits)
4978 pcre_uint8 pbits[32]; in compile_branch() local5083 memcpy(pbits, cbits + posix_class_maps[posix_class], in compile_branch()5094 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset]; in compile_branch()5096 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset]; in compile_branch()5103 if (tabopt == 1) pbits[1] &= ~0x3c; in compile_branch()5104 else if (tabopt == 2) pbits[11] &= 0x7f; in compile_branch()5110 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c]; in compile_branch()5112 for (c = 0; c < 32; c++) classbits[c] |= pbits[c]; in compile_branch()