Home
last modified time | relevance | path

Searched refs:coreCount (Results 1 – 25 of 97) sorted by relevance

1234

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AIPlatformNotebooks/
H A DAcceleratorConfig.php20 public $coreCount; variable in Google_Service_AIPlatformNotebooks_AcceleratorConfig
23 public function setCoreCount($coreCount) argument
25 $this->coreCount = $coreCount;
29 return $this->coreCount;
H A DRuntimeAcceleratorConfig.php20 public $coreCount; variable in Google_Service_AIPlatformNotebooks_RuntimeAcceleratorConfig
23 public function setCoreCount($coreCount) argument
25 $this->coreCount = $coreCount;
29 return $this->coreCount;
H A DSchedulerAcceleratorConfig.php20 public $coreCount; variable in Google_Service_AIPlatformNotebooks_SchedulerAcceleratorConfig
23 public function setCoreCount($coreCount) argument
25 $this->coreCount = $coreCount;
29 return $this->coreCount;
H A DSetInstanceAcceleratorRequest.php20 public $coreCount; variable in Google_Service_AIPlatformNotebooks_SetInstanceAcceleratorRequest
23 public function setCoreCount($coreCount) argument
25 $this->coreCount = $coreCount;
29 return $this->coreCount;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/tasks/
H A Dtest_processor_features.yml32 - 'result.processor_features.coreCount == "{{ processor_features.coreCount }}"'
71 …esult.pending_modified_values.processor_features.coreCount == "{{ modified_processor_features.core…
97 - 'result.pending_modified_values.processor_features.coreCount == "DEFAULT"'
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/rds_instance/tasks/
H A Dtest_processor_features.yml42 - 'result.processor_features.coreCount == "{{ processor_features.coreCount }}"'
83 …esult.pending_modified_values.processor_features.coreCount == "{{ modified_processor_features.core…
111 - 'result.pending_modified_values.processor_features.coreCount == "DEFAULT"'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/rds_instance/roles/rds_instance/defaults/
H A Dmain.yml17 # Smallest instance that permits modification of the coreCount
20 coreCount: 2
23 coreCount: 4
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Utilities/
H A DSystemInfo.cs71 int coreCount = 0;
76 coreCount += int.Parse(item["NumberOfCores"].ToString());
79 cpuCoreCount = coreCount;
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/rds_instance/defaults/
H A Dmain.yml19 coreCount: 1
22 coreCount: 2
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e_node/
H A Dtopology_manager_test.go87 coreCount, err := strconv.Atoi(strings.TrimSpace(string(outData)))
90 return coreCount
633 numCores := threadsPerCore * coreCount
742 numCores := threadsPerCore * coreCount
856 numCores := 1 + (threadsPerCore * coreCount)
905 coreCount := detectCoresPerSocket()
910 if coreCount < minCoreCount {
933 … runTopologyManagerNodeAlignmentSuiteTests(f, sd, reservedSystemCPUs, policy, numaNodes, coreCount)
940 coreCount := detectCoresPerSocket()
945 if coreCount < minCoreCount {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Common/
H A DCPUID.hpp39 static int coreCount();
126 inline int CPUID::coreCount() in coreCount() function in sw::CPUID
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/System/
H A DCPUID.hpp39 static int coreCount();
129 inline int CPUID::coreCount() in coreCount() function in sw::CPUID
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Common/
H A DCPUID.hpp39 static int coreCount();
126 inline int CPUID::coreCount() in coreCount() function in sw::CPUID
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/System/
H A DCPUID.hpp39 static int coreCount();
129 inline int CPUID::coreCount() in coreCount() function in sw::CPUID
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/vars/
H A DhubScanDocker.groovy26 String coreCount = optional.coreCount ?: 1
58 --detect.parallel.processors=${coreCount} \
H A DhubScanProject.groovy8 * - coreCount: -1. Scanner parallel processors where -1 uses the number of cores on the system.
77 m["--detect.parallel.processors"] = optional.coreCount ?: -1
/dports/www/cutelyst/cutelyst-3.2.0/server/
H A Dunixfork.cpp575 int coreCount = idealThreadCount(); in setSched() local
579 workerThreads = coreCount; in setSched()
591 if (base_cpu >= coreCount) { in setSched()
592 base_cpu = base_cpu % coreCount; in setSched()
597 if (base_cpu >= coreCount) in setSched()
/dports/sysutils/plasma5-ksystemstats/ksystemstats-5.23.5/plugins/cpu/
H A Dcpu.cpp124 void AllCpusObject::setCounts(unsigned int cpuCount, unsigned int coreCount) in setCounts() argument
127 m_coreCount->setValue(coreCount); in setCounts()
H A Dcpu.h40 void setCounts(unsigned int cpuCount, unsigned int coreCount);
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/systemmonitor/cpu/contents/config/
H A Dfaceproperties5 lowPrioritySensorIds=["cpu/all/cpuCount","cpu/all/coreCount"]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Dsnmp_fortinet.go87 coreCount := len(cpuRaw)
101 …Add(&md, osCPU, cpuIntegrators[host](time.Now().Unix(), float64(totalPercent)/float64(coreCount)),…
/dports/www/phpsysinfo/phpsysinfo-3.3.4/includes/os/
H A Dclass.WINNT.inc.php630 foreach ($arrBuf as $coreCount) {
631 …if (CommonFunctions::readReg($this->_reg, $hkey."\\".$coreCount."\\ProcessorNameString", $strBuf, …
632 $allCpus[$coreCount]['Name'] = $strBuf;
634 … if (CommonFunctions::readReg($this->_reg, $hkey."\\".$coreCount."\\~MHz", $strBuf, false)) {
636 $allCpus[$coreCount]['CurrentClockSpeed'] = hexdec($hexvalue[1]);
639 …if (CommonFunctions::readReg($this->_reg, $hkey."\\".$coreCount."\\VendorIdentifier", $strBuf, fal…
640 $allCpus[$coreCount]['Manufacturer'] = $strBuf;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf3/vtkxdmf3/core/dsm/
H A DXdmfDSMCommMPI.cpp997 unsigned int * coreCount, in XdmfDSMCommMPIGetDsmProcessStructure() argument
1005 coreCount = new unsigned int[*numApplications](); in XdmfDSMCommMPIGetDsmProcessStructure()
1009 coreCount[i] = structure[i].second; in XdmfDSMCommMPIGetDsmProcessStructure()
1018 coreCount = new unsigned int[*numApplications](); in XdmfDSMCommMPIGetDsmProcessStructure()
1022 coreCount[i] = structure[i].second; in XdmfDSMCommMPIGetDsmProcessStructure()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/notebooks/
H A Dinstances.py75 type=type_enum, coreCount=args.accelerator_core_count)
229 set_acc_request.coreCount = args.accelerator_core_count
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Druntime.h165 uint32_t coreCount; member

1234