Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/radix_sort/common/
Dmacros.h21 #define OFFSETOF_MACRO(t_,m_) offsetof(t_,m_) argument
22 #define MEMBER_SIZE_MACRO(t_,m_) sizeof(((t_*)0)->m_) argument
80 #define STATIC_ASSERT_MACRO(c_,m_) static_assert(c_,m_) argument
82 #define STATIC_ASSERT_MACRO(c_,m_) _Static_assert(c_,m_) argument
/third_party/iowow/src/
Dbasedefs.h293 #define IW_WRITEBV(ptr_, v_, m_) \ argument
299 #define IW_WRITESV(ptr_, v_, m_) \ argument
306 #define IW_WRITELV(ptr_, v_, m_) \ argument
313 #define IW_WRITELLV(ptr_, v_, m_) \ argument
320 #define IW_READBV(ptr_, t_, m_) \ argument
327 #define IW_READSV(ptr_, t_, m_) \ argument
334 #define IW_READLV(ptr_, t_, m_) \ argument
341 #define IW_READLLV(ptr_, t_, m_) \ argument
/third_party/openh264/module/
Dtask_utils_generated.h78 M m_; variable
98 M m_; variable
154 M m_; variable
175 M m_; variable
234 M m_; variable
256 M m_; variable
318 M m_; variable
341 M m_; variable
406 M m_; variable
430 M m_; variable
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map.h131 uint64_t m_[4]; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp802 auto &m_ = AccessIndex(AccessIndex(m, firstModifiedIndex), secondModifiedIndex); in SaturateMatrixRows() local
878 auto &m_ = AccessIndex(m, d); in SaturateScalarOrVectorCommon() local
/third_party/nghttp2/src/
Dshrpx_worker.h406 std::mutex m_; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
Dmemory_test.cc122 MoveOnly m_; member