Home
last modified time | relevance | path

Searched defs:compare_ (Results 1 – 6 of 6) 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.h326 Comparison compare_; variable
/external/deqp/framework/common/
DtcuTexture.hpp294 CompareMode compare_ = COMPAREMODE_NONE, in Sampler()