Home
last modified time | relevance | path

Searched refs:compare_ (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
Dstatic_map-inl.h48 compare_() { in StaticMap()
69 compare_result = compare_(key, GetKeyAtIndex(middle)); in find()
90 comp_result = compare_(key, GetKeyAtIndex(middle)); in lower_bound()
111 compare_result = compare_(key, GetKeyAtIndex(middle)); in upper_bound()
155 if (compare_(GetKeyAtIndex(node_index), in ValidateInMemoryStructure()
Dstatic_map.h91 compare_() { } in StaticMap()
139 Compare compare_; variable
/external/elfutils/src/
Delfcmp.c878 qsort (temp1, b1, sizeof temp1[0], compare_##Hash_Word); \ in hash_content_equivalent()
879 qsort (temp2, b2, sizeof temp2[0], compare_##Hash_Word); \ in hash_content_equivalent()
/external/opencv3/modules/ts/src/
Dts_func.cpp1562 compare_(const _Tp* src1, const _Tp* src2, uchar* dst, size_t total, int cmpop) in compare_() function
1654 compare_((const uchar*)sptr1, (const uchar*)sptr2, dptr, total, cmpop); in compare()
1657 compare_((const schar*)sptr1, (const schar*)sptr2, dptr, total, cmpop); in compare()
1660 compare_((const ushort*)sptr1, (const ushort*)sptr2, dptr, total, cmpop); in compare()
1663 compare_((const short*)sptr1, (const short*)sptr2, dptr, total, cmpop); in compare()
1666 compare_((const int*)sptr1, (const int*)sptr2, dptr, total, cmpop); in compare()
1669 compare_((const float*)sptr1, (const float*)sptr2, dptr, total, cmpop); in compare()
1672 compare_((const double*)sptr1, (const double*)sptr2, dptr, total, cmpop); in compare()
/external/deqp/framework/common/
DtcuTexture.hpp263 CompareMode compare_ = COMPAREMODE_NONE, in Sampler() argument
275 , compare (compare_) in Sampler()