Home
last modified time | relevance | path

Searched refs:stu_t (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk.cpp323 typedef struct stu stu_t; typedef
324 int CompareStu(const void *pa, const void *pb) { return ((stu_t *)pa)->stu_no - ((stu_t *)pb)->stu_no; } in CompareStu()
329 stu_t stuSturct; in Tsearch()
331 stu_t **rtp = (stu_t **)tsearch(&stuSturct, &rootVal, CompareStu); in Tsearch()

Completed in 1 milliseconds