Home
last modified time | relevance | path

Searched defs:entry_cmp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp59 struct entry_cmp struct
61 typedef Cmp_Fn type;
65 struct entry_cmp< struct
75 entry;
77 struct type : public Cmp_Fn
H A Dbinary_heap_.hpp121 typedef typename PB_DS_ENTRY_CMP_DEC entry_cmp; typedef in pb_ds::detail::binary_heap_
/openbsd-src/usr.bin/awk/
H A Db.c634 static int entry_cmp(const void *l, const void *r) entry_cmp() function