Home
last modified time | relevance | path

Searched refs:next (Results 4676 - 4700 of 5949) sorted by relevance

1...<<181182183184185186187188189190>>...238

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/
H A Dmali_kbase_mmu.c106 * - PTE: Page Table Entry. A 64bit value pointing to the next
1082 goto next; in mmu_insert_pages_failure_recovery()
1093 next: in mmu_insert_pages_failure_recovery()
1626 goto next; in kbase_mmu_teardown_pages()
1669 next: in kbase_mmu_teardown_pages()
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c989 report = list_entry(hid->report_enum[type].report_list.next, struct hid_report, list); in hid_validate_values()
1180 u8 *next; in hid_open_report() local
1233 while ((next = fetch_item(start, end, &item)) != NULL) { in hid_open_report()
1234 start = next; in hid_open_report()
1505 * content is stored for next report processing (we do differential
H A Dhid-input.c1995 * And in case we send a wrong value, a next led worker is spawned in hidinput_led_worker()
2386 struct hid_input *next, *hidinput = NULL; in hidinput_connect() local
2454 list_for_each_entry_safe(hidinput, next, &hid->inputs, list) in hidinput_connect()
2494 struct hid_input *hidinput, *next; in hidinput_disconnect() local
2498 list_for_each_entry_safe(hidinput, next, &hid->inputs, list) in hidinput_disconnect()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2_link.c40 /* next link table addr in table buffer */
194 mpp_err("reg 6 %08x - next ltb addr\n", dev->iova_next); in rkvdec_link_reg_dump()
295 int next = -1; in rkvdec_link_get_next_slot() local
298 return next; in rkvdec_link_get_next_slot()
300 next = rkvdec_link_get_task_write(dev); in rkvdec_link_get_next_slot()
302 return next; in rkvdec_link_get_next_slot()
633 dev_err(link_dec->dev, "no slot to write on get next slot\n"); in rkvdec2_link_prepare()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c1269 if (g_cfgEntry.next == 0) { in UsbFnCfgMgrRegisterProp()
1310 if (g_cfgEntry.next == NULL) { in UsbFnCfgMgrUnRegisterAllProp()
1328 if (g_cfgEntry.next == 0) { in UsbFnCfgMgrGetProp()
1374 if (g_cfgEntry.next == 0) { in UsbFnCfgMgrSetProp()
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvenc.c362 char *next; in encode_init() local
365 s->stats[i][j] += strtol(p, &next, 0); in encode_init()
366 if (next == p) return -1; in encode_init()
367 p = next; in encode_init()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp490 pkt1 = pkt->next; in avpacket_queue_flush()
539 pkt1->next = NULL; in avpacket_queue_put()
546 q->pkt_list.tail->next = pkt1; in avpacket_queue_put()
568 q->pkt_list.head = pkt1->next; in avpacket_queue_get()
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldmatch.c498 const AVFrame *prev, *next; in compare_fields() local
527 prvnf = prvpf + prvf_linesize; // previous frame, next field in compare_fields()
531 next = select_frame(fm, match2); in compare_fields()
532 nxt_linesize = next->linesize[plane]; in compare_fields()
534 nxtpf = next->data[plane] + fbase * nxt_linesize; // next frame, previous field in compare_fields()
535 nxtnf = nxtpf + nxtf_linesize; // next frame, next field in compare_fields()
/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c195 - return distance in frames to next event
1615 snd_config_iterator_t i, next; in _snd_pcm_share_open() local
1628 snd_config_for_each(i, next, conf) { in _snd_pcm_share_open()
1677 snd_config_for_each(i, next, bindings) { in _snd_pcm_share_open()
1703 snd_config_for_each(i, next, bindings) { in _snd_pcm_share_open()
/third_party/curl/lib/
H A Dmime.c350 for(; !value && hdrlist; hdrlist = hdrlist->next) in search_header()
937 mimesetstate(&part->state, MIMESTATE_USERHEADERS, hdr->next); in readback_part()
948 mimesetstate(&part->state, part->state.state, hdr->next); in readback_part()
1617 for(; s; s = s->next) in slist_size()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java1292 // Increment dq for next iteration in addSamples()
1944 Rule rule = it.next(); in finish()
2319 return values.iterator().next(); in getUniqueKeywordDecimalQuantityValue()
2684 uniqueValue.value = values.iterator().next(); in getKeywordStatus()
2705 uniqueValue.value = subtractedSet.iterator().next(); in getKeywordStatus()
/third_party/icu/icu4c/source/i18n/
H A Drulebasedcollator.cpp283 while(iter.next() && !iter.isString()) { in hashCode()
787 * Returns the next code point from the internal normalization buffer,
788 * or else the next text code point.
819 * Returns the next text code point in FCD order.
938 // Fetch the next FCD code point from each string. in compareNFDIter()
1227 while((leftUnit = left.next(&left)) == (rightUnit = right.next(&right))) { in compare()
1468 UChar32 c = iter->next(iter); in internalNextSortKeyPart()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c11 * The above copyright notice and this permission notice (including the next
1017 list_for_each_entry_from(struct entry, next, first, &ctx->entries[mode_index], head) { in check_for_aliasing()
1018 if (next == first) in check_for_aliasing()
1020 if (next == second) in check_for_aliasing()
1022 if (may_alias(ctx->shader, first, next)) in check_for_aliasing()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c12 * The above copyright notice and this permission notice (including the next
922 struct radv_amdgpu_cs *next = radv_amdgpu_cs(cs_array[i + 1]); in radv_amdgpu_winsys_cs_submit_chained() local
929 cs->base.buf[cs->base.cdw - 3] = next->ib.ib_mc_address; in radv_amdgpu_winsys_cs_submit_chained()
930 cs->base.buf[cs->base.cdw - 2] = next->ib.ib_mc_address >> 32; in radv_amdgpu_winsys_cs_submit_chained()
931 cs->base.buf[cs->base.cdw - 1] = S_3F2_CHAIN(1) | S_3F2_VALID(1) | next->ib.size; in radv_amdgpu_winsys_cs_submit_chained()
1437 * previous submission as a scheduled dependency to the next one. in radv_amdgpu_winsys_cs_submit()
/third_party/mesa3d/src/glx/
H A Dglxcmds.c215 config = config->next) { in ValidateGLXFBConfig()
1285 for (config = psc->visuals; config != NULL; config = config->next) { in glXChooseVisual()
1678 config = config->next) { in glXGetFBConfigs()
1689 config = config->next) { in glXGetFBConfigs()
/third_party/node/src/
H A Dnode_messaging.cc942 Local<Value> next; in ReadIterable()
943 if (!iterator.As<Object>()->Get(context, env->next_string()).ToLocal(&next)) in ReadIterable()
945 if (!next->IsFunction()) return Just(false); in ReadIterable()
950 if (!next.As<Function>()->Call(context, iterator, 0, nullptr) in ReadIterable()
/third_party/nghttp2/src/
H A Dshrpx_http2_session.cc282 auto next = dc->dlnext; in disconnect() local
293 dc = next; in disconnect()
298 auto next = s->dlnext; in disconnect() local
300 s = next; in disconnect()
1691 SSLOG(INFO, this) << "Negotiated next protocol: " << proto; in connection_made()
/third_party/node/deps/icu-small/source/i18n/
H A Drulebasedcollator.cpp285 while(iter.next() && !iter.isString()) { in hashCode()
789 * Returns the next code point from the internal normalization buffer,
790 * or else the next text code point.
821 * Returns the next text code point in FCD order.
940 // Fetch the next FCD code point from each string. in compareNFDIter()
1229 while((leftUnit = left.next(&left)) == (rightUnit = right.next(&right))) { in compare()
1470 UChar32 c = iter->next(iter); in internalNextSortKeyPart()
/third_party/lwip/src/core/ipv4/
H A Ddhcp.c633 /* Calculate next timeout */
659 /* Calculate next timeout */
1616 q = q->next;
1635 /* len byte might be in the next pbuf */
1639 len = (q->next != NULL ? ((u8_t *)q->next->payload)[0] : 0);
1761 q = q->next;
1762 LWIP_DHCP_INPUT_ERROR("next pbuf was null", q != NULL, return ERR_VAL;);
/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc823 // Process the next successor. in ComputeAndInsertSpecialRPO()
868 // Process the next normal successor. in ComputeAndInsertSpecialRPO()
886 // Use the next outgoing edge if there are any. in ComputeAndInsertSpecialRPO()
898 // Process the next successor. in ComputeAndInsertSpecialRPO()
912 LoopInfo* next = &loops_[GetLoopNumber(succ)]; in ComputeAndInsertSpecialRPO() local
913 next->end = order; in ComputeAndInsertSpecialRPO()
914 next->prev = loop; in ComputeAndInsertSpecialRPO()
915 loop = next; in ComputeAndInsertSpecialRPO()
1217 // we'd like to populate for next time. in GetCommonDominator()
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc171 if (node->next() != nullptr) Find(node->next()); in VisitForStatement()
999 if (node->next()) PrintIndentedVisit("NEXT", node->next()); in VisitForStatement()
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc55 NodeBlock* next) V8_NOEXCEPT : next_(next),
73 NodeBlock* next() const { return next_; } in next() function in v8::internal::final
246 auto* tmp = block->next(); in ~NodeSpace()
362 // Accessors for next free node in the free list.
411 // - Node in free list: Stores next free node pointer.
527 // Accessors for next free node in the free list.
1168 // next cycle. in DestroyTracedReference()
1238 // Clear the markbit for the next GC. in IterateWeakRootsForPhantomHandles()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp2216 for (Instruction *i = insn->next; i && i->encSize == 4; ++n, i = i->next); in makeInstructionLong()
2220 insn->next->encSize = 8; in makeInstructionLong()
2273 !ei.end(); ei.next()) { in replaceExitWithModifier()
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1084 unsigned next) in print_extended_branch_writeout_field()
1114 unsigned I = next + br.offset * 4; in print_extended_branch_writeout_field()
1153 unsigned num_quad_words, unsigned tabs, unsigned next, in print_alu_word()
1241 branch_forward |= print_extended_branch_writeout_field(ctx, fp, (uint8_t *) word_ptr, next); in print_alu_word()
1924 * consider that next tags are semantically off-byone -- we end in disassemble_midgard()
1926 * done disassembling the next tag of the final bundle is BREAK in disassemble_midgard()
1927 * and warn otherwise. We also ensure that the next tag is in disassemble_midgard()
1934 * we're silent. So we throw in a print for break-next on at in disassemble_midgard()
1940 fprintf(fp, "\t/* XXX: invalid next tag */\n"); in disassemble_midgard()
1083 print_extended_branch_writeout_field(disassemble_context *ctx, FILE *fp, uint8_t *words, unsigned next) print_extended_branch_writeout_field() argument
1152 print_alu_word(disassemble_context *ctx, FILE *fp, uint32_t *words, unsigned num_quad_words, unsigned tabs, unsigned next, bool verbose) print_alu_word() argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c15 * next paragraph) shall be included in all copies or substantial portions
647 struct hud_graph *gr, *next; in hud_stop_queries() local
688 LIST_FOR_EACH_ENTRY_SAFE(gr, next, &pane->graph_list, head) { in hud_stop_queries()
697 list_entry(next, struct hud_graph, head)->current_value) { in hud_stop_queries()
699 list_add(&gr->head, &next->head); in hud_stop_queries()
1486 /* Reset to defaults for the next pane in case these were modified. */ in hud_parse_env_var()
1527 puts(" ';' creates a new pane at the top of the next column."); in print_help()
1550 puts(" 'r' resets the color counter (the next color will be green)"); in print_help()

Completed in 77 milliseconds

1...<<181182183184185186187188189190>>...238