Home
last modified time | relevance | path

Searched defs:t_ (Results 1 – 25 of 85) sorted by relevance

1234

/aosp_15_r20/bionic/tests/headers/posix/
H A Dheader_checks.h29 #define FUNCTION(f_, t_) { t_ = f_; } argument
32 #define MACRO_TYPE(t_, m_) { t_ v = m_; } argument
33 #define TYPE(t_) { t_ value; } argument
34 #define INCOMPLETE_TYPE(t_) { t_* value; } argument
35 #define STRUCT_MEMBER(s_, t_, n_) { s_ s; t_* ptr = &(s.n_); } argument
36 #define STRUCT_MEMBER_ARRAY(s_, t_, n_) { s_ s; t_* ptr = &(s.n_[0]); } argument
37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/
Dbasic_archive.hpp49 explicit version_type(const unsigned int & t_) : t(t_){ in version_type()
52 version_type(const version_type & t_) : in version_type()
82 explicit class_id_type(const int t_) : t(t_){ in class_id_type()
85 explicit class_id_type(const std::size_t t_) : t(t_){ in class_id_type()
88 class_id_type(const class_id_type & t_) : in class_id_type()
122 explicit object_id_type(const std::size_t & t_) : t(static_cast<base_type>(t_)){ in object_id_type()
127 object_id_type(const object_id_type & t_) : in object_id_type()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/common/
H A Dmacros.h21 #define OFFSETOF_MACRO(t_,m_) offsetof(t_,m_) argument
22 #define MEMBER_SIZE_MACRO(t_,m_) sizeof(((t_*)0)->m_) argument
34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument
35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Ditem_version_type.hpp32 explicit item_version_type(const unsigned int t_) : t(t_){ in item_version_type()
35 item_version_type(const item_version_type & t_) : in item_version_type()
Dlibrary_version_type.hpp42 explicit library_version_type(const unsigned int & t_) : t(t_){ in library_version_type()
45 library_version_type(const library_version_type & t_) : in library_version_type()
Dcollection_size_type.hpp26 explicit collection_size_type(const std::size_t & t_) : in collection_size_type()
29 collection_size_type(const collection_size_type & t_) : in collection_size_type()
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dscoped_file.h59 explicit ScopedResource(T t = InvalidValue) : t_(t) {} in t_() function
90 T t_; variable
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dscoped_file.h59 explicit ScopedResource(T t = InvalidValue) : t_(t) {} in t_() function
90 T t_; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dwriting.cc367 grpc_chttp2_transport* const t_; member in __anonb9657ad60311::WriteContext
433 grpc_chttp2_transport* t_; member in __anonb9657ad60311::DataSendContext
619 grpc_chttp2_transport* const t_; member in __anonb9657ad60311::StreamWriteContext
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dwriting.cc369 grpc_chttp2_transport* const t_; member in __anon272e295e0611::WriteContext
435 grpc_chttp2_transport* t_; member in __anon272e295e0611::DataSendContext
630 grpc_chttp2_transport* const t_; member in __anon272e295e0611::StreamWriteContext
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dgenerate_re2c.hpp39 for (std::size_t t_ = 0; t_ < transitions_; ++t_) in need_label0_0() local
234 std::size_t t_ = 0; in generate_re2c() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timeouts/
Dblocking_token_tcp_client.cpp79 T* t_; member in boost::asio::async_result::completion_handler_type
135 T t_; member in boost::asio::async_result
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/
Dblocking_token_tcp_client.cpp79 T* t_; member in boost::asio::async_result::completion_handler_type
135 T t_; member in boost::asio::async_result
/aosp_15_r20/external/strace/
H A Dgcc_compat.h95 # define ALIGNOF(t_) __alignof__(t_) argument
97 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_)) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dscoped_thread.hpp40 Thread t_; member in boost::strict_scoped_thread
117 Thread t_; member in boost::scoped_thread
Dthread_guard.hpp27 Thread& t_; member in boost::thread_guard
/aosp_15_r20/external/strace/tests-m32/
H A Dioctl_dm.c51 # define ALIGNED_SIZE(s_, t_) \ argument
53 # define ALIGNED_OFFSET(t_, m_) \ argument
/aosp_15_r20/external/strace/tests-mx32/
H A Dioctl_dm.c51 # define ALIGNED_SIZE(s_, t_) \ argument
53 # define ALIGNED_OFFSET(t_, m_) \ argument
/aosp_15_r20/external/strace/tests/
H A Dioctl_dm.c51 # define ALIGNED_SIZE(s_, t_) \ argument
53 # define ALIGNED_OFFSET(t_, m_) \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dgenerate_static.hpp615 for (std::size_t t_ = 0; t_ < transitions_; ++t_) in need_label0_0() local
708 std::size_t t_ = 0; in generate_function_body_switch() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/
Dexpression_types.hpp120 reference t_; member in boost::numeric::ublas::scalar_reference
170 value_type t_; member in boost::numeric::ublas::scalar_value
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dequal_to_value.hpp35 ConstReference t_; member in boost::intrusive::detail::equal_to_value
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dcommon_type_5_test.cpp18 T t_; member
/aosp_15_r20/external/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.functions/
H A Dpointer_to.pass.cpp29 element_type* t_; member
/aosp_15_r20/external/pytorch/c10/util/
H A DApproximateClock.h102 time_t t_; member

1234