| /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/flutter/skia/third_party/externals/freetype/src/base/ |
| D | ftcalc.c | 175 FT_Long b_, in FT_MulDiv() 204 FT_Long b_, in FT_MulDiv_No_Round() 233 FT_Long b_ ) in FT_MulFix() 254 FT_Long b_ ) in FT_DivFix() 417 FT_Long b_, in FT_MulDiv() 465 FT_Long b_, in FT_MulDiv_No_Round() 510 FT_Long b_ ) in FT_MulFix() 609 FT_Long b_ ) in FT_DivFix()
|
| /third_party/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/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
| D | memory_byte_array.h | 75 uint8_t* b_; variable
|
| /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/iowow/src/ |
| D | basedefs.h | 220 #define MIN(a_, b_) ((a_) < (b_) ? (a_) : (b_)) argument 224 #define MAX(a_, b_) ((a_) > (b_) ? (a_) : (b_)) argument
|
| /third_party/gn/src/gn/ |
| D | header_checker_unittest.cc | 69 Target b_; member in __anon435914f00111::HeaderCheckerTest
|
| /third_party/skia/third_party/externals/swiftshader/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/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/protobuf/src/google/protobuf/stubs/ |
| D | common_unittest.cc | 194 const char* b_; member in google::protobuf::__anond259a0e00111::ClosureTest
|
| /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/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/iowow/src/fs/ |
| D | iwfsmfile.c | 78 #define FSMBK_OFFSET(b_) ((b_)->off) argument 80 #define FSMBK_LENGTH(b_) ((b_)->len) argument
|
| /third_party/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/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 __anon0f83bd420111::SetOperationsTest
|