/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 768 int next; in cyttsp4_get_touch_axis() local 770 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp4_get_touch_axis() 774 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 775 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 776 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 777 next++; in cyttsp4_get_touch_axis() 785 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 786 xy_data[next], xy_data[next]); in cyttsp4_get_touch_axis() [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 155 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use. 171 * the halt in software during the next device reset. Hopefully this 688 /* Wait for the next buffer to become available */ in do_read() 755 common->next_buffhd_to_fill = bh->next; in do_read() 844 /* Get the next buffer */ in do_write() 860 common->next_buffhd_to_fill = bh->next; in do_write() 874 common->next_buffhd_to_drain = bh->next; in do_write() 1488 common->next_buffhd_to_fill = bh2->next; in throw_away_data() 1500 common->next_buffhd_to_drain = bh->next; in throw_away_data() 1553 common->next_buffhd_to_fill = bh->next; in finish_reply() [all...] |
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | rgrp.c | 283 * This function takes an existing rbm structure and increments it to the next 500 struct rb_node *n, *next; in gfs2_blk2rgrpd() local 507 next = NULL; in gfs2_blk2rgrpd() 509 next = n->rb_left; in gfs2_blk2rgrpd() 511 next = n->rb_right; in gfs2_blk2rgrpd() 512 if (next == NULL) { in gfs2_blk2rgrpd() 522 n = next; in gfs2_blk2rgrpd() 550 * gfs2_rgrpd_get_next - get the next RG 553 * Returns: The next rgrp 1071 struct gfs2_rgrpd *next in gfs2_rgrp_out() local [all...] |
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | inode.c | 195 struct buffer_head *head, *next, *bh; in fix_tail_page_for_writing() local 201 next = bh->b_this_page; in fix_tail_page_for_writing() 205 bh = next; in fix_tail_page_for_writing() 440 /* update key to look for the next piece */ in _get_block_create_0() 1183 * up to the next block. in real_space_diff() 2188 * not the page that will hold the next byte for appending in grab_tail_page() 2667 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() local 2673 bh = next; in reiserfs_write_full_page() 2726 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() local 2733 bh = next; in reiserfs_write_full_page() 3156 struct buffer_head *head, *bh, *next; reiserfs_invalidatepage() local [all...] |
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | rgrp.c | 526 struct rb_node *n, *next; in gfs2_blk2rgrpd() local 533 next = NULL; in gfs2_blk2rgrpd() 535 next = n->rb_left; in gfs2_blk2rgrpd() 537 next = n->rb_right; in gfs2_blk2rgrpd() 538 if (next == NULL) { in gfs2_blk2rgrpd() 548 n = next; in gfs2_blk2rgrpd() 576 * gfs2_rgrpd_get_next - get the next RG 579 * Returns: The next rgrp 1088 struct gfs2_rgrpd *next = gfs2_rgrpd_get_next(rgd); in gfs2_rgrp_out() local 1095 if (next in gfs2_rgrp_out() [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | inode.c | 195 struct buffer_head *head, *next, *bh; in fix_tail_page_for_writing() local 201 next = bh->b_this_page; in fix_tail_page_for_writing() 205 bh = next; in fix_tail_page_for_writing() 432 /* update key to look for the next piece */ in _get_block_create_0() 1175 * up to the next block. in real_space_diff() 2176 * not the page that will hold the next byte for appending in grab_tail_page() 2653 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() local 2659 bh = next; in reiserfs_write_full_page() 2712 struct buffer_head *next = bh->b_this_page; in reiserfs_write_full_page() local 2719 bh = next; in reiserfs_write_full_page() 3133 struct buffer_head *head, *bh, *next; reiserfs_invalidate_folio() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 125 * (fsg->next_buffhd_to_fill) that points to the next buffer head to use. 141 * the halt in software during the next device reset. Hopefully this 661 /* Wait for the next buffer to become available */ in do_read() 728 common->next_buffhd_to_fill = bh->next; in do_read() 820 /* Get the next buffer */ in do_write() 836 common->next_buffhd_to_fill = bh->next; in do_write() 850 common->next_buffhd_to_drain = bh->next; in do_write() 1262 buf += 11; /* go to next track descriptor */ in do_read_toc() 1537 common->next_buffhd_to_fill = bh2->next; in throw_away_data() 1549 common->next_buffhd_to_drain = bh->next; in throw_away_data() [all...] |
/kernel/linux/linux-6.6/drivers/block/ |
H A D | pktcdvd.c | 34 * The next layer transforms unaligned write requests to aligned writes. This 608 struct packet_data *pkt, *next; in pkt_shrink_pktlist() local 612 list_for_each_entry_safe(pkt, next, &pd->cdrw.pkt_free_list, list) { in pkt_shrink_pktlist() 660 struct rb_node *next; in pkt_rbtree_find() local 671 next = n->rb_left; in pkt_rbtree_find() 673 next = n->rb_right; in pkt_rbtree_find() 674 if (!next) in pkt_rbtree_find() 676 n = next; in pkt_rbtree_find() 850 * before the next write, switch to reading instead if there are any pending 1082 if (pkt->sector == zone || pkt->list.next in pkt_get_packet_data() 1374 struct packet_data *pkt, *next; pkt_handle_packets() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | main.c | 414 desc->next = desc->data; in rtw_fwcd_prep() 423 u8 *next; in rtw_fwcd_next() local 430 next = desc->next + sizeof(struct rtw_fwcd_hdr); in rtw_fwcd_next() 431 if (next - desc->data + size > desc->size) { in rtw_fwcd_next() 436 hdr = (struct rtw_fwcd_hdr *)(desc->next); in rtw_fwcd_next() 441 desc->next = next + size; in rtw_fwcd_next() 443 return next; in rtw_fwcd_next() 470 desc->next in rtw_fwcd_free() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 782 int next; in cyttsp4_get_touch_axis() local 784 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp4_get_touch_axis() 788 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 789 xy_data[next], xy_data[next], bofs); in cyttsp4_get_touch_axis() 790 *axis = (*axis * 256) + (xy_data[next] >> bofs); in cyttsp4_get_touch_axis() 791 next++; in cyttsp4_get_touch_axis() 799 __func__, *axis, *axis, size, max, xy_data, next, in cyttsp4_get_touch_axis() 800 xy_data[next], xy_data[next]); in cyttsp4_get_touch_axis() [all...] |
/third_party/elfutils/src/ |
H A D | strip.c | 171 struct section_pattern *next; member 182 p->next = *patterns; in add_pattern() 193 pattern = p->next; in free_sec_patterns() 214 pattern = pattern->next; in section_name_matches() 644 size_t next = 0; in remove_debug_relocations() local 711 if (relidx != next) in remove_debug_relocations() 715 updated = gelf_update_rela (reldata, next, rel_p); in remove_debug_relocations() 717 updated = gelf_update_rel (reldata, next, rel_p); in remove_debug_relocations() 721 ++next; in remove_debug_relocations() 724 nrels = next; in remove_debug_relocations() [all...] |
/third_party/glfw/src/ |
H A D | win32_window.c | 752 MSG next; in windowProc() local 755 if (PeekMessageW(&next, NULL, 0, 0, PM_NOREMOVE)) in windowProc() 757 if (next.message == WM_KEYDOWN || in windowProc() 758 next.message == WM_SYSKEYDOWN || in windowProc() 759 next.message == WM_KEYUP || in windowProc() 760 next.message == WM_SYSKEYUP) in windowProc() 762 if (next.wParam == VK_MENU && in windowProc() 763 (HIWORD(next.lParam) & KF_EXTENDED) && in windowProc() 764 next.time == time) in windowProc() 2120 window = window->next; in _glfwPollEventsWin32() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 13 * The above copyright notice and this permission notice (including the next 577 while (plane && resource->next && !si_texture_is_aux_plane(resource->next)) { in si_resource_get_param() 579 resource = resource->next; in si_resource_get_param() 677 while (plane && resource->next && !si_texture_is_aux_plane(resource->next)) { in si_texture_get_handle() 678 resource = resource->next; in si_texture_get_handle() 1331 last_plane->buffer.b.b.next = &tex->buffer.b.b; in si_texture_create_with_modifier() 1594 struct pipe_resource *next_plane = tex->buffer.b.b.next; in si_texture_from_winsys_buffer() 1599 next_plane = next_plane->next; in si_texture_from_winsys_buffer() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | srchtest.cpp | 277 // start of next matches in assertEqualWithStringSearch() 280 strsrch->next(status); in assertEqualWithStringSearch() 287 errln("Error next match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch() 301 errln("Error getting next matched text"); in assertEqualWithStringSearch() 306 strsrch->next(status); in assertEqualWithStringSearch() 313 errln("Error next match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch() 1315 strsrch->next(status); in TestGetSetOffset() 1339 strsrch->next(status); in TestGetSetOffset() 1445 strsrch->next(status); in TestGetMatch() 1466 strsrch->next(statu in TestGetMatch() [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 1182 POINTFX const * next() { in next() function in __anon18923::GDIGlyphbufferPointIter 1185 const TTPOLYGONHEADER* header = fHeaderIter.next(); in next() 1190 const TTPOLYCURVE* curve = fCurveIter.next(); in next() 1198 const POINTFX* nextPoint = fPointIter.next(); in next() 1200 const TTPOLYCURVE* curve = fCurveIter.next(); in next() 1207 nextPoint = fPointIter.next(); in next() 1225 const TTPOLYGONHEADER* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonHeaderIter 1259 const TTPOLYCURVE* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonCurveIter 1298 const POINTFX* next() { in next() function in __anon18923::GDIGlyphbufferPointIter::GDIPolygonCurvePointIter 1411 pElem = iter.next(); \ [all...] |
/third_party/python/Modules/ |
H A D | _testbuffer.c | 90 struct ndbuf *next; member 132 ndbuf->next = NULL; in ndbuf_new() 180 elt->next = nd->head; in ndbuf_push() 190 elt->prev->next = elt->next; in ndbuf_delete() 192 nd->head = elt->next; in ndbuf_delete() 194 if (elt->next) in ndbuf_delete() 195 elt->next->prev = elt->prev; in ndbuf_delete() 252 nd->head->next = NULL; in ndarray_init_staticbuf() 746 | next | O [all...] |
/third_party/rust/crates/nix/test/sys/ |
H A D | test_socket.rs | 1228 match cmsgs.next() { in test_scm_rights_single_cmsg_multiple_fds() 1239 assert!(cmsgs.next().is_none(), "unexpected control msg"); in test_scm_rights_single_cmsg_multiple_fds() 1740 if let Some(ControlMessageOwned::Ipv4PacketInfo(pktinfo)) = cmsgs.next() in test_recv_ipv4pktinfo() 1749 assert!(cmsgs.next().is_none(), "unexpected additional control msg"); in test_recv_ipv4pktinfo() 2123 if let Some(ControlMessageOwned::Ipv6PacketInfo(pktinfo)) = cmsgs.next() in test_recv_ipv6pktinfo() 2132 assert!(cmsgs.next().is_none(), "unexpected additional control msg"); in test_recv_ipv6pktinfo() 2230 let rtime = match r.cmsgs().next() { in test_recvmsg_timestampns() 2287 let rtime = match r[0].cmsgs().next() { in test_recvmmsg_timestampns() 2373 drop_counter = match r.cmsgs().next() { in test_recvmsg_rxq_ovfl() 2555 let ext_err = match msg.cmsgs().next() { in test_recverr_impl() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ |
H A D | ibmvnic.c | 2432 union sub_crq *next; in ibmvnic_poll() local 2452 next = ibmvnic_next_scrq(adapter, adapter->rx_scrq[scrq_num]); in ibmvnic_poll() 2454 (struct ibmvnic_rx_buff *)be64_to_cpu(next-> in ibmvnic_poll() 2457 if (next->rx_comp.rc) { in ibmvnic_poll() 2459 be16_to_cpu(next->rx_comp.rc)); in ibmvnic_poll() 2461 next->rx_comp.first = 0; in ibmvnic_poll() 2467 next->rx_comp.first = 0; in ibmvnic_poll() 2472 length = be32_to_cpu(next->rx_comp.len); in ibmvnic_poll() 2473 offset = be16_to_cpu(next->rx_comp.off_frame_data); in ibmvnic_poll() 2474 flags = next in ibmvnic_poll() 3093 union sub_crq *next; ibmvnic_complete_tx() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 1556 for (; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_lookup_r0kh() 1603 for (; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_lookup_r1kh() 1651 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_del_r0kh() 1659 prev->next = r0kh->next; in wpa_ft_rrb_del_r0kh() 1661 *wpa_auth->conf.r0kh_list = r0kh->next; in wpa_ft_rrb_del_r0kh() 1714 r0kh->next = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_add_r0kh() 1736 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh() 1744 prev->next = r1kh->next; in wpa_ft_rrb_del_r1kh() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 1554 for (; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_lookup_r0kh() 1601 for (; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_lookup_r1kh() 1649 for (r0kh = *wpa_auth->conf.r0kh_list; r0kh; r0kh = r0kh->next) { in wpa_ft_rrb_del_r0kh() 1657 prev->next = r0kh->next; in wpa_ft_rrb_del_r0kh() 1659 *wpa_auth->conf.r0kh_list = r0kh->next; in wpa_ft_rrb_del_r0kh() 1712 r0kh->next = *wpa_auth->conf.r0kh_list; in wpa_ft_rrb_add_r0kh() 1734 for (r1kh = *wpa_auth->conf.r1kh_list; r1kh; r1kh = r1kh->next) { in wpa_ft_rrb_del_r1kh() 1742 prev->next = r1kh->next; in wpa_ft_rrb_del_r1kh() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant.c | 507 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) in wpa_supplicant_cleanup() 1004 struct wpa_supplicant *next = wpa_s->next; in wpa_supplicant_terminate_proc() local 1012 wpa_s = next; in wpa_supplicant_terminate_proc() 1025 struct wpa_supplicant *next = NULL; in wpa_supplicant_terminate_with_reset_driver() local 1027 next = wpa_s->next; in wpa_supplicant_terminate_with_reset_driver() 1032 wpa_s = next; in wpa_supplicant_terminate_with_reset_driver() 1124 * Clear forced success to clear EAP state for next in wpa_supplicant_reload_configuration() 1160 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpa_supplicant_reconfig() 5474 radio_add_work(struct wpa_supplicant *wpa_s, unsigned int freq, const char *type, int next, void (*cb)(struct wpa_radio_work *work, int deinit), void *ctx) global() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | js_fwk_common.cpp | 851 node->next = head; in InsertWatcherCommon() 860 head = node->next; in ClearWatchersCommon() 1055 char *next = nullptr; in ParseRgbaColor() local 1056 token = strtok_s(buffer, DELIMITER, &next); in ParseRgbaColor() 1067 token = strtok_s(nullptr, DELIMITER, &next); in ParseRgbaColor()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/ |
H A D | json.h | 775 // push the object with key and missing value on the stack and hope to find a value next 794 // move this object to the next in the stack 847 // missing key for next object 855 // missing value for next object 1078 auto next = str.substr(i + 1, 6U); 1079 if (next[0] == '\\' && next[1] == 'u') { 1080 next.remove_prefix(2); 1081 int low = codepoint(next);
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_server.c | 100 enum GattServerState next; member 335 serverState->next = BLE_SERVER_STATE_NET_CHARACTERISTIC_ADDED; in IsConnCharacterisicAndSetHandle() 341 serverState->next = BLE_SERVER_STATE_CONN_CHARACTERISTIC_ADDED; in IsConnCharacterisicAndSetHandle() 382 rc = UpdateBleServerStateInOrder(serverState.expect, serverState.next); in BleCharacteristicAddMsgHandler() 399 rc = UpdateBleServerStateInOrder(serverState.next, serverState.nextNext); in BleCharacteristicAddMsgHandler()
|
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | core.c | 53 return to_dw_desc(dwc->active_list.next); in dwc_first_active() 169 /* Move pointer to next descriptor */ in dwc_do_single_block() 170 dwc->tx_node_active = dwc->tx_node_active->next; in dwc_do_single_block() 226 list_move(dwc->queue.next, &dwc->active_list); in dwc_dostart_first_queued() 328 if (active == head->next) in dwc_scan_descriptors() 335 /* Submit next block */ in dwc_scan_descriptors() 440 list_move(dwc->queue.next, dwc->active_list.prev); in dwc_handle_error()
|