Searched defs:head (Results 1 – 11 of 11) sorted by relevance
/system/core/include/cutils/ |
D | list.h | 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) in list_add_tail() 66 static inline void list_add_head(struct listnode *head, struct listnode *item) in list_add_head()
|
/system/core/adb/ |
D | test_track_devices.cpp | 53 char head[5] = "0000"; in main() local
|
D | jdwp_service.cpp | 167 char head[5]; in jdwp_process_list_msg() local
|
/system/extras/latencytop/ |
D | latencytop.c | 294 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { in find_latency_entry() 327 struct latency_entry *e, *head; in read_latency_file() local 369 static void print_latency_entries(struct latency_entry *head) { in print_latency_entries()
|
/system/extras/showmap/ |
D | showmap.c | 125 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { in enqueue_map() 168 mapinfo *head = NULL; in load_maps() local
|
/system/bt/osi/src/ |
D | ringbuffer.c | 29 uint8_t *head; member
|
D | list.c | 13 list_node_t *head; member
|
/system/core/include/diskconfig/ |
D | diskconfig.h | 57 uint8_t head; member
|
/system/extras/showslab/ |
D | showslab.c | 62 struct slab_info *head = NULL, *p = NULL, *prev = NULL; in get_slabinfo() local
|
/system/core/lmkd/ |
D | lmkd.c | 169 static void adjslot_insert(struct adjslot_list *head, struct adjslot_list *new) in adjslot_insert() 186 static struct adjslot_list *adjslot_tail(struct adjslot_list *head) { in adjslot_tail()
|
/system/core/libutils/ |
D | RefBase.cpp | 250 ref_entry* const head = *refs; in removeRef() local
|