Home
last modified time | relevance | path

Searched refs:next (Results 3901 - 3925 of 6079) sorted by relevance

1...<<151152153154155156157158159160>>...244

/third_party/spirv-tools/source/val/
H A Dbasic_block.h160 /// Adds @p next BasicBlocks as successors of this BasicBlock
162 const std::vector<BasicBlock*>& next = std::vector<BasicBlock*>());
/third_party/spirv-tools/test/opt/
H A Dinst_buff_addr_check_test.cpp173 // blockType next;
183 // b = b.next;
203 OpMemberName %blockType 1 "next"
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h248 * next - Pointer to the next EAP method
253 struct eap_method *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig_ssid.h70 * next - Next network in global list
75 struct wpa_ssid *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dndisc_snoop.c89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h248 * next - Pointer to the next EAP method
253 struct eap_method *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_ssid.h99 * next - Next network in global list
104 struct wpa_ssid *next; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dndisc_snoop.c89 for (sta = hapd->sta_list; sta; sta = sta->next) { in ucast_to_stas()
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c87 struct ePICPixListElem *next; member
445 new_elem->next = hash_elem->list; in epic_add_pixel_to_cache()
470 ePICPixListElem *tmp = list_elem->next; in epic_free_pixel_cache()
783 prev->next = list->next; in epic_decode_from_cache()
784 list->next = hash_elem->list; in epic_decode_from_cache()
792 list = list->next; in epic_decode_from_cache()
1554 /* navigate to next chunk */ in g2m_decode_frame()
H A Dlibvpxenc.c67 struct FrameListData *next; member
305 p = &(*p)->next; in coded_frame_add()
307 cx_frame->next = NULL; in coded_frame_add()
321 list = list->next; in free_frame_list()
1316 *frame_list = cx_frame->next; in queue_frames()
1321 are only good through the next vpx_codec call */ in queue_frames()
1783 ctx->coded_frame_list = cx_frame->next; in vpx_encode()
1784 ctx->alpha_coded_frame_list = alpha_cx_frame->next; in vpx_encode()
H A Dvideotoolboxenc.c206 struct BufNode* next; member
284 BufNode *next = info->next; in set_async_error() local
287 info = next; in set_async_error()
327 vtctx->q_head = vtctx->q_head->next; in vtenc_q_pop()
359 info->next = NULL; in vtenc_q_push()
366 vtctx->q_tail->next = info; in vtenc_q_push()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1725 snd_config_iterator_t i, next; local
1737 snd_config_for_each(i, next, cfg) {
1762 snd_config_for_each(i, next, cfg) {
1811 snd_config_iterator_t i, next; local
1866 snd_config_for_each(i, next, sconf) {
1924 snd_config_iterator_t i, next; local
1953 snd_config_for_each(i, next, conf) {
/third_party/backends/backend/
H A Dagfafocus.c814 for (dev = agfafocus_devices; dev; dev = dev->next) in attach()
921 dev->next = agfafocus_devices; in attach()
1318 AgfaFocus_Device *dev, *next; in sane_exit() local
1320 for (dev = agfafocus_devices; dev; dev = next) in sane_exit()
1322 next = dev->next; in sane_exit()
1347 for (dev = agfafocus_devices, i = 0; i < num_devices; dev = dev->next) in sane_get_devices()
H A Dsp15c.c323 for (dev = first_dev, i = 0; i < num_devices; dev = dev->next) in sane_get_devices()
977 struct sp15c *dev, *next; in sane_exit() local
981 for (dev = first_dev; dev; dev = next) in sane_exit()
983 next = dev->next; in sane_exit()
1003 for (dev = first_dev; dev; dev = dev->next) in attach_scanner()
1061 dev->next = first_dev; in attach_scanner()
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c469 char next; in split_uri() local
513 next = end_of_address[1]; in split_uri()
525 next = start[i]; in split_uri()
541 if (next != ':') in split_uri()
548 next = '\0'; in split_uri()
552 next = *end_of_port; in split_uri()
568 if (next == '/') in split_uri()
1824 /* giving up on this address, try next one if any */ in bjnp_allocate_device()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java70 // Set the test text on which subsequent calls to next() will operate
73 // Find the next break position, starting from the specified position.
75 abstract int next(int i); in next() method in RBBITestMonkey.RBBIMonkeyKind
220 int next(int prevPos) { in next() method in RBBITestMonkey.RBBICharMonkey
494 int next(int prevPos) { in next() method in RBBITestMonkey.RBBIWordMonkey
874 int next(int startPos) { in next() method in RBBITestMonkey.RBBILineMonkey
886 int nextPos; // Index of the next character following pos. in next()
911 // Advance to the next position to be tested. in next()
1020 // so that next loop iteration will continue at the end of the number, in next()
1631 int next(in method in RBBITestMonkey.RBBISentenceMonkey
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java67 // Set the test text on which subsequent calls to next() will operate
70 // Find the next break position, starting from the specified position.
72 abstract int next(int i); in next() method in RBBITestMonkey.RBBIMonkeyKind
217 int next(int prevPos) { in next() method in RBBITestMonkey.RBBICharMonkey
491 int next(int prevPos) { in next() method in RBBITestMonkey.RBBIWordMonkey
878 int next(int startPos) { in next() method in RBBITestMonkey.RBBILineMonkey
890 int nextPos; // Index of the next character following pos. in next()
915 // Advance to the next position to be tested. in next()
1024 // so that next loop iteration will continue at the end of the number, in next()
1636 int next(in method in RBBITestMonkey.RBBISentenceMonkey
[all...]
/third_party/libcoap/src/
H A Dcoap_session.c615 queue = queue->next; in coap_session_mfree()
921 session->delayqueue = q->next; in coap_session_connected()
922 q->next = NULL; in coap_session_connected()
938 q->next = session->delayqueue; in coap_session_connected()
1006 q = q->next; in coap_session_disconnected()
1046 session->delayqueue = q->next; in coap_session_disconnected()
1047 q->next = NULL; in coap_session_disconnected()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp144 unsigned next = 0; in AddDigests() local
153 next += (unsigned)dest[i] + (unsigned)src[i]; in AddDigests()
154 dest[i] = (Byte)next; in AddDigests()
155 next >>= 8; in AddDigests()
163 next += (unsigned)dest[i] + (unsigned)src[i]; in AddDigests()
164 dest[i] = (Byte)next; in AddDigests()
165 next >>= 8; in AddDigests()
173 next += (unsigned)dest[i]; in AddDigests()
174 dest[i] = (Byte)next; in AddDigests()
175 next >> in AddDigests()
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c12 * The above copyright notice and this permission notice (including the next
1705 /* TSY sync ops materialize at the point of the next thread switch, in qpu_inst_after_thrsw_valid_in_delay_slot()
1739 qinst = (struct qinst *)qinst->link.next; in valid_thrsw_sequence()
1854 (struct qinst *)merge_inst->link.next; in emit_thrsw()
1928 while (slots_filled < 3 && block->instructions.next != &inst->link) { in emit_branch()
2161 * ldvary write r5 happens in the next instruction). in fixup_pipelined_ldvary()
2320 struct qinst *qinst = (struct qinst *)block->instructions.next; in qpu_schedule_instructions_block()
2430 (struct qinst *) successor_insts->next; in qpu_set_branch_targets()
2437 s_inst = (struct qinst *) s_inst->link.next; in qpu_set_branch_targets()
2438 slot = (struct qinst *) slot->link.next; in qpu_set_branch_targets()
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dstatic_policy.h20 .next = (void *)&_md_s3PutObj_xacl,
28 .next = (void *)&_md_s3PutObj_xdate,
36 .next = (void *)&_md_s3PutObj_xcsha256,
44 .next = (void *)&_md_s3PutObj_ctype,
52 .next = (void *)&_md_s3PutObj_s3Obj,
60 .next = (void *)&_md_s3PutObj_s3bucket,
68 .next = (void *)&_md_s3PutObj_service,
/third_party/lwip/src/netif/ppp/
H A Dipcp.c1079 u_char citype, cilen, *next; in ipcp_nakci() local
1089 ipcp_options try_; /* options to request next time */ in ipcp_nakci()
1249 next = p + cilen - 2; in ipcp_nakci()
1319 p = next; in ipcp_nakci()
1350 ipcp_options try_; /* options to request next time */ in ipcp_rejci()
1511 u_char *cip, *next; /* Pointer to current and next CIs */ in ipcp_reqci() local
1519 u_char *p; /* Pointer to next char to parse */ in ipcp_reqci()
1537 next = inp; in ipcp_reqci()
1540 cip = p = next; /* Remembe in ipcp_reqci()
[all...]
/third_party/libabigail/src/
H A Dabg-tools-utils.cc982 size_t current = 0, next; in split_string() local
994 next = input_string.find_first_of(delims, current); in split_string()
995 if (next == string::npos) in split_string()
1003 string s = input_string.substr(current, next - current); in split_string()
1006 result.push_back(input_string.substr(current, next - current)); in split_string()
1009 current = next + 1; in split_string()
1011 while (next != string::npos); in split_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIfConversion.cpp640 /// Returns the next block in the function blocks ordering. If it is the end,
775 MachineBasicBlock::reverse_iterator RTIE = std::next(TIE.getReverse()); in CountDuplicatedInstructions()
776 MachineBasicBlock::reverse_iterator RFIE = std::next(FIE.getReverse()); in CountDuplicatedInstructions()
777 const MachineBasicBlock::reverse_iterator RTIB = std::next(TIB.getReverse()); in CountDuplicatedInstructions()
778 const MachineBasicBlock::reverse_iterator RFIB = std::next(FIB.getReverse()); in CountDuplicatedInstructions()
806 TIE = std::next(RTIE.getReverse()); in CountDuplicatedInstructions()
807 FIE = std::next(RFIE.getReverse()); in CountDuplicatedInstructions()
1441 /// Returns true either if ToMBB is the next block after MBB or that all the
1442 /// intervening blocks are empty (given MBB can fall through to its next block).
1445 MachineFunction::iterator I = std::next(P in canFallThroughTo()
[all...]
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c458 PCell next; member
497 PCell cell_free; /* call allocation next free slot */
557 for ( ; cell != ras.cell_null; cell = cell->next ) in gray_dump_cells()
608 pcell = &cell->next; in gray_set_cell()
620 cell->next = *pcell; in gray_set_cell()
932 /* also easily updated when moving from one cell to the next. */ in gray_render_line()
1493 for ( ; cell != ras.cell_null; cell = cell->next ) in gray_sweep()
1544 for ( ; cell != ras.cell_null; cell = cell->next ) in gray_sweep_direct()
1963 ras.cell_null->next = NULL; in gray_convert_glyph()

Completed in 51 milliseconds

1...<<151152153154155156157158159160>>...244