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

  /src/crypto/external/cpl/trousers/dist/src/include/daa/
list.h 15 struct _list_t { struct
17 struct _list_t *next; // pointer to next node
20 typedef struct _list_t node_t; // each link is a list "node"
list.h 15 struct _list_t { struct
17 struct _list_t *next; // pointer to next node
20 typedef struct _list_t node_t; // each link is a list "node"
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/utils/
list.c 26 list->current = (node_t *) malloc (sizeof(struct _list_t));
28 LogError("[list_add] malloc of %d bytes failed", sizeof(struct _list_t));
list.c 26 list->current = (node_t *) malloc (sizeof(struct _list_t));
28 LogError("[list_add] malloc of %d bytes failed", sizeof(struct _list_t));
  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h 37 typedef struct _list_node *_list_t; typedef in typeref:struct:_list_node
50 typedef _list_t _xlist_t;
58 typedef _list_t ilist_t;
202 typedef _list_t av_set_t;
238 typedef _list_t blist_t;
324 typedef _list_t flist_t;
342 _list_t next;
358 /* _list_t functions.
363 inline _list_t
370 _list_add (_list_t *lp
    [all...]
sel-sched-ir.h 37 typedef struct _list_node *_list_t; typedef in typeref:struct:_list_node
50 typedef _list_t _xlist_t;
58 typedef _list_t ilist_t;
202 typedef _list_t av_set_t;
238 typedef _list_t blist_t;
324 typedef _list_t flist_t;
342 _list_t next;
358 /* _list_t functions.
363 inline _list_t
370 _list_add (_list_t *lp
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h 37 typedef struct _list_node *_list_t; typedef in typeref:struct:_list_node
50 typedef _list_t _xlist_t;
58 typedef _list_t ilist_t;
202 typedef _list_t av_set_t;
238 typedef _list_t blist_t;
324 typedef _list_t flist_t;
342 _list_t next;
358 /* _list_t functions.
363 static inline _list_t
370 _list_add (_list_t *lp
    [all...]
sel-sched-ir.h 37 typedef struct _list_node *_list_t; typedef in typeref:struct:_list_node
50 typedef _list_t _xlist_t;
58 typedef _list_t ilist_t;
202 typedef _list_t av_set_t;
238 typedef _list_t blist_t;
324 typedef _list_t flist_t;
342 _list_t next;
358 /* _list_t functions.
363 static inline _list_t
370 _list_add (_list_t *lp
    [all...]

Completed in 49 milliseconds