Home
last modified time | relevance | path

Searched defs:pad_ (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dcode_generators.h43 : pad_(pad), cur_ident_lvl_(0), ignore_ident_(false) {} in pad_() function
84 std::string pad_; variable
/third_party/mindspore/mindspore/lite/mindir/tests/
Dmindir_test.cc41 std::string pad_(""); in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbatch_node.h119 bool pad_; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/random/
Drandperm_gpu_kernel.h116 T pad_; variable
/third_party/libinput/src/
Devdev-tablet-pad.c35 #define pad_set_status(pad_,s_) (pad_)->status |= (s_) argument
36 #define pad_unset_status(pad_,s_) (pad_)->status &= ~(s_) argument
37 #define pad_has_status(pad_,s_) (!!((pad_)->status & (s_))) argument
/third_party/boost/libs/fiber/performance/thread/
Dbuffered_channel.hpp62 char pad_[cacheline_length]; member in buffered_channel
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.h272 …const bool pad_; // bool for whether to perform padding on te… variable
/third_party/boost/boost/fiber/
Dunbuffered_channel.hpp67 char pad_[cacheline_length]; member in boost::fibers::unbuffered_channel