Home
last modified time | relevance | path

Searched defs:list_element (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dlist.h40 typedef struct list_element { struct
44 struct list_element *prev; argument
45 struct list_element *next; argument
46 void *data;
/aosp_15_r20/system/sepolicy/tools/
H A Dcheck_seapp.c61 typedef struct list_element list_element; typedef
87 struct list_element { struct
88 list_element *next; argument