Home
last modified time | relevance | path

Searched refs:compare_keys (Results 1 – 11 of 11) sorted by relevance

/external/toybox/toys/posix/
Dsort.c244 static int compare_keys(const void *xarg, const void *yarg) in compare_keys() function
292 if (TT.lines && compare_keys((void *)&TT.lines, &line)>j) in sort_lines()
379 qsort(TT.lines, TT.linecount, sizeof(char *), compare_keys); in sort_main()
386 if (!compare_keys(&TT.lines[jdx], &TT.lines[idx])) in sort_main()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/avl/
Davl.h48 long (*compare_keys)(void* key1, void* key2, void* user_data); member
Davl.cc102 cmp = vtable->compare_keys(node->key, key, user_data); in get()
212 cmp = vtable->compare_keys(node->key, key, user_data); in add_key()
257 cmp = vtable->compare_keys(node->key, key, user_data); in remove_key()
/external/grpc-grpc/src/core/lib/avl/
Davl.h48 long (*compare_keys)(void* key1, void* key2, void* user_data); member
Davl.cc102 cmp = vtable->compare_keys(node->key, key, user_data); in get()
212 cmp = vtable->compare_keys(node->key, key, user_data); in add_key()
257 cmp = vtable->compare_keys(node->key, key, user_data); in remove_key()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1356 bool compare_keys(const K1 &a, const K2 &b) const {
1948 : lower != end() && !compare_keys(key, lower.key());
1967 assert(next == end() || compare_keys(key, next.key()));
1974 if (next == end() || compare_keys(key, next.key())) return {lower, next};
1999 if (last.node && !compare_keys(key, last.key())) {
2013 if (position == end() || compare_keys(key, position.key())) {
2014 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
2018 } else if (compare_keys(position.key(), key)) {
2020 if (position == end() || compare_keys(key, position.key())) {
2068 if (position == end() || !compare_keys(position.key(), key)) {
[all …]
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dbtree.h1314 bool compare_keys(const K1 &a, const K2 &b) const {
1900 : lower == end() || compare_keys(key, lower.key())) {
1916 assert(next == end() || compare_keys(key, next.key()));
1923 if (next == end() || compare_keys(key, next.key())) return {lower, next};
1948 if (last.node && !compare_keys(key, last.key())) {
1962 if (position == end() || compare_keys(key, position.key())) {
1963 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
1967 } else if (compare_keys(position.key(), key)) {
1969 if (position == end() || compare_keys(key, position.key())) {
2017 if (position == end() || !compare_keys(position.key(), key)) {
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dbtree.h1290 bool compare_keys(const K1 &a, const K2 &b) const {
1901 if (lower == end() || compare_keys(key, lower.key())) return {lower, lower};
1915 assert(next == end() || compare_keys(key, next.key()));
1922 if (next == end() || compare_keys(key, next.key())) return {lower, next};
1947 if (last.node && !compare_keys(key, last.key())) {
1961 if (position == end() || compare_keys(key, position.key())) {
1962 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
1966 } else if (compare_keys(position.key(), key)) {
1968 if (position == end() || compare_keys(key, position.key())) {
2016 if (position == end() || !compare_keys(position.key(), key)) {
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1290 bool compare_keys(const K1 &a, const K2 &b) const {
1901 if (lower == end() || compare_keys(key, lower.key())) return {lower, lower};
1915 assert(next == end() || compare_keys(key, next.key()));
1922 if (next == end() || compare_keys(key, next.key())) return {lower, next};
1947 if (last.node && !compare_keys(key, last.key())) {
1961 if (position == end() || compare_keys(key, position.key())) {
1962 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
1966 } else if (compare_keys(position.key(), key)) {
1968 if (position == end() || compare_keys(key, position.key())) {
2016 if (position == end() || !compare_keys(position.key(), key)) {
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1214 bool compare_keys(const K &x, const LK &y) const {
1894 if (last.node && !compare_keys(key, last.key())) {
1908 if (position == end() || compare_keys(key, position.key())) {
1909 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
1913 } else if (compare_keys(position.key(), key)) {
1915 if (position == end() || compare_keys(key, position.key())) {
1954 if (position == end() || !compare_keys(position.key(), key)) {
1956 !compare_keys(key, std::prev(position).key())) {
1962 if (position == end() || !compare_keys(position.key(), key)) {
2563 if (iter.node != nullptr && !compare_keys(key, iter.key())) {
[all …]
/external/abseil-cpp/absl/container/internal/
Dbtree.h1214 bool compare_keys(const K &x, const LK &y) const {
1894 if (last.node && !compare_keys(key, last.key())) {
1908 if (position == end() || compare_keys(key, position.key())) {
1909 if (position == begin() || compare_keys(std::prev(position).key(), key)) {
1913 } else if (compare_keys(position.key(), key)) {
1915 if (position == end() || compare_keys(key, position.key())) {
1954 if (position == end() || !compare_keys(position.key(), key)) {
1956 !compare_keys(key, std::prev(position).key())) {
1962 if (position == end() || !compare_keys(position.key(), key)) {
2563 if (iter.node != nullptr && !compare_keys(key, iter.key())) {
[all …]