Home
last modified time | relevance | path

Searched defs:b_ (Results 1 – 25 of 28) 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
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/
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.c174 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/
Dmemory_byte_array.h75 uint8_t* b_; variable
/third_party/benchmark/src/
Dbenchmark_runner.cc145 const benchmark::internal::BenchmarkInstance& b_, in BenchmarkRunner()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution.h185 result_type b_; // the larger of {alpha, beta}, or 1.0/beta_ in JOEHNK variable
/third_party/gn/src/gn/
Dheader_checker_unittest.cc69 Target b_; member in __anon5956de120111::HeaderCheckerTest
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.h216 SENode* b_; variable
/third_party/spirv-tools/source/opt/
Dloop_dependence.h216 SENode* b_; variable
/third_party/openssl/crypto/x509/
Dv3_asid.c124 const ASIdOrRange *const *b_) in ASIdOrRange_cmp()
Dv3_addr.c685 const IPAddressFamily *const *b_) in IPAddressFamily_cmp()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h216 SENode* b_; variable
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_asid.c124 const ASIdOrRange *const *b_) in ASIdOrRange_cmp()
Dv3_addr.c685 const IPAddressFamily *const *b_) in IPAddressFamily_cmp()
/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/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc194 const char* b_; member in google::protobuf::__anon41b312420111::ClosureTest
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h421 float b_ = 0.0; variable
631 float b_ = 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/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.c114 FT_ULong b_ = *(FT_ULong*)b; in gxv_compare_ulong_offset() local
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc1015 std::vector<int> b_ = {1, 3, 5}; member in __anon25865ee40111::SetOperationsTest
/third_party/googletest/googlemock/test/
Dgmock-spec-builders_test.cc1338 MockB b_; member in testing::__anon6ad4f4d70111::PartialOrderTest
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1122 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/
Des31fCopyImageTests.cpp2317 int smallestCommonMultiple (int a_, int b_) in smallestCommonMultiple()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs7699 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

12