Home
last modified time | relevance | path

Searched defs:SetBit (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_solver_pre.h163 void SetBit(size_t index, bool value) { bit_[index] = value; } in SetBit() function
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h112 inline void SetBit(uint32* has_bits, uint32 has_bit_index) { in SetBit() function
Dgenerated_message_reflection.cc2064 void Reflection::SetBit(Message* message, const FieldDescriptor* field) const { in SetBit() function in google::protobuf::Reflection
/third_party/mesa3d/src/imgui/
Dimgui_internal.h259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function
Dimgui.h1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function