Searched refs:NodeCmp (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | searchndk1.cpp | 411 static int NodeCmp(const void *lhs, const void *rhs)
in NodeCmp() function 429 tsearch(&n1, &root, NodeCmp);
in Tdestroy() 430 tsearch(&n2, &root, NodeCmp);
in Tdestroy() 431 tsearch(&n3, &root, NodeCmp);
in Tdestroy() 456 void *i1 = tsearch(&n1, &root, NodeCmp);
in Tfind() 457 if (tfind(&n1, &root, NodeCmp) != i1) {
in Tfind() 461 if (tfind(&n1, &root, NodeCmp) == nullptr) {
in Tfind() 477 void *i1 = tsearch(&n1, &root, NodeCmp);
in Tsearch() 505 tsearch(&n1, &root, NodeCmp);
in Twalk() 506 tsearch(&n2, &root, NodeCmp);
in Twalk() [all...] |
Completed in 1 milliseconds