Home
last modified time | relevance | path

Searched defs:t_ (Results 1 – 6 of 6) 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
34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument
35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument
/third_party/mbedtls/3rdparty/everest/library/kremlib/
DFStar_UInt128_extracted.c395 uint64_t t_ = scrut.f3; in FStar_UInt128_mul_wide_impl() local
/third_party/lame/libmp3lame/
Dlame.c705 float const t_ = m[i].tb-m[i].ta; in lame_init_params() local
/third_party/googletest/googletest/test/
Dgoogletest-param-test-test.cc541 T t_; member in ConstructFromT
/third_party/node/deps/v8/src/base/platform/
Dplatform-win32.cc297 int64_t t_; member
/third_party/libinput/tools/
Dlibinput-debug-gui.c1243 #define EVENT(t_, c_) (t_ << 16 | c_) in handle_event_evdev() argument