Home
last modified time | relevance | path

Searched refs:next (Results 2101 - 2125 of 5731) sorted by relevance

1...<<81828384858687888990>>...230

/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c11 * The above copyright notice and this permission notice (including the next
943 pool->next = 0; in anv_CreateDescriptorPool()
1015 pool->next = 0; in anv_ResetDescriptorPool()
1032 uint32_t next; member
1041 if (size <= pool->size - pool->next) { in anv_descriptor_pool_alloc_set()
1042 *set = (struct anv_descriptor_set *) (pool->data + pool->next); in anv_descriptor_pool_alloc_set()
1044 pool->next += size; in anv_descriptor_pool_alloc_set()
1049 for (uint32_t f = pool->free_list; f != EMPTY; f = entry->next) { in anv_descriptor_pool_alloc_set()
1052 *link = entry->next; in anv_descriptor_pool_alloc_set()
1057 link = &entry->next; in anv_descriptor_pool_alloc_set()
1085 void *next; global() member
[all...]
/third_party/python/Python/
H A Dsysmodule.c215 for (; e; e = e->next) { in sys_audit_tstate()
354 n = e->next; in _PySys_ClearAuditHooks()
392 while (e->next) { in PySys_AddAuditHook()
393 e = e->next; in PySys_AddAuditHook()
395 e = e->next = (_Py_AuditHookEntry*)PyMem_RawMalloc( in PySys_AddAuditHook()
406 e->next = NULL; in PySys_AddAuditHook()
2116 struct _preinit_entry *next; member
2163 while (last_entry->next != NULL) { in _append_preinit_entry()
2164 last_entry = last_entry->next; in _append_preinit_entry()
2166 last_entry->next in _append_preinit_entry()
2180 _Py_PreInitEntry next = current->next; _clear_preinit_entries() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp810 LiveRange::const_iterator N = std::next(RI); in addKillFlags()
1080 LiveRange::iterator Next = std::next(OldIdxIn); in handleMoveDown()
1151 LiveRange::iterator INext = std::next(OldIdxOut); in handleMoveDown()
1167 std::copy(std::next(OldIdxOut), E, OldIdxOut); in handleMoveDown()
1181 std::copy(std::next(OldIdxOut), std::next(AfterNewIdx), OldIdxOut); in handleMoveDown()
1217 std::copy(std::next(OldIdxOut), AfterNewIdx, OldIdxOut); in handleMoveDown()
1256 OldIdxOut = std::next(OldIdxIn); in handleMoveUp()
1302 SlotIndex NewDefEndPoint = std::next(NewIdxIn)->end; in handleMoveUp()
1313 std::next(NewIdxOu in handleMoveUp()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js485 * The output of functions in the pipeline will be passed to the next function
1378 * Keeps track of the next, auto increment, identifier to assign
1594 var next = new lunr.TokenSet
1595 next.final = final
1597 node.edges[char] = next
1598 node = next
1729 next = undefined
1735 next = frame.output.edges[nEdge]
1736 next.final = next
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c314 BIO *next = BIO_next(b); in ebcdic_read() local
318 if (next == NULL) in ebcdic_read()
321 ret = BIO_read(next, out, outl); in ebcdic_read()
330 BIO *next = BIO_next(b); in ebcdic_write() local
336 if (next == NULL) in ebcdic_write()
356 ret = BIO_write(next, wbuf->buff, inl); in ebcdic_write()
364 BIO *next = BIO_next(b); in ebcdic_ctrl() local
366 if (next == NULL) in ebcdic_ctrl()
373 ret = BIO_ctrl(next, cmd, num, ptr); in ebcdic_ctrl()
382 BIO *next in ebcdic_gets() local
3692 struct simple_ssl_session_st *next; global() member
[all...]
/third_party/openssl/apps/
H A Ds_server.c314 BIO *next = BIO_next(b); in ebcdic_read() local
318 if (next == NULL) in ebcdic_read()
321 ret = BIO_read(next, out, outl); in ebcdic_read()
330 BIO *next = BIO_next(b); in ebcdic_write() local
336 if (next == NULL) in ebcdic_write()
356 ret = BIO_write(next, wbuf->buff, inl); in ebcdic_write()
364 BIO *next = BIO_next(b); in ebcdic_ctrl() local
366 if (next == NULL) in ebcdic_ctrl()
373 ret = BIO_ctrl(next, cmd, num, ptr); in ebcdic_ctrl()
382 BIO *next in ebcdic_gets() local
3687 struct simple_ssl_session_st *next; global() member
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getlocation.c120 struct loclist *next; member
303 ll->next = loclist; \ in __libdw_intern_expression()
415 loclist = loc->next; in __libdw_intern_expression()
634 loclist = loclist->next; in __libdw_intern_expression()
835 next: in getlocations_addr()
844 goto next; in getlocations_addr()
880 goto next; in getlocations_addr()
/third_party/exfatprogs/lib/
H A Dexfat_dir.c81 * read the next fragment in advance, and assume the fragment
147 current = exfat->dir_list.next; in read_ahead_next_dir_blocks()
149 current->next != &exfat->dir_list) { in read_ahead_next_dir_blocks()
150 next_inode = list_entry(current->next, struct exfat_inode, in read_ahead_next_dir_blocks()
209 * otherwise read blocks of the next directory in advance. in read_block()
267 /* the dentry must be in current, or next block which will be read */ in exfat_de_iter_get()
271 /* read next cluster if needed */ in exfat_de_iter_get()
717 clus_t clu, next, count, last_count; in exfat_map_cluster() local
723 next = EXFAT_EOF_CLUSTER; in exfat_map_cluster()
739 if (exfat_get_inode_next_clus(exfat, inode, clu, &next)) in exfat_map_cluster()
[all...]
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c49 struct event *next; /* linked list */ member
286 event->next = NULL; in new_event()
290 track->current_event->next = event; in new_event()
607 struct event *next = event->next; in cleanup_file_data() local
609 event = next; in cleanup_file_data()
802 /* search next event */ in play_midi()
815 /* advance pointer to next event */ in play_midi()
816 event_track->current_event = event->next; in play_midi()
/third_party/backends/backend/pixma/
H A Dpixma_common.c798 s->next = first_pixma; in pixma_open()
836 for (p = &first_pixma; *p && *p != s; p = &((*p)->next)) in pixma_close()
854 *p = s->next; in pixma_close()
1302 for (; node; node = node->next) { in pixma_parse_xml_response()
1312 for (node = node->children; node; node = node->next) { in pixma_parse_xml_response()
1322 for (node = node->children; node; node = node->next) { in pixma_parse_xml_response()
1332 for (node = node->children; node; node = node->next) in pixma_parse_xml_response()
/third_party/gn/src/gn/
H A Dtarget.cc1280 for (const auto& next : next_walk_keys) { in GetMetadata()
1281 DCHECK(next.type() == Value::STRING); in GetMetadata()
1287 if (next.string_value().empty()) { in GetMetadata()
1306 settings()->toolchain_label(), next, err); in GetMetadata()
1308 *err = Err(next.origin(), std::string("Failed to canonicalize ") + in GetMetadata()
1309 next.string_value() + std::string(".")); in GetMetadata()
1331 *err = Err(next.origin(), in GetMetadata()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCaseProps.java99 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in addPropertyStarts()
156 * 63..32: modified excOffset, moved to the last char of the value, use +1 for beginning of next slot
609 * Iterate and return the next code point, moving in the direction
613 public int next(); in next() method
837 for(iter.reset(dir); (c=iter.next())>=0;) { in isFollowedByCasedLetter()
860 for(iter.reset(-1); (c=iter.next())>=0;) { in isPrecededBySoftDotted()
915 for(iter.reset(-1); (c=iter.next())>=0;) { in isPrecededBy_I()
937 for(iter.reset(1); (c=iter.next())>=0;) { in isFollowedByMoreAbove()
942 return false; /* next base character, no more cc==230 following */ in isFollowedByMoreAbove()
958 for(iter.reset(1); (c=iter.next())> in isFollowedByDotAbove()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCaseProps.java103 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in addPropertyStarts()
160 * 63..32: modified excOffset, moved to the last char of the value, use +1 for beginning of next slot
614 * Iterate and return the next code point, moving in the direction
618 public int next(); in next() method
837 for(iter.reset(dir); (c=iter.next())>=0;) { in isFollowedByCasedLetter()
860 for(iter.reset(-1); (c=iter.next())>=0;) { in isPrecededBySoftDotted()
915 for(iter.reset(-1); (c=iter.next())>=0;) { in isPrecededBy_I()
937 for(iter.reset(1); (c=iter.next())>=0;) { in isFollowedByMoreAbove()
942 return false; /* next base character, no more cc==230 following */ in isFollowedByMoreAbove()
958 for(iter.reset(1); (c=iter.next())> in isFollowedByDotAbove()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c11 * The above copyright notice and this permission notice (including the next
1276 /* If we produced a new instruction, do not schedule it next to in sched_block()
1366 struct list_head *next = instr->node.next; in add_barrier_deps() local
1392 while (next != &block->instr_list) { in add_barrier_deps()
1394 list_entry(next, struct ir3_instruction, node); in add_barrier_deps()
1396 next = next->next; in add_barrier_deps()
/third_party/libwebsockets/lib/roles/http/server/
H A Dlejp-conf.c299 rej->next = a->info->reject_service_keywords; in lejp_globals_cb()
486 a->pvo->next = a->info->pvo; in lejp_vhosts_cb()
507 headers->next = a->info->headers; in lejp_vhosts_cb()
739 mp_cgienv->next = a->m.cgienv; in lejp_vhosts_cb()
761 pvo->next = a->pvo->options; in lejp_vhosts_cb()
775 a->pvo_em->next = a->m.extra_mimetypes; in lejp_vhosts_cb()
790 a->pvo_int->next = a->m.interpret; in lejp_vhosts_cb()
/third_party/mesa3d/src/glx/
H A Dglxext.c337 for (priv = glx_displays; priv; prev = &priv->next, priv = priv->next) { in __glXCloseDisplay()
339 *prev = priv->next; in __glXCloseDisplay()
691 m = m->next; in createConfigsFromProperties()
882 for (dpyPriv = glx_displays; dpyPriv; dpyPriv = dpyPriv->next) { in __glXInitialize()
984 for (d = glx_displays; d; d = d->next) { in __glXInitialize()
992 dpyPriv->next = glx_displays; in __glXInitialize()
/third_party/libwebsockets/lib/system/metrics/
H A Dmetrics.c120 if (d->next && p + 2 < end) in lws_metrics_tags_serialize()
296 mp = mp->next; in lws_metrics_find_policy()
461 b1 = b->next; in lws_metric_destroy()
574 buck = buck->next; in lws_metrics_hist_bump_()
586 buck->next = pub->u.hist.head; in lws_metrics_hist_bump_()
712 b1 = b->next; in lws_metrics_dump_cb()
802 *sub = (*sub)->next; in lws_metrics_format()
849 * our local stats about it and dump at the next periodic chance (also set by
/third_party/lwip/src/netif/
H A Dlowpan6.c726 /* Check next datagram in queue. */ in lowpan6_input()
783 LWIP_ASSERT("p->next == NULL", p->next == NULL); in lowpan6_input()
800 for (q = lrh->frags, last = NULL; q != NULL; last = q, q = q->next) { in lowpan6_input()
828 last->next = p; in lowpan6_input()
829 p->next = q; in lowpan6_input()
836 for (q = lrh->frags; q != NULL; q = q->next) { in lowpan6_input()
847 for (q = lrh->frags; q != NULL; q = q->next) { in lowpan6_input()
856 q->next = lrh->frags; in lowpan6_input()
/third_party/lwip/src/netif/ppp/
H A Dipv6cp.c674 u_char citype, cilen, *next; in ipv6cp_nakci() local
680 ipv6cp_options try_; /* options to request next time */ in ipv6cp_nakci()
755 next = p + cilen - 2; in ipv6cp_nakci()
782 p = next; in ipv6cp_nakci()
814 ipv6cp_options try_; /* options to request next time */ in ipv6cp_rejci()
893 u_char *cip, *next; /* Pointer to current and next CIs */ in ipv6cp_reqci() local
901 u_char *p; /* Pointer to next char to parse */ in ipv6cp_reqci()
913 next = inp; in ipv6cp_reqci()
916 cip = p = next; /* Remembe in ipv6cp_reqci()
[all...]
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp_oos.c34 seg = seg->next; in tcp_oos_count()
47 seg = seg->next; in tcp_oos_pbuf_count()
71 seg = seg->next; in tcp_oos_seg_seqno()
95 seg = seg->next; in tcp_oos_seg_tcplen()
115 seg = seg->next; in tcp_oos_tcplen()
141 /* restore netif_list for next tests (e.g. loopif) */ in tcp_oos_teardown()
669 EXPECT_RET(p->next == NULL); in START_TEST()
744 EXPECT_RET(p->next == NULL); in START_TEST()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c12 * The above copyright notice and this permission notice (including the next
32 struct si_query_group *next; member
267 query->groups = group->next; in si_pc_query_destroy()
312 for (struct si_query_group *group = query->groups; group; group = group->next) { in si_pc_query_resume()
343 for (struct si_query_group *group = query->groups; group; group = group->next) { in si_pc_query_suspend()
457 group = group->next; in get_group_state()
508 group->next = query->groups; in get_group_state()
568 for (group = query->groups; group; group = group->next) { in si_create_batch_query()
859 /* Select MUXSEL_ADDR to point to the next muxsel. */ in si_emit_spm_setup()
/third_party/skia/src/pathops/
H A DSkAddIntersections.cpp259 bool AddIntersectTs(SkOpContour* test, SkOpContour* next, SkOpCoincidence* coincidence) { in AddIntersectTs() argument
260 if (test != next) { in AddIntersectTs()
261 if (AlmostLessUlps(test->bounds().fBottom, next->bounds().fTop)) { in AddIntersectTs()
265 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) { in AddIntersectTs()
273 wn.init(next); in AddIntersectTs()
275 next->debugValidate(); in AddIntersectTs()
276 if (test == next && !wn.startAfter(wt)) { in AddIntersectTs()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java188 RangeNode next; field in ViewableTaggedData.TaggedDataImpl.RangeNode
191 int pos; // offset from base, where we next read a field
200 * @param next
201 * the next node in the change
206 RangeNode(String label, ReadableFontData data, RangeNode next, int base) { in RangeNode() argument
209 this.next = next; in RangeNode()
210 this.depth = next == null ? 0 : next.depth + 1; in RangeNode()
234 rangeStack = rangeStack.next; in popRange()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp190 // Find the next real instruction from the current position in current basic
200 // Find the next real instruction from the current position, looking through
256 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End); in splitMBB()
277 MFp->insert(std::next(MachineFunction::iterator(MBB)), NewMBB); in splitMBB()
748 std::next(I) == FI->end() && std::next(FI) == MFp->end(); in handleForbiddenSlot()
750 std::pair<Iter, bool> Res = getNextMachineInstr(std::next(I), &*FI); in handleForbiddenSlot()
758 if (std::next(Iit) == FI->end() || in handleForbiddenSlot()
759 std::next(Iit)->getOpcode() != Mips::NOP) { in handleForbiddenSlot()
/third_party/vulkan-loader/loader/
H A Ddebug_utils.c194 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_CreateDebugUtilsMessengerEXT()
233 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_CreateDebugUtilsMessengerEXT()
260 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_DestroyDebugUtilsMessengerEXT()
449 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_CreateDebugReportCallbackEXT()
488 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_CreateDebugReportCallbackEXT()
515 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_DestroyDebugReportCallbackEXT()
540 for (icd_term = inst->icd_terms; icd_term; icd_term = icd_term->next) { in terminator_DebugReportMessageEXT()

Completed in 39 milliseconds

1...<<81828384858687888990>>...230