Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Dunique_ptr_with_bitset.h61 void SetBit(size_t bit) { in SetBit() function
Duseful.h41 T SetBit(T* i, size_t n) { in SetBit() function
/third_party/mesa3d/src/nouveau/compiler/bitview/
Dlib.rs302 pub trait SetBit { trait
/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/grpc/include/grpcpp/impl/
Dcall_op_set.h190 void SetBit(const uint32_t mask) { flags_ |= mask; } in SetBit() function
/third_party/mesa3d/src/imgui/
Dimgui.h1954 …void SetBit(int n) { int off = (n >> 5); int mask = 1 << (n & 31); UsedChars[off]… in SetBit() function
Dimgui_internal.h259 …void SetBit(int n, bool v) { int off = (n >> 5); int mask = 1 << (n & 31); if (v) Sto… in SetBit() function