Home
last modified time | relevance | path

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

/external/zstd/tests/gzip/
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
/external/leveldb/db/
Dskiplist.h131 Comparator const compare_; variable
Dc.cc104 int (*compare_)(void*, const char* a, size_t alen, const char* b, member
/external/google-breakpad/src/processor/
Dstatic_map.h139 Compare compare_; variable
/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()
/external/pigweed/pw_containers/public/pw_containers/internal/
Daa_tree.h265 Compare compare_; variable
/external/fbjni/cxx/fbjni/detail/
DSimpleFixedString.h137 constexpr int compare_( in compare_() function
/external/cronet/stable/base/
Dmoving_window.h192 const Comparator compare_; variable
/external/cronet/tot/base/
Dmoving_window.h192 const Comparator compare_; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h326 Comparison compare_; variable
/external/deqp/framework/common/
DtcuTexture.hpp288 …float lodThreshold_ = 0.0f, bool normalizedCoords_ = true, CompareMode compare_ = COMPAREMODE_NONE, in Sampler()