Home
last modified time | relevance | path

Searched refs:RB_MIN (Results 1 – 4 of 4) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_mmrange_map.c174 MMRangeMapEntry* first = RB_MIN(MMRangeMap, map); in mmrangemap_pull_first()
Dmemcheck_malloc_map.c210 AllocMapEntry* first = RB_MIN(AllocMap, map); in allocmap_pull_first()
/external/qemu/
Dsys-tree.h738 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro
742 for ((x) = RB_MIN(name, head); \
752 for ((x) = RB_MIN(name, head); \
/external/openssh/openbsd-compat/
Dsys-tree.h671 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF) macro
675 for ((x) = RB_MIN(name, head); \