Lines Matching +full:x86 +full:- +full:windows +full:- +full:static
2 // Use of this source code is governed by a BSD-style license that can be
16 #include <windows.h>
37 // because the manifest should've always be linked with gn.exe in Windows. in IsLongPathsSupportEnabled()
51 static LongPathSupport s_long_paths; // constructed lazily in IsLongPathsSupportEnabled()
68 arch = "x86"; in OperatingSystemArchitecture()
70 // Solaris and illumos systems report 'i86pc' (an Intel x86 PC) as their in OperatingSystemArchitecture()
71 // machine for both 32-bit and 64-bit x86 systems. Considering the rarity in OperatingSystemArchitecture()
72 // of 32-bit systems at this point, it is safe to assume 64-bit. in OperatingSystemArchitecture()
87 return "x86"; in OperatingSystemArchitecture()
118 if (res == -1) { in NumberOfProcessors()
127 // in one processor group - something smaller than 65. However this is okay in NumberOfProcessors()
128 // because gn doesn't parallelize well beyond 10-20 threads - it starts to run in NumberOfProcessors()