/third_party/toybox/toys/posix/ |
H A D | xargs.c | 166 if (dlist) dlist->prev->next = 0; in xargs_main() 167 for (dtemp = dlist; dtemp; dtemp = dtemp->next) in xargs_main() 207 struct double_list *dtemp = dlist->next; in xargs_main()
|
/third_party/vixl/test/ |
H A D | test-runner.cc | 175 for (vixl::Test* c = vixl::Test::first(); c != NULL; c = c->next()) { in main() 181 for (vixl::Test* c = vixl::Test::first(); c != NULL; c = c->next()) { in main() 197 for (c = vixl::Test::first(); c != NULL; c = c->next()) { in main()
|
/third_party/rust/crates/regex/src/ |
H A D | re_trait.rs | 66 fn next(&mut self) -> Option<Option<(usize, usize)>> { in next() functions 117 /// Returns the position of the next character after `i`. 121 /// length of the next UTF-8 sequence. 199 fn next(&mut self) -> Option<(usize, usize)> { in next() functions 209 // the next search at the smallest possible starting position in next() 210 // of the next match following this one. in next() 213 // Just move on to the next match. in next() 215 return self.next(); in next() 263 fn next(&mut self) -> Option<Locations> { in next() functions 279 return self.next(); in next() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gm107.cpp | 3877 // re-used by the next instruction. Note that the next instruction has to use 3882 Instruction *next = insn->next; 3905 if (!next->srcExists(s) || next->src(s).getFile() != FILE_GPR) 3907 if (src->reg.data.id != next->getSrc(s)->reg.data.id) 3994 const Instruction *next) 4012 if (!next || !targ->canDualIssue(insn, next)) { [all...] |
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | idt77252.c | 651 scq->next = scq->base; in alloc_scq() 661 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n", in alloc_scq() 662 scq->base, scq->next, scq->last, (unsigned long long)scq->paddr); in alloc_scq() 710 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next); in push_on_scq() 745 scq->next->word_1 = cpu_to_le32(tbd->word_1 | in push_on_scq() 747 scq->next->word_2 = cpu_to_le32(tbd->word_2); in push_on_scq() 748 scq->next->word_3 = cpu_to_le32(tbd->word_3); in push_on_scq() 749 scq->next->word_4 = cpu_to_le32(tbd->word_4); in push_on_scq() 751 if (scq->next in push_on_scq() 1339 struct sk_buff *next; idt77252_rx_raw() local [all...] |
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | idt77252.c | 651 scq->next = scq->base; in alloc_scq() 661 TXPRINTK("idt77252: SCQ: base 0x%p, next 0x%p, last 0x%p, paddr %08llx\n", in alloc_scq() 662 scq->base, scq->next, scq->last, (unsigned long long)scq->paddr); in alloc_scq() 710 TXPRINTK("%s: SCQ: next 0x%p\n", card->name, scq->next); in push_on_scq() 745 scq->next->word_1 = cpu_to_le32(tbd->word_1 | in push_on_scq() 747 scq->next->word_2 = cpu_to_le32(tbd->word_2); in push_on_scq() 748 scq->next->word_3 = cpu_to_le32(tbd->word_3); in push_on_scq() 749 scq->next->word_4 = cpu_to_le32(tbd->word_4); in push_on_scq() 751 if (scq->next in push_on_scq() 1338 struct sk_buff *next; idt77252_rx_raw() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/ |
H A D | nb8800.c | 290 unsigned int next; in nb8800_poll() local 299 next = (last + 1) % RX_DESC_COUNT; in nb8800_poll() 301 rxd = &priv->rx_descs[next]; in nb8800_poll() 311 nb8800_receive(dev, next, len); in nb8800_poll() 320 last = next; in nb8800_poll() 339 if (priv->rx_descs[next].report) in nb8800_poll() 396 unsigned int next; in nb8800_xmit() local 423 next = priv->tx_next; in nb8800_xmit() 424 txb = &priv->tx_bufs[next]; in nb8800_xmit() 425 txd = &priv->tx_descs[next]; in nb8800_xmit() [all...] |
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | cppi_dma.c | 35 * of its next (512 byte) packet. IRQ issues? 66 c->freelist = bd->next; in cppi_bd_alloc() 75 bd->next = c->freelist; in cppi_bd_free() 445 for (bd = rx->head; bd; bd = bd->next) in cppi_dump_rxq() 546 * terminating zero length packet before the next transfer is written. 622 if (++i < n_bds && bd->next) in cppi_next_tx_segment() 623 bd->hw_next = bd->next->dma; in cppi_next_tx_segment() 657 bd = bd->next; in cppi_next_tx_segment() 677 * and the next packet goes into a buffer that's queued later; while (b) fills 691 * are loaded into the buffer (with a 212 byte gap between them), and the next [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | commctrl.c | 160 * open_getadapter_fib - Get the next fib 164 * This routine will get the next Fib, if available, from the AdapterFibContext 190 * Initialize the mutex used to wait for the next AIF. in open_getadapter_fib() 207 entry = dev->fib_list.next; in open_getadapter_fib() 209 context = list_entry(entry, struct aac_fib_context, next); in open_getadapter_fib() 213 entry = dev->fib_list.next; in open_getadapter_fib() 215 entry = entry->next; in open_getadapter_fib() 218 list_add_tail(&fibctx->next, &dev->fib_list); in open_getadapter_fib() 237 * next_getadapter_fib - get the next fib 241 * This routine will get the next Fi [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-ov2722.c | 179 const struct ov2722_reg *next) in __ov2722_buf_reg_array() 184 switch (next->type) { in __ov2722_buf_reg_array() 187 ctrl->buffer.data[ctrl->index] = (u8)next->val; in __ov2722_buf_reg_array() 192 *data16 = cpu_to_be16((u16)next->val); in __ov2722_buf_reg_array() 200 ctrl->buffer.addr = next->reg; in __ov2722_buf_reg_array() 206 * possible lack of memory for next item. in __ov2722_buf_reg_array() 216 const struct ov2722_reg *next) in __ov2722_write_reg_is_consecutive() 221 return ctrl->buffer.addr + ctrl->index == next->reg; in __ov2722_write_reg_is_consecutive() 227 const struct ov2722_reg *next = reglist; in ov2722_write_reg_array() local 232 for (; next in ov2722_write_reg_array() 177 __ov2722_buf_reg_array(struct i2c_client *client, struct ov2722_write_ctrl *ctrl, const struct ov2722_reg *next) __ov2722_buf_reg_array() argument 214 __ov2722_write_reg_is_consecutive(struct i2c_client *client, struct ov2722_write_ctrl *ctrl, const struct ov2722_reg *next) __ov2722_write_reg_is_consecutive() argument [all...] |
/kernel/linux/linux-6.6/drivers/iommu/iommufd/ |
H A D | io_pagetable.c | 25 struct list_head next; member 245 list_for_each_entry(elm, pages_list, next) { in iopt_alloc_area_pages() 260 next); in iopt_alloc_area_pages() 282 list_for_each_entry(elm, pages_list, next) { in iopt_alloc_area_pages() 312 struct iopt_pages_list, next))) { in iopt_free_pages_list() 317 list_del(&elm->next); in iopt_free_pages_list() 328 list_for_each_entry(elm, pages_list, next) { in iopt_fill_domains_pages() 336 list_for_each_entry(undo_elm, pages_list, next) { in iopt_fill_domains_pages() 362 list_for_each_entry(elm, pages_list, next) { in iopt_map_pages() 414 list_add(&elm.next, in iopt_map_user_pages() 627 struct iopt_reserved *reserved, *next; __iopt_remove_reserved_iova() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aacraid/ |
H A D | commctrl.c | 160 * open_getadapter_fib - Get the next fib 164 * This routine will get the next Fib, if available, from the AdapterFibContext 190 * Initialize the mutex used to wait for the next AIF. in open_getadapter_fib() 207 entry = dev->fib_list.next; in open_getadapter_fib() 209 context = list_entry(entry, struct aac_fib_context, next); in open_getadapter_fib() 213 entry = dev->fib_list.next; in open_getadapter_fib() 215 entry = entry->next; in open_getadapter_fib() 218 list_add_tail(&fibctx->next, &dev->fib_list); in open_getadapter_fib() 237 * next_getadapter_fib - get the next fib 241 * This routine will get the next Fi [all...] |
/third_party/backends/backend/ |
H A D | dmc.c | 225 for (dev = FirstDevice; dev; dev = dev->next) { in DMCAttach() 312 dev->next = FirstDevice; in DMCAttach() 353 for (c = FirstHandle; c; c = c->next) { in ValidateHandle() 755 /* Do the next super-resolution line and interpolate vertically */ in DMCReadTwoSuperResolutionLines() 858 DMC_Device *dev, *next; in sane_exit() local 868 next = dev->next; in sane_exit() 871 dev = next; in sane_exit() 900 for (dev=FirstDevice; dev; dev = dev->next) { in sane_get_devices() 929 for (dev = FirstDevice; dev; dev = dev->next) { in sane_open() [all...] |
H A D | pieusb.c | 266 Pieusb_Device_Definition *dev, *next; in sane_exit() local 270 for (dev = pieusb_definition_list_head; dev; dev = next) { in sane_exit() 271 next = dev->next; in sane_exit() 303 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sane_get_devices() 314 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sane_get_devices() 342 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sane_open() 384 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sane_open() 402 for (s = first_handle; s; s = s->next) { in sane_open() 434 scanner->next in sane_open() [all...] |
H A D | v4l.c | 130 for (dev = first_dev; dev; dev = dev->next) in attach() 185 dev->next = first_dev; in attach() 476 V4L_Device *dev, *next; in sane_exit() local 478 for (dev = first_dev; dev; dev = next) in sane_exit() 480 next = dev->next; in sane_exit() 510 for (dev = first_dev; i < num_devices; dev = dev->next) in sane_get_devices() 535 for (dev = first_dev; dev; dev = dev->next) in sane_open() 664 s->next = first_handle; in sane_open() 680 for (s = first_handle; s; s = s->next) in sane_close() [all...] |
/third_party/ltp/pan/ |
H A D | ltp-pan.c | 79 struct coll_entry *next; member 97 struct orphan_pgrp *next; member 626 for (orph = orphans; orph != NULL; orph = orph->next) { in main() 1192 /* set b to the start of the next line and add a NULL character in get_collection() 1213 n->next = NULL; in get_collection() 1216 p->next = n; in get_collection() 1247 n->next = NULL; in get_collection() 1249 p->next = n; in get_collection() 1265 n = n->next; in get_collection() 1310 for (orph = orphans; orph != NULL; orph = orph->next) { in check_orphans() [all...] |
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds_disasm.c | 11 * The above copyright notice and this permission notice (including the next 292 add->instruction.next = NULL; in pvr_pds_disassemble_instruction_add64() 333 add->instruction.next = NULL; in pvr_pds_disassemble_instruction_add32() 373 stm->instruction.next = NULL; in pvr_pds_disassemble_instruction_stm() 429 ins->instruction.next = NULL; in pvr_pds_disassemble_instruction_sftlp32() 491 ins->instruction.next = NULL; in pvr_pds_disassemble_instruction_sftlp64() 551 cmp->instruction.next = NULL; in pvr_pds_disassemble_instruction_cmp() 597 ins->instruction.next = NULL; in pvr_pds_disassemble_instruction_sp_ld_st() 619 stmc->instruction.next = NULL; in pvr_pds_disassemble_instruction_sp_stmc() 643 limm->instruction.next in pvr_pds_disassemble_instruction_sp_limm() [all...] |
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.c | 133 struct _XMesaExtDisplayInfo *next; member 160 for (info = MesaExtInfo.head; info; info = info->next) { in xmesa_close_display() 175 prev->next = info->next; in xmesa_close_display() 177 MesaExtInfo.head = info->next; in xmesa_close_display() 222 info = info->next; in xmesa_init_display() 262 info->next = MesaExtInfo.head; in xmesa_init_display() 1414 XMesaBuffer b, next; in xmesa_destroy_buffers_on_display() local 1415 for (b = XMesaBufferList; b; b = next) { in xmesa_destroy_buffers_on_display() 1416 next in xmesa_destroy_buffers_on_display() 1434 XMesaBuffer b, next; XMesaGarbageCollect() local [all...] |
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 77 // that's ~32GB of just integers for the next/prev links, plus whatever 214 #next; 244 next: c.#next, 335 this.#next = new UintArray(max); 438 /* c8 ignore next */ 576 i = this.#next[i]; 863 this.#next[this.#tail] = index; 988 this.#head = this.#next[head]; 1324 this.#next[ [all...] |
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 74 // that's ~32GB of just integers for the next/prev links, plus whatever 211 #next; 241 next: c.#next, 332 this.#next = new UintArray(max); 435 /* c8 ignore next */ 573 i = this.#next[i]; 860 this.#next[this.#tail] = index; 985 this.#head = this.#next[head]; 1321 this.#next[ [all...] |
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 162 var next = attr[pos + 1]; 167 // pos === 0 && this.content(next) === '|' 189 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { 192 } else if ((!node.namespace || lastAdded === "namespace" && !spaceAfterMeaningfulToken) && next) { 223 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { 230 if (content === '~' && next[_tokenize.FIELDS.TYPE] === tokens.equals) { 238 if (next[_tokenize.FIELDS.TYPE] === tokens.equals) { 247 if (next && this.content(next) === '|' && attr[pos + 2] && attr[pos + 2][_tokenize.FIELDS.TYPE] !== tokens.equals && 340 if (spaceAfterMeaningfulToken || next [all...] |
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-json.c | 281 auth = auth->next; in lws_ss_policy_find_auth_by_name() 292 * participating structs begin with .next and .name the same in lws_ss_policy_alloc_helper() 300 a->curr[type].b->next = a->heads[type].b; in lws_ss_policy_alloc_helper() 437 p2 = p2->next; in lws_ss_policy_parser_cb() 443 * participating structs begin with .next and .name the same in lws_ss_policy_parser_cb() 462 a->curr[n].b->next = a->heads[n].b; in lws_ss_policy_parser_cb() 569 x = x->next; in lws_ss_policy_parser_cb() 632 *py = x->next; in lws_ss_policy_parser_cb() 639 x->next = a->context->server_der_list; in lws_ss_policy_parser_cb() 644 py = &x->next; in lws_ss_policy_parser_cb() [all...] |
/third_party/pulseaudio/src/modules/macosx/ |
H A D | module-coreaudio-device.c | 265 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in ca_device_check_device_state() 269 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in ca_device_check_device_state() 304 sink = sink->next; in sink_process_msg() 342 source = source->next; in source_process_msg() 894 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in pa__init() 897 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in pa__init() 926 for (ca_sink = u->sinks; ca_sink; ca_sink = ca_sink->next) in pa__done() 931 for (ca_source = u->sources; ca_source; ca_source = ca_source->next) in pa__done() 946 coreaudio_sink *next = ca_sink->next; in pa__done() local 958 coreaudio_source *next = ca_source->next; pa__done() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.c | 62 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_for_each_sta() 87 for (sta = hapd->sta_list; sta; sta = sta->next) { in ap_get_sta_p2p() 111 hapd->sta_list = sta->next; in ap_sta_list_del() 116 while (tmp != NULL && tmp->next != sta) in ap_sta_list_del() 117 tmp = tmp->next; in ap_sta_list_del() 122 tmp->next = sta->next; in ap_sta_list_del() 396 sta = sta->next; in hostapd_free_stas() 448 * Anyway, try again after the next inactivity timeout, in ap_handle_timer() 719 sta->next in ap_sta_add() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | tree-log.c | 802 sums = list_entry(ordered_sums.next, in replay_one_extent() 1097 goto next; in __add_inode_ref() 1141 next: in __add_inode_ref() 2195 goto next; in find_dir_range() 2208 next: in find_dir_range() 2209 /* check the next slot in the tree to see if it is a valid item */ in find_dir_range() 2738 struct extent_buffer *next; in walk_down_log_tree() local 2759 next = btrfs_find_create_tree_block(fs_info, bytenr); in walk_down_log_tree() 2760 if (IS_ERR(next)) in walk_down_log_tree() 2761 return PTR_ERR(next); in walk_down_log_tree() 2845 struct extent_buffer *next; walk_up_log_tree() local 2927 struct extent_buffer *next; walk_log_tree() local [all...] |