Home
last modified time | relevance | path

Searched defs:bit_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/
Dsomas_solver_pre.h93 std::vector<uint64_t> bit_; variable
167 std::vector<bool> bit_; variable
/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp84 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {} in BitDesc()
/third_party/libinput/src/
Dquirks.c553 #define check_set_bit(s_, bit_) { \ in parse_match() argument