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

  /external/openssh/openbsd-compat/
sys-tree.h 282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
288 for ((x) = SPLAY_MIN(name, head); \
  /external/qemu/
sys-tree.h 291 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
297 for ((x) = SPLAY_MIN(name, head); \
    [all...]

Completed in 1391 milliseconds