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

  /src/sys/dev/dtv/
dtv_math.c 177 uint32_t xlist[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, local
185 for (i = 0; i < __arraycount(xlist); i++)
187 uint32_t x = xlist[i];
  /src/lib/libc/rpc/
svc_generic.c 95 struct xlist { struct
97 struct xlist *next; /* Next item */
99 static struct xlist *xprtlist; /* A link list of all the handles */
  /src/external/gpl3/gdb/dist/readline/readline/
search.c 87 UNDO_LIST *xlist; local
89 xlist = _rl_saved_line_for_history ? (UNDO_LIST *)_rl_saved_line_for_history->data : 0;
91 if (rl_undo_list && rl_undo_list != (UNDO_LIST *)entry->data && rl_undo_list != xlist)
110 rl_undo_list != xlist (or calling rl_free_undo list directly on
  /src/external/gpl3/gdb.old/dist/readline/readline/
search.c 87 UNDO_LIST *xlist; local
89 xlist = _rl_saved_line_for_history ? (UNDO_LIST *)_rl_saved_line_for_history->data : 0;
91 if (rl_undo_list && rl_undo_list != (UNDO_LIST *)entry->data && rl_undo_list != xlist)
110 rl_undo_list != xlist (or calling rl_free_undo list directly on

Completed in 18 milliseconds