Home
last modified time | relevance | path

Searched refs:lh_first (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dlayout_array.rs286 pub lh_first: *mut malloc_elem, field
305 ::std::ptr::addr_of!((*ptr).lh_first) as usize - ptr as usize in bindgen_test_layout_malloc_heap__bindgen_ty_1()
312 stringify!(lh_first) in bindgen_test_layout_malloc_heap__bindgen_ty_1()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dlayout_array.h99 struct type *lh_first; /* first element */ \
/third_party/FreeBSD/sys/sys/
Dqueue.h450 struct type *lh_first; /* first element */ \
455 class type *lh_first; /* first element */ \
536 #define LIST_EMPTY(head) ((head)->lh_first == NULL)
538 #define LIST_FIRST(head) ((head)->lh_first)