Home
last modified time | relevance | path

Searched defs:compare_ (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/zstd/tests/gzip/
H A Dinit.sh295 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 Dskiplist.h131 Comparator const compare_; variable
H A Dc.cc104 int (*compare_)(void*, const char* a, size_t alen, const char* b, member
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dstatic_map.h139 Compare compare_; variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/include/boost/smart_ptr/detail/
Dsp_counted_base_snc_ps3.hpp42 inline uint32_t compare_and_swap( uint32_t * dest_, uint32_t compare_, uint32_t swap_ ) in compare_and_swap()
Dsp_counted_base_gcc_sparc.hpp42 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 Daa_tree.h265 Compare compare_; variable
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DSimpleFixedString.h137 constexpr int compare_( in compare_() function
/aosp_15_r20/external/cronet/base/
H A Dmoving_window.h192 const Comparator compare_; variable
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
DTestHarness.h248 void compare_(const std::map<int, std::vector<T>>& golden, in compare_() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.h326 Comparison compare_; variable
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexture.hpp288 …float lodThreshold_ = 0.0f, bool normalizedCoords_ = true, CompareMode compare_ = COMPAREMODE_NONE, in Sampler()