Home
last modified time | relevance | path

Searched refs:iter (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dtsd.c170 tsd_init_block_t *iter; in tsd_init_check_recursion() local
174 ql_foreach(iter, &head->blocks, link) { in tsd_init_check_recursion()
175 if (iter->thread == self) { in tsd_init_check_recursion()
177 return (iter->data); in tsd_init_check_recursion()
A Dtcache.c268 tcache_t *iter; in tcache_arena_dissociate() local
269 ql_foreach(iter, &arena->tcache_ql, link) { in tcache_arena_dissociate()
270 if (iter == tcache) { in tcache_arena_dissociate()
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c165 iter = tre_mem_calloc(mem, sizeof *iter); in tre_ast_new_iter()
169 iter->arg = arg; in tre_ast_new_iter()
170 iter->min = min; in tre_ast_new_iter()
171 iter->max = max; in tre_ast_new_iter()
1655 *result = tre_ast_new_iter(mem, iter->arg, iter->min, iter->max, iter->minimal); in tre_copy_ast()
1738 if (iter->min > 1 || iter->max > 1) in tre_expand_ast()
1753 if (iter->min > 1 || iter->max > 1) { in tre_expand_ast()
1787 for (j = iter->min; j < iter->max; j++) { in tre_expand_ast()
2155 if (iter->min == 0 || iter->arg->nullable) in tre_compute_nfl()
2414 assert(iter->max == -1 || iter->max == 1); in tre_ast_to_tnfa()
[all …]
/third_party/ulib/usbhost/
A Dusbhost.c505 void usb_descriptor_iter_init(struct usb_device *device, struct usb_descriptor_iter *iter) in usb_descriptor_iter_init() argument
507 iter->config = device->desc; in usb_descriptor_iter_init()
508 iter->config_end = device->desc + device->desc_length; in usb_descriptor_iter_init()
509 iter->curr_desc = device->desc; in usb_descriptor_iter_init()
511 struct usb_descriptor_header *usb_descriptor_iter_next(struct usb_descriptor_iter *iter) in usb_descriptor_iter_next() argument
514 if (iter->curr_desc >= iter->config_end) in usb_descriptor_iter_next()
516 next = (struct usb_descriptor_header*)iter->curr_desc; in usb_descriptor_iter_next()
517 iter->curr_desc += next->bLength; in usb_descriptor_iter_next()
/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h164 void usb_descriptor_iter_init(struct usb_device *device, struct usb_descriptor_iter *iter);
168 struct usb_descriptor_header *usb_descriptor_iter_next(struct usb_descriptor_iter *iter);
/third_party/dev/ethernet/e1000/
A Digb_txrx.c395 int cnt, i, iter; in igb_isc_rxd_available() local
403 for (iter = cnt = 0, i = idx; iter < scctx->isc_nrxd[0] && iter <= budget;) { in igb_isc_rxd_available()
416 iter++; in igb_isc_rxd_available()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Drb.h187 a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \
914 a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \

Completed in 22 milliseconds