Home
last modified time | relevance | path

Searched refs:Cores (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DWorkerServiceImpl.cs52 Cores = Environment.ProcessorCount, in RunServer()
90 return Task.FromResult(new CoreResponse { Cores = Environment.ProcessorCount }); in CoreCount()
DControl.cs2804 public int Cores { property in Grpc.Testing.ServerStatus
2826 if (Cores != other.Cores) return false; in Equals()
2835 if (Cores != 0) hash ^= Cores.GetHashCode(); in GetHashCode()
2857 if (Cores != 0) { in WriteTo()
2859 output.WriteInt32(Cores); in WriteTo()
2875 if (Cores != 0) { in CalculateSize()
2876 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Cores); in CalculateSize()
2898 if (other.Cores != 0) { in MergeFrom()
2899 Cores = other.Cores; in MergeFrom()
2924 Cores = input.ReadInt32(); in MergeFrom()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
/external/llvm/test/CodeGen/X86/
Dstack-update-frame-opcode.ll12 ; Cores use sub/add to update the SP. Opcode bitness depends on data model.
/external/u-boot/doc/
DREADME.xtensa4 Xtensa Architecture and Diamond Cores
8 Diamond Cores are pre-configured instances available for license and
/external/grpc-grpc/test/cpp/qps/
Ddriver.cc113 static int Cores(int n) { return n; } in Cores() function
122 auto qps_per_server_core = qps / sum(result->server_cores(), Cores); in postprocess_scenario_result()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.soc62 - Cores are in 2 cluster of 4-cores each
/external/libexif/po/
Dpt_BR.po3577 msgstr "Espaço de Cores"
5263 msgstr "Cores"
/external/strace/
DChangeLog44644 Add support for ARC Cores from Synopsys.