/third_party/mesa3d/src/amd/vulkan/radix_sort/common/ |
D | macros.h | 34 #define MAX_MACRO(t_,a_,b_) (((a_) > (b_)) ? (a_) : (b_)) argument 35 #define MIN_MACRO(t_,a_,b_) (((a_) < (b_)) ? (a_) : (b_)) argument 44 #define BITS_TO_MASK_AT_MACRO(n_,b_) (BITS_TO_MASK_MACRO(n_) <<(b_)) argument 45 #define BITS_TO_MASK_AT_64_MACRO(n_,b_) (BITS_TO_MASK_64_MACRO(n_)<<(b_)) 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/ |
D | litest.h | 148 #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 …]
|
D | test-touch.c | 411 #define almost_equal(a_, b_) \ in START_TEST() argument
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftcalc.c | 174 FT_Long b_, in FT_MulDiv() 203 FT_Long b_, in FT_MulDiv_No_Round() 232 FT_Long b_ ) in FT_MulFix() 253 FT_Long b_ ) in FT_DivFix() 416 FT_Long b_, in FT_MulDiv() 464 FT_Long b_, in FT_MulDiv_No_Round() 509 FT_Long b_ ) in FT_MulFix() 608 FT_Long b_ ) in FT_DivFix()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | memory_byte_array.h | 75 uint8_t* b_; variable
|
/third_party/benchmark/src/ |
D | benchmark_runner.cc | 145 const benchmark::internal::BenchmarkInstance& b_, in BenchmarkRunner()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | beta_distribution.h | 185 result_type b_; // the larger of {alpha, beta}, or 1.0/beta_ in JOEHNK variable
|
/third_party/gn/src/gn/ |
D | header_checker_unittest.cc | 69 Target b_; member in __anon5956de120111::HeaderCheckerTest
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence.h | 216 SENode* b_; variable
|
/third_party/spirv-tools/source/opt/ |
D | loop_dependence.h | 216 SENode* b_; variable
|
/third_party/openssl/crypto/x509/ |
D | v3_asid.c | 124 const ASIdOrRange *const *b_) in ASIdOrRange_cmp()
|
D | v3_addr.c | 685 const IPAddressFamily *const *b_) in IPAddressFamily_cmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 216 SENode* b_; variable
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | v3_asid.c | 124 const ASIdOrRange *const *b_) in ASIdOrRange_cmp()
|
D | v3_addr.c | 685 const IPAddressFamily *const *b_) in IPAddressFamily_cmp()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Color.hpp | 283 inline Color<T>::Color(T r_, T g_, T b_, T a_) in Color()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 194 const char* b_; member in google::protobuf::__anon41b312420111::ClosureTest
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | command.h | 421 float b_ = 0.0; variable 631 float b_ = 0.0; variable
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_load_store_vectorize.c | 237 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/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvcommn.c | 114 FT_ULong b_ = *(FT_ULong*)b; in gxv_compare_ulong_offset() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1015 std::vector<int> b_ = {1, 3, 5}; member in __anon25865ee40111::SetOperationsTest
|
/third_party/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 1338 MockB b_; member in testing::__anon6ad4f4d70111::PartialOrderTest
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 1122 const FieldDescriptor* b_; member in google::protobuf::descriptor_unittest::OneofDescriptorTest 1733 const EnumValueDescriptor* b_; member in google::protobuf::descriptor_unittest::NestedDescriptorTest
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 2317 int smallestCommonMultiple (int a_, int b_) in smallestCommonMultiple()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 7699 private int b_; field in Google.Protobuf.TestProtos.Proto2.TestRequired 11300 private global::Google.Protobuf.TestProtos.Proto2.TestMutualRecursionB b_; field in Google.Protobuf.TestProtos.Proto2.TestMutualRecursionA.Types.SubMessage 19478 private string b_; field in Google.Protobuf.TestProtos.Proto2.TestOneof.Types.FooGroup 20061 private string b_; field in Google.Protobuf.TestProtos.Proto2.TestOneofBackwardsCompatible.Types.FooGroup 21384 private string b_; field in Google.Protobuf.TestProtos.Proto2.TestOneof2.Types.FooGroup
|