Searched defs:next (Results 1 - 25 of 64) sorted by relevance

123

/system/core/include/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &name, \
42 for (node = (list)->next; node != (list); node = node->next)
48 for (node = (list)->next, n = node->next; \
50 node = n, n = node->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/core/libcutils/include/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &name, \
42 for (node = (list)->next; node != (list); node = node->next)
48 for (node = (list)->next, n = node->next; \
50 node = n, n = node->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/core/libcutils/include_vndk/cutils/
H A Dconfig_utils.h29 cnode *next; member in struct:cnode
H A Dlist.h28 struct listnode *next; member in struct:listnode
37 .next = &name, \
42 for (node = (list)->next; node != (list); node = node->next)
48 for (node = (list)->next, n = node->next; \
50 node = n, n = node->next)
54 node->next = node;
60 item->next = head;
62 head->prev->next
[all...]
/system/update_engine/payload_consumer/
H A Dbzip_extent_writer.h37 explicit BzipExtentWriter(std::unique_ptr<ExtentWriter> next) argument
38 : next_(std::move(next)) {
/system/core/adb/
H A Dfdevent.h34 fdevent *next; member in struct:fdevent
H A Dsocket.h35 asocket *next; member in struct:asocket
H A Dadb.h72 apacket *next; member in struct:apacket
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h14 *** Any manual change here will be lost the next time this script will
31 struct list_head * next, * prev; member in struct:list_head
39 struct hlist_node * next, * * pprev; member in struct:hlist_node
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h18 struct list_head *next, *prev; member in struct:list_head
26 struct hlist_node *next, **pprev; member in struct:hlist_node
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.h37 struct queued_at_cmd* next; member in struct:queued_at_cmd
/system/bt/btif/src/
H A Dbtif_uid.cc31 struct uid_set_node_t* next; member in struct:uid_set_node_t
50 node = node->next;
62 node = node->next;
68 node->next = set->head;
98 node = node->next;
116 node = node->next;
/system/core/libmemunreachable/
H A DLinkedList.h43 LinkedList<T> *next() { return next_; } function in class:LinkedList
/system/extras/ioshark/
H A Dcompile_ioshark.h22 struct files_db_s *next; member in struct:files_db_s
H A Dioshark_bench.h51 struct files_db_s *next; member in struct:files_db_s
/system/bt/embdrv/sbc/decoder/srce/
H A Dframing.c156 INLINE OI_CHAR crc_iterate(uint8_t oldcrc, uint8_t next) { argument
159 idx = oldcrc ^ next;
170 INLINE OI_CHAR crc_iterate_top4(uint8_t oldcrc, uint8_t next) { argument
173 idx = (oldcrc ^ next) >> 4;
186 INLINE uint8_t crc_iterate_top4(uint8_t oldcrc, uint8_t next) { argument
187 return (oldcrc << 4) ^ crc8_narrow[(oldcrc ^ next) >> 4];
191 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { argument
192 crc = (crc << 4) ^ crc8_narrow[(crc ^ next) >> 4];
193 crc = (crc << 4) ^ crc8_narrow[((crc >> 4) ^ next) & 0xf];
199 INLINE uint8_t crc_iterate(uint8_t crc, uint8_t next) { argument
[all...]
/system/core/libpackagelistparser/
H A Dpackagelistparser.c95 char *next; local
121 next = buf;
123 cur = strsep(&next, " \t\r\n");
125 errmsg = "Could not get next token for \"package name\"";
134 cur = strsep(&next, " \t\r\n");
136 errmsg = "Could not get next token for field \"uid\"";
157 cur = strsep(&next, " \t\r\n");
159 errmsg = "Could not get next token for field \"debuggable\"";
177 cur = strsep(&next, " \t\r\n");
179 errmsg = "Could not get next toke
[all...]
/system/nvram/core/tests/
H A Dgtest_stubs.h108 TestDeclarationBase* next; member in struct:testing::detail::TestDeclarationBase
/system/bt/osi/src/
H A Dlist.cc8 struct list_node_t* next; member in struct:list_node_t
97 node->next = prev_node->next;
99 prev_node->next = node;
111 node->next = list->head;
125 node->next = NULL;
131 list->tail->next = node;
145 list_node_t* next = list_free_node_(list, list->head); local
146 if (list->tail == list->head) list->tail = next;
147 list->head = next;
177 list_node_t* next = node->next; local
208 list_node_t* next = node->next; local
[all...]
/system/core/libcutils/
H A Dconfig_utils.c44 for(node = root->first_child; node; node = node->next)
58 root->last_child->next = node;
119 char next; member in struct:__anon1518
130 if(cs->next != 0) {
131 c = cs->next;
132 cs->next = 0;
212 cs->next = *data;
297 cs.next = 0;
326 cur = cur->next;
/system/extras/ext4_utils/
H A Dallocate.h28 struct region *next; member in struct:region
43 struct block_allocation* next; member in struct:block_allocation
/system/tools/hidl/c2hal/
H A DType.cpp162 auto next = it + 1; local
163 if (next == mQualifiers->end()) {
167 std::string unsignedType = signedToUnsigned((*next)->id);
/system/core/adb/client/
H A Dusb_windows.cpp54 usb_handle *next; member in struct:usb_handle
78 .next = &handle_list,
134 for(usb = handle_list.next; usb != &handle_list; usb = usb->next) {
169 handle->next = &handle_list;
171 handle->prev->next = handle;
172 handle->next->prev = handle;
281 ret->next = ret;
513 if ((handle->next != handle) && (handle->prev != handle)) {
514 handle->next
[all...]

Completed in 484 milliseconds

123