Lines Matching defs:bits
173 int bits; /* 32 or 64 */
233 find_existing_python2(int bits, const wchar_t * version)
240 if (bits == ip->bits && _wcsicmp(version, ip->version) == 0) {
249 _locate_pythons_for_key(HKEY root, LPCWSTR subkey, REGSAM flags, int bits,
355 if (bits) {
356 ip->bits = bits;
365 ip->bits = 64;
367 ip->bits = 32;
369 ip->bits = 0;
372 if (ip->bits == 0) {
401 ip->executable, ip->bits);
402 if (find_existing_python2(ip->bits, ip->version)) {
404 found\n", ip->version, ip->bits);
437 return ip2->bits - ip1->bits; /* 64 before 32 */
493 ip->bits = 0;
533 int bits = 0;
536 bits = 32;
540 bits = 64;
557 /* bits == 0 => don't care */
558 ((bits == 0) || (ip->bits == bits))) {
1612 swprintf_s(version, BUFSIZ, ver_fmt, ip->version, ip->bits);