Home
last modified time | relevance | path

Searched refs:group_ (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gn/src/util/
Dworker_pool.cc25 int group_ = 0; member in __anon3da0bef00111::ProcessorGroupSetter
27 int num_available_cores_in_group_ = ::GetActiveProcessorCount(group_) / 2;
37 group_affinity_.Group = group_; in SetProcessorGroup()
45 group_++; in SetProcessorGroup()
46 if (group_ >= num_groups_) { in SetProcessorGroup()
47 group_ = 0; in SetProcessorGroup()
49 num_available_cores_in_group_ = ::GetActiveProcessorCount(group_) / 2; in SetProcessorGroup()
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.cc120 total_size += field.data_.group_->SpaceUsedLong(); in SpaceUsedExcludingSelfLong()
171 field.data_.group_ = new UnknownFieldSet; in AddGroup()
173 return field.data_.group_; in AddGroup()
245 delete data_.group_; in Delete()
260 group->InternalMergeFrom(*data_.group_); in DeepCopy()
261 data_.group_ = group; in DeepCopy()
Dunknown_field_set.h297 UnknownFieldSet* group_; member
363 return *data_.group_; in group()
388 return data_.group_; in mutable_group()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUBindGroup.h32 return group_;
40 wgpu::BindGroup group_;
DGPUBindGroup.cpp24 GPUBindGroup::GPUBindGroup(wgpu::BindGroup group) : group_(std::move(group)) { in GPUBindGroup()
/third_party/ltp/testcases/kernel/controllers/memctl/
Dmyfunctions.sh85 group=group_$i;
111 echo -n $limit >/dev/memctl/group_$i/memory.limit_in_bytes;
/third_party/nghttp2/src/
Dshrpx_null_downstream_connection.cc34 : group_(group) {} in NullDownstreamConnection()
83 return group_; in get_downstream_addr_group()
Dshrpx_http_downstream_connection.cc217 group_(group),
451 if (conn_.read_timeout < group_->shared_addr->timeout.read) { in initiate_connection()
452 conn_.read_timeout = group_->shared_addr->timeout.read; in initiate_connection()
455 conn_.again_rt(group_->shared_addr->timeout.read); in initiate_connection()
1546 conn_.wt.repeat = group_->shared_addr->timeout.write; in connected()
1591 return group_; in get_downstream_addr_group()
1597 return !group_->retired && reusable_; in poolable()
Dshrpx_null_downstream_connection.h63 std::shared_ptr<DownstreamAddrGroup> group_;
Dshrpx_http_downstream_connection.h102 std::shared_ptr<DownstreamAddrGroup> group_; variable
Dshrpx_http2_session.h272 std::shared_ptr<DownstreamAddrGroup> group_; variable
Dshrpx_http2_session.cc195 group_(group),
1992 conn_.wt.repeat = group_->shared_addr->timeout.write; in connected()
2329 return group_; in get_downstream_addr_group()
2392 if (!group_->retired) { in check_retire()
Dshrpx_downstream.h578 std::shared_ptr<DownstreamAddrGroup> group_; variable
Dshrpx_downstream.cc1152 group_ = group; in set_downstream_addr_group()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Drun_cpuctl_test.sh112 ./cpuctl_task_$i $i /dev/cpuctl/group_$i $$ $NUM_CPUS $TEST_NUM \
159 MYGROUP=/dev/cpuctl/group_$i
226 MYGROUP=/dev/cpuctl/group_$i
Drun_cpuctl_stress_test.sh157 MYGROUP=/dev/cpuctl/group_$i
221 MYGROUP=/dev/cpuctl/group_$i
296 MYGROUP=/dev/cpuctl/group_$i;
Dparameters.sh126 group=group_$i;
Drun_cpuctl_latency_test.sh179 group=/dev/cpuctl/group_`expr $num % $NUM_GROUPS + 1`;
/third_party/vk-gl-cts/executor/
DxeTestCase.hpp195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState()
/third_party/skia/third_party/externals/tint/src/transform/
Dfirst_index_offset.h126 uint32_t group_ = 0; variable
Dfirst_index_offset.cc66 uint32_t ub_group = group_; in Run()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1372 explicit Variant(ObjectPoolGroup *group_) in Variant() argument
1373 : group(group_) in Variant()
/third_party/node/src/
Dnode_crypto.cc5561 group_(EC_KEY_get0_group(key_.get())) { in ECDH()
5563 CHECK_NOT_NULL(group_); in ECDH()
5641 ecdh->group_, in ComputeSecret()
5651 int field_size = EC_GROUP_get_degree(ecdh->group_); in ComputeSecret()
5746 ECPointPointer pub(EC_POINT_new(ecdh->group_)); in SetPrivateKey()
5749 if (!EC_POINT_mul(ecdh->group_, pub.get(), priv_key, in SetPrivateKey()
5758 ecdh->group_ = EC_KEY_get0_group(ecdh->key_.get()); in SetPrivateKey()
5774 ecdh->group_, in SetPublicKey()
5786 CHECK(group_); in IsKeyValidForCurve()
5795 return EC_GROUP_get_order(group_, order.get(), nullptr) && in IsKeyValidForCurve()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1943 #define XG(group_, name_, query_type_, type_, result_type_) \ argument
1944 XFULL(name_, query_type_, type_, result_type_, R600_QUERY_GROUP_##group_)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.c1748 #define XG(group_, name_, query_type_, type_, result_type_) \ argument
1749 XFULL(name_, query_type_, type_, result_type_, SI_QUERY_GROUP_##group_)

12