HomeSort by: relevance | last modified time | path
    Searched refs:SPLAY_MIN (Results 1 - 6 of 6) sorted by relevancy

  /src/share/man/man3/
Makefile 268 tree.3 SPLAY_MIN.3 tree.3 SPLAY_MAX.3 tree.3 SPLAY_FIND.3 \
  /src/sys/ufs/lfs/
lfs_balloc.c 726 while ((lbp = SPLAY_MIN(lfs_splay, hd)) != NULL)
  /src/sys/sys/
tree.h 281 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
287 for ((x) = SPLAY_MIN(name, head); \
  /src/external/bsd/ipf/dist/sys/
tree.h 283 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
289 for ((x) = SPLAY_MIN(name, head); \
  /src/external/bsd/libevent/dist/WIN32-Code/
tree.h 281 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
287 for ((x) = SPLAY_MIN(name, head); \
  /src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
tree.h 282 #define SPLAY_MIN(name, x) (SPLAY_EMPTY(x) ? NULL \
288 for ((x) = SPLAY_MIN(name, head); \

Completed in 30 milliseconds