/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 144 if ((*second)->next) { in find_next_coarsecandidate() 145 *second = (*second)->next; in find_next_coarsecandidate() 146 } else if ((*first)->next) { in find_next_coarsecandidate() 148 *first = (*first)->next; in find_next_coarsecandidate() 158 /* next signature */ in find_next_coarsecandidate() 159 if ((*second)->next) { in find_next_coarsecandidate() 160 *second = (*second)->next; in find_next_coarsecandidate() 161 } else if ((*first)->next) { in find_next_coarsecandidate() 163 *first = (*first)->next; in find_next_coarsecandidate() 210 for (i = 0, f = first; i < COARSE_SIZE && f->next; in get_matching_parameters() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-2782.js | 20 var next = iterator.next (); 21 assert (next.value === i && next.done === false); 24 next = iterator.next (); 25 assert (next.done === true);
|
/foundation/resourceschedule/ffrt/src/core/ |
H A D | entity.cpp | 36 VersionCtx* next = cur->next; in RecycleVersion() local 38 next->last = cur->last; in RecycleVersion() 40 cur->last->next = next; in RecycleVersion() 43 if (next->next == nullptr) { in RecycleVersion() 45 auto data = std::as_const(Entity::Instance()->vaMap).find(next->signature); in RecycleVersion() 49 SimpleAllocator<VersionCtx>::FreeMem(next); in RecycleVersion()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_context.c | 34 void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next, in switch_mm_irqs_off() argument 40 if (!cpumask_test_cpu(smp_processor_id(), mm_cpumask(next))) { in switch_mm_irqs_off() 41 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next)); in switch_mm_irqs_off() 42 inc_mm_active_cpus(next); in switch_mm_irqs_off() 47 * translations for next. in switch_mm_irqs_off() 71 switch_mm_pgdir(tsk, next); in switch_mm_irqs_off() 74 if (prev == next) in switch_mm_irqs_off() 85 radix_kvm_prefetch_workaround(next); in switch_mm_irqs_off() 87 membarrier_arch_switch_mm(prev, next, tsk); in switch_mm_irqs_off() 93 switch_mmu_context(prev, next, ts in switch_mm_irqs_off() [all...] |
/kernel/linux/linux-5.10/arch/nios2/mm/ |
H A D | mmu_context.c | 60 /* Return the next pid */ in get_new_context() 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() argument 89 if (unlikely(CTX_VERSION(next->context) != in switch_mm() 91 next->context = get_new_context(); in switch_mm() 94 pgd_current = next->pgd; in switch_mm() 97 set_context(next->context); in switch_mm() 106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument 108 next->context = get_new_context(); in activate_mm() 109 set_context(next->context); in activate_mm() 110 pgd_current = next in activate_mm() [all...] |
/kernel/linux/linux-6.6/arch/nios2/mm/ |
H A D | mmu_context.c | 60 /* Return the next pid */ in get_new_context() 80 void switch_mm(struct mm_struct *prev, struct mm_struct *next, in switch_mm() argument 89 if (unlikely(CTX_VERSION(next->context) != in switch_mm() 91 next->context = get_new_context(); in switch_mm() 94 pgd_current = next->pgd; in switch_mm() 97 set_context(next->context); in switch_mm() 106 void activate_mm(struct mm_struct *prev, struct mm_struct *next) in activate_mm() argument 108 next->context = get_new_context(); in activate_mm() 109 set_context(next->context); in activate_mm() 110 pgd_current = next in activate_mm() [all...] |
/kernel/linux/linux-6.6/block/partitions/ |
H A D | cmdline.c | 74 char *next = strchr(++partdef, ')'); in parse_subpart() local 76 if (!next) { in parse_subpart() 82 length = min_t(int, next - partdef, in parse_subpart() 86 partdef = ++next; in parse_subpart() 123 char *next; in parse_parts() local 135 next = strchr(bdevdef, ':'); in parse_parts() 136 if (!next) { in parse_parts() 141 length = min_t(int, next - bdevdef, sizeof(newparts->name) - 1); in parse_parts() 147 while (next && *(++next)) { in parse_parts() 197 char *next; cmdline_parts_parse() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.c | 15 * next paragraph) shall be included in all copies or substantial portions 89 node->next = *anextNode; in cso_hash_create_node() 128 while (lastNode->next != e && lastNode->next->key == h) in cso_data_rehash() 129 lastNode = lastNode->next; in cso_data_rehash() 131 afterLastNode = lastNode->next; in cso_data_rehash() 134 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash() 135 lastNode->next = *beforeFirstNode; in cso_data_rehash() 209 struct cso_node *next = cur->next; in cso_hash_deinit() local 227 struct cso_node *next; cso_hash_data_next() member 260 struct cso_node *next = (*node)->next; cso_hash_take() local [all...] |
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | conv.py | 121 lineno, line = lineno+1, next(f) 123 lineno, line = lineno+1, next(f) 127 lineno, line = lineno+1, next(f) 138 lineno, line = lineno+1, next(f) 143 lineno, line = lineno+1, next(f) 146 lineno, line = lineno+1, next(f) 153 lineno, line = lineno+1, next(f) 161 lineno, line = lineno+1, next(f) 163 lineno, line = lineno+1, next(f) 172 lineno, line = lineno+1, next( [all...] |
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | mmu.c | 202 unsigned long next; in alloc_init_cont_pte() local 222 next = pte_cont_addr_end(addr, end); in alloc_init_cont_pte() 225 if ((((addr | next | phys) & ~CONT_PTE_MASK) == 0) && in alloc_init_cont_pte() 229 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte() 231 phys += next - addr; in alloc_init_cont_pte() 232 } while (addr = next, addr != end); in alloc_init_cont_pte() 239 unsigned long next; in init_pmd() local 246 next = pmd_addr_end(addr, end); in init_pmd() 249 if (((addr | next | phys) & ~PMD_MASK) == 0 && in init_pmd() 260 alloc_init_cont_pte(pmdp, addr, next, phy in init_pmd() 277 unsigned long next; alloc_init_cont_pmd() local 318 unsigned long next; alloc_init_pud() local 375 unsigned long addr, end, next; __create_pgd_mapping_locked() local 874 unsigned long next; unmap_hotplug_pmd_range() local 907 unsigned long next; unmap_hotplug_pud_range() local 940 unsigned long next; unmap_hotplug_p4d_range() local 958 unsigned long next; unmap_hotplug_range() local 1023 unsigned long i, next, start = addr; free_empty_pmd_table() local 1063 unsigned long i, next, start = addr; free_empty_pud_table() local 1102 unsigned long next; free_empty_p4d_table() local 1120 unsigned long next; free_empty_tables() local 1136 vmemmap_set_pmd(pmd_t *pmdp, void *p, int node, unsigned long addr, unsigned long next) vmemmap_set_pmd() argument 1142 vmemmap_check_pmd(pmd_t *pmdp, int node, unsigned long addr, unsigned long next) vmemmap_check_pmd() argument 1239 unsigned long next, end; pud_free_pmd_page() local [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
H A D | XLIFF2ICUConverter.java | 531 current = current.next; in writeResource() 613 Resource next; field in XLIFF2ICUConverter.Resource 629 while(next!=null){ in write() 630 next.write(writer, numIndent+1, false); in write() 764 current = (ResourceInt) current.next; in write() 781 current = current.next; in write() 799 current = current.next; in write() 1051 Resource[] next = new Resource[2]; in parseArray() 1052 parseTransUnit(child, next); in parseArray() 1054 ((ResourceArray) currentSource).first = next[ in parseArray() [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | err_common.c | 152 /* return the next header */ in el_process_header_subpacket() 161 struct el_subpacket *next = NULL; in el_process_subpacket_reg() 164 for (; h && h->class != header->class; h = h->next); in el_process_subpacket_reg() 165 if (h) next = h->handler(header); in el_process_subpacket_reg() 167 return next; 199 struct el_subpacket *next = NULL; in el_process_subpacket() 206 next = el_process_header_subpacket(header); in el_process_subpacket() 209 if (NULL == (next = el_process_subpacket_reg(header))) { in el_process_subpacket() 218 return next; 227 for (a = subpacket_annotation_list; a; a = a->next) { in el_annotate_subpacket() 159 struct el_subpacket *next = NULL; el_process_subpacket_reg() local 197 struct el_subpacket *next = NULL; el_process_subpacket() local [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | err_common.c | 152 /* return the next header */ in el_process_header_subpacket() 161 struct el_subpacket *next = NULL; in el_process_subpacket_reg() 164 for (; h && h->class != header->class; h = h->next); in el_process_subpacket_reg() 165 if (h) next = h->handler(header); in el_process_subpacket_reg() 167 return next; 199 struct el_subpacket *next = NULL; in el_process_subpacket() 206 next = el_process_header_subpacket(header); in el_process_subpacket() 209 if (NULL == (next = el_process_subpacket_reg(header))) { in el_process_subpacket() 218 return next; 227 for (a = subpacket_annotation_list; a; a = a->next) { in el_annotate_subpacket() 159 struct el_subpacket *next = NULL; el_process_subpacket_reg() local 197 struct el_subpacket *next = NULL; el_process_subpacket() local [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/lib/ |
H A D | decompress_common.h | 58 * left-justified; the next bit is always bit 31. 65 /* Pointer to the next byte to be retrieved from the input buffer. */ 66 const u8 *next; member 78 is->next = buffer; in init_input_bitstream() 79 is->end = is->next + size; in init_input_bitstream() 91 if (is->end - is->next >= 2) { in bitstream_ensure_bits() 92 is->bitbuf |= (u32)get_unaligned_le16(is->next) in bitstream_ensure_bits() 94 is->next += 2; in bitstream_ensure_bits() 100 /* Return the next @num_bits bits from the bitstream, without removing them. 134 /* Read and return the next [all...] |
/third_party/libwebsockets/lib/core/ |
H A D | lws_dll2.c | 37 if (d->next || d->prev) { in lws_dll2_is_detached() 38 lwsl_err("%s: dll2 %p: detached but next %p, prev %p\n", in lws_dll2_is_detached() 39 __func__, d, d->next, d->prev); in lws_dll2_is_detached() 42 * have .owner, .next and .prev all set to NULL, so we in lws_dll2_is_detached() 46 * state of NULL .owner, but non-NULL in .next or .prev, in lws_dll2_is_detached() 76 /* our next guy is current first guy, if any */ in lws_dll2_add_head() 78 d->next = owner->head; in lws_dll2_add_head() 80 /* if there is a next guy, set his prev ptr to our next ptr */ in lws_dll2_add_head() 81 if (d->next) in lws_dll2_add_head() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 91 virtual void next() = 0; 106 // WARNING: do not use a->prev/next for __item or __list 110 (__item)->prev->next = (__item)->next; \ 111 (__item)->next->prev = (__item)->prev; \ 112 (__item)->next = (__item); \ 118 (__item)->next = (__list); \ 120 (__list)->prev->next = (__item); \ 127 (__item)->next = (__list)->next; \ 155 Item *next; global() member in nv50_ir::DLList::Item 194 virtual void next() { if (!end()) pos = rev ? pos->prev : pos->next; } next() function in nv50_ir::DLList::Iterator 391 void next() { if (pos < size) { ++pos; nextValid(); } } next() function in nv50_ir::ArrayList [all...] |
/third_party/zlib/test/ |
H A D | infcover.c | 51 allocation routines on the next zlib initialization 59 struct mem_item *next; /* pointer to next item in list, or NULL */ member 99 item->next = zone->first; in mem_alloc() 114 struct mem_item *item, *next; in mem_free() local 123 /* point next to the item that matches ptr, or NULL if not found -- remove in mem_free() 125 next = zone->first; in mem_free() 126 if (next) { in mem_free() 127 if (next->ptr == ptr) in mem_free() 128 zone->first = next in mem_free() 203 struct mem_item *item, *next; mem_done() local 248 unsigned next, val; h2b() local 449 static unsigned int next = 0; pull() local 623 code *next, table[ENOUGH_DISTS]; cover_trees() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | sddr3.c | 74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc() 76 switch (ram->next->bios.timing_ver) { in nvkm_sddr3_calc() 78 if (ram->next->bios.timing_hdr < 0x17) { in nvkm_sddr3_calc() 82 CWL = ram->next->bios.timing_10_CWL; in nvkm_sddr3_calc() 83 CL = ram->next->bios.timing_10_CL; in nvkm_sddr3_calc() 84 WR = ram->next->bios.timing_10_WR; in nvkm_sddr3_calc() 85 ODT = ram->next->bios.timing_10_ODT; in nvkm_sddr3_calc() 88 CWL = (ram->next->bios.timing[1] & 0x00000f80) >> 7; in nvkm_sddr3_calc() 89 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; in nvkm_sddr3_calc() 90 WR = (ram->next in nvkm_sddr3_calc() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | sddr3.c | 74 DLL = !ram->next->bios.ramcfg_DLLoff; in nvkm_sddr3_calc() 76 switch (ram->next->bios.timing_ver) { in nvkm_sddr3_calc() 78 if (ram->next->bios.timing_hdr < 0x17) { in nvkm_sddr3_calc() 82 CWL = ram->next->bios.timing_10_CWL; in nvkm_sddr3_calc() 83 CL = ram->next->bios.timing_10_CL; in nvkm_sddr3_calc() 84 WR = ram->next->bios.timing_10_WR; in nvkm_sddr3_calc() 85 ODT = ram->next->bios.timing_10_ODT; in nvkm_sddr3_calc() 88 CWL = (ram->next->bios.timing[1] & 0x00000f80) >> 7; in nvkm_sddr3_calc() 89 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; in nvkm_sddr3_calc() 90 WR = (ram->next in nvkm_sddr3_calc() [all...] |
/third_party/curl/lib/ |
H A D | slist.c | 46 while(item->next) { in slist_get_last() 47 item = item->next; in slist_get_last() 72 new_item->next = NULL; in Curl_slist_append_nodup() 80 last->next = new_item; in Curl_slist_append_nodup() 125 inlist = inlist->next; in Curl_slist_duplicate() 133 struct curl_slist *next; in curl_slist_free_all() local 141 next = item->next; in curl_slist_free_all() 144 item = next; in curl_slist_free_all() 145 } while(next); in curl_slist_free_all() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ptrmap.c | 37 struct ptrmap *next; member 54 struct ptrmap *next = map->next; in __ptrmap_add() local 55 if (next) // head is full in __ptrmap_add() 56 map = next; in __ptrmap_add() 66 newmap->next = head->next; in __ptrmap_add() 67 head->next = newmap; in __ptrmap_add() 81 for (; map; map = map->next) { in __ptrmap_lookup() 96 for (; map; map = map->next) { in __ptrmap_update() [all...] |
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | queue.c | 30 QueueEntry *next; member 63 q->head->next = q->tail; in ff_queue_create() 66 q->tail->next = NULL; in ff_queue_create() 81 entry = entry->next; in ff_queue_destroy() 98 return q->head->next->value; in ff_queue_peek_front() 119 original_next = q->head->next; in ff_queue_push_front() 121 q->head->next = new_entry; in ff_queue_push_front() 124 new_entry->next = original_next; in ff_queue_push_front() 143 original_prev->next = new_entry; in ff_queue_push_back() 144 new_entry->next in ff_queue_push_back() [all...] |
/third_party/musl/porting/linux/user/src/exit/ |
H A D | atexit.c | 24 struct node *next; member 51 nodes[i].next = nodes + (i + 1); in grow() 53 nodes[COUNT - 1].next = NULL; in grow() 57 tail->next = nodes; in grow() 70 new_tail = tail->next; in append_node() 95 struct node *next = node->next; in RemoveNode() local 96 if (next) { in RemoveNode() 97 next->prev = prev; in RemoveNode() 100 prev->next in RemoveNode() [all...] |
/third_party/musl/src/exit/linux/ |
H A D | atexit.c | 24 struct node *next; member 51 nodes[i].next = nodes + (i + 1); in grow() 53 nodes[COUNT - 1].next = NULL; in grow() 57 tail->next = nodes; in grow() 69 new_tail = tail->next; in append_node() 93 struct node *next = node->next; in remove_node() local 94 if (next) { in remove_node() 95 next->prev = prev; in remove_node() 98 prev->next in remove_node() [all...] |
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | kasan_init_64.c | 78 unsigned long next; in kasan_populate_pud() local 99 next = pmd_addr_end(addr, end); in kasan_populate_pud() 101 kasan_populate_pmd(pmd, addr, next, nid); in kasan_populate_pud() 102 } while (pmd++, addr = next, addr != end); in kasan_populate_pud() 109 unsigned long next; in kasan_populate_p4d() local 119 next = pud_addr_end(addr, end); in kasan_populate_p4d() 121 kasan_populate_pud(pud, addr, next, nid); in kasan_populate_p4d() 122 } while (pud++, addr = next, addr != end); in kasan_populate_p4d() 130 unsigned long next; in kasan_populate_pgd() local 139 next in kasan_populate_pgd() 148 unsigned long next; kasan_populate_shadow() local 212 unsigned long next; kasan_early_p4d_populate() local 238 unsigned long next; kasan_map_early_shadow() local 252 unsigned long next; kasan_shallow_populate_p4ds() local 268 unsigned long addr, next; kasan_shallow_populate_pgds() local [all...] |