Searched defs:compare_ (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/zstd/tests/gzip/ |
H A D | init.sh | 295 compare_ () { diff -u "$@"; } function 297 compare_ () function 319 compare_ () { diff $diff_opt_ "$@"; } function 321 compare_ () function 337 compare_ () { cmp -s "$@"; } function 339 compare_ () { cmp "$@"; } function
|
/aosp_15_r20/external/leveldb/db/ |
H A D | skiplist.h | 131 Comparator const compare_; variable
|
H A D | c.cc | 104 int (*compare_)(void*, const char* a, size_t alen, const char* b, member
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | static_map.h | 139 Compare compare_; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/ |
D | sp_counted_base_snc_ps3.hpp | 42 inline uint32_t compare_and_swap( uint32_t * dest_, uint32_t compare_, uint32_t swap_ ) in compare_and_swap()
|
D | sp_counted_base_gcc_sparc.hpp | 42 inline int32_t compare_and_swap( int32_t * dest_, int32_t compare_, int32_t swap_ ) in compare_and_swap()
|
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/ |
H A D | aa_tree.h | 265 Compare compare_; variable
|
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/ |
H A D | SimpleFixedString.h | 137 constexpr int compare_( in compare_() function
|
/aosp_15_r20/external/cronet/base/ |
H A D | moving_window.h | 192 const Comparator compare_; variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/ |
D | TestHarness.h | 248 void compare_(const std::map<int, std::vector<T>>& golden, in compare_() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instructions.h | 326 Comparison compare_; variable
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.hpp | 288 …float lodThreshold_ = 0.0f, bool normalizedCoords_ = true, CompareMode compare_ = COMPAREMODE_NONE, in Sampler()
|