HomeSort by relevance Sort by last modified time
    Searched refs:RB_MIN (Results 1 - 4 of 4) sorted by null

  /external/qemu/memcheck/
memcheck_mmrange_map.c 174 MMRangeMapEntry* first = RB_MIN(MMRangeMap, map);
memcheck_malloc_map.c 210 AllocMapEntry* first = RB_MIN(AllocMap, map);
  /external/qemu/
sys-tree.h     [all...]
  /external/openssh/openbsd-compat/
sys-tree.h 671 #define RB_MIN(name, x) name##_RB_MINMAX(x, RB_NEGINF)
675 for ((x) = RB_MIN(name, head); \

Completed in 47 milliseconds