Home
last modified time | relevance | path

Searched defs:a_ (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/src/amd/vulkan/radix_sort/common/
Dmacros.h34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument
35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument
51 #define STRINGIFY_MACRO_2(a_) #a_ argument
52 #define STRINGIFY_MACRO(a_) STRINGIFY_MACRO_2(a_) argument
58 #define CONCAT_MACRO_2(a_,b_) a_ ## b_ argument
59 #define CONCAT_MACRO(a_,b_) CONCAT_MACRO_2(a_,b_) argument
/third_party/libinput/test/
Dlitest.h148 #define litest_assert_comparison_int_(a_, op_, b_) \ argument
160 #define litest_assert_int_eq(a_, b_) \ argument
163 #define litest_assert_int_ne(a_, b_) \ argument
166 #define litest_assert_int_lt(a_, b_) \ argument
169 #define litest_assert_int_le(a_, b_) \ argument
172 #define litest_assert_int_ge(a_, b_) \ argument
175 #define litest_assert_int_gt(a_, b_) \ argument
178 #define litest_assert_comparison_ptr_(a_, op_, b_) \ argument
187 #define litest_assert_comparison_double_(a_, op_, b_) \ argument
198 #define litest_assert_ptr_eq(a_, b_) \ argument
[all …]
Dtest-touch.c411 #define almost_equal(a_, b_) \ in START_TEST() argument
/third_party/skia/third_party/externals/freetype/src/base/
Dftcalc.c173 FT_MulDiv( FT_Long a_, in FT_MulDiv()
202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
231 FT_MulFix( FT_Long a_, in FT_MulFix()
252 FT_DivFix( FT_Long a_, in FT_DivFix()
415 FT_MulDiv( FT_Long a_, in FT_MulDiv()
463 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
508 FT_MulFix( FT_Long a_, in FT_MulFix()
607 FT_DivFix( FT_Long a_, in FT_DivFix()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftcalc.c174 FT_MulDiv( FT_Long a_, in FT_MulDiv()
203 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
232 FT_MulFix( FT_Long a_, in FT_MulFix()
253 FT_DivFix( FT_Long a_, in FT_DivFix()
416 FT_MulDiv( FT_Long a_, in FT_MulDiv()
464 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
509 FT_MulFix( FT_Long a_, in FT_MulFix()
608 FT_DivFix( FT_Long a_, in FT_DivFix()
/third_party/freetype/src/base/
Dftcalc.c173 FT_MulDiv( FT_Long a_, in FT_MulDiv()
202 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
231 FT_MulFix( FT_Long a_, in FT_MulFix()
252 FT_DivFix( FT_Long a_, in FT_DivFix()
415 FT_MulDiv( FT_Long a_, in FT_MulDiv()
463 FT_MulDiv_No_Round( FT_Long a_, in FT_MulDiv_No_Round()
508 FT_MulFix( FT_Long a_, in FT_MulFix()
607 FT_DivFix( FT_Long a_, in FT_DivFix()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DLegacyGeneratedCodeTest.cs216 private LegacyGeneratedCodeMessageA a_; field in Google.Protobuf.LegacyGeneratedCodeTest.ParseContextEnabledMessageB
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution.h184 result_type a_; // the smaller of {alpha, beta}, or 1.0/alpha_ in JOEHNK variable
/third_party/iowow/src/
Dbasedefs.h220 #define MIN(a_, b_) ((a_) < (b_) ? (a_) : (b_)) argument
224 #define MAX(a_, b_) ((a_) > (b_) ? (a_) : (b_)) argument
/third_party/gn/src/gn/
Dheader_checker_unittest.cc68 Target a_; member in __anon435914f00111::HeaderCheckerTest
/third_party/openssl/crypto/x509/
Dv3_asid.c123 static int ASIdOrRange_cmp(const ASIdOrRange *const *a_, in ASIdOrRange_cmp()
Dv3_addr.c684 static int IPAddressFamily_cmp(const IPAddressFamily *const *a_, in IPAddressFamily_cmp()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc193 int a_; member in google::protobuf::__anond259a0e00111::ClosureTest
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DColor.hpp283 inline Color<T>::Color(T r_, T g_, T b_, T a_) in Color()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp40 #define ARRAY_LENGTH(a_) std::extent<decltype(a_)>::value argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
DvktPostmortemDeviceFaultTests.cpp40 #define ARRAY_LENGTH(a_) std::extent<decltype(a_)>::value argument
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h422 float a_ = 0.0; variable
632 float a_ = 0.0; variable
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c237 static bool entry_key_equals(const void *a_, const void *b_) in entry_key_equals()
268 static int sort_entries(const void *a_, const void *b_) in sort_entries()
/third_party/openssl/crypto/bn/
Dbn_gf2m.c1002 int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const int p[], in BN_GF2m_mod_solve_quad_arr()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs4644 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.OptionalGroup
4835 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestAllTypes.Types.RepeatedGroup
6248 private int a_; field in Google.Protobuf.TestProtos.Proto2.OptionalGroup_extension
6439 private int a_; field in Google.Protobuf.TestProtos.Proto2.RepeatedGroup_extension
6876 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestGroup.Types.OptionalGroup
7391 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestNestedExtension.Types.OptionalGroup_extension
7651 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestRequired
10590 private int a_; field in Google.Protobuf.TestProtos.Proto2.TestReallyLargeTagNumber
10828 private global::Google.Protobuf.TestProtos.Proto2.TestRecursiveMessage a_; field in Google.Protobuf.TestProtos.Proto2.TestRecursiveMessage
11722 private global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA a_; field in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB
[all …]
DUnittestProto3.cs3171 private int a_; field in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
3383 private global::Google.Protobuf.TestProtos.TestRecursiveMessage a_; field in Google.Protobuf.TestProtos.TestRecursiveMessage
3784 private global::Google.Protobuf.TestProtos.TestMutualRecursionA a_; field in Google.Protobuf.TestProtos.TestMutualRecursionB
8435 private string a_ = ""; field in Google.Protobuf.TestProtos.TestCommentInjectionMessage
DTestMessagesProto2.cs4782 private int a_; field in ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage
6436 private int a_; field in ProtobufTestMessages.Proto2.UnknownToTestAllTypes.Types.OptionalGroup
/third_party/freetype/src/gxvalid/
Dgxvcommn.c113 FT_ULong a_ = *(FT_ULong*)a; in gxv_compare_ulong_offset() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c113 FT_ULong a_ = *(FT_ULong*)a; in gxv_compare_ulong_offset() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc1014 std::vector<int> a_ = {1, 2, 3}; member in __anon0f83bd420111::SetOperationsTest

12