Home
last modified time | relevance | path

Searched refs:next (Results 5726 - 5750 of 6259) sorted by relevance

1...<<221222223224225226227228229230>>...251

/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc428 // Handle the case that next branch position is 0. in AddBranchOffset()
551 next(&l, is_internal_reference(&l)); in print()
573 next(L, is_internal); // Call next before overwriting link with target at in bind_to()
610 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler
871 // Returns the next free trampoline entry.
2268 // move next buffer check to maximum. in CheckTrampolinePool()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2991 let next = (cmsg as usize in CMSG_NXTHDR()
2996 if (next.offset(1)) as usize > max { in CMSG_NXTHDR()
2999 next as *mut cmsghdr in CMSG_NXTHDR()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp255 NSOverride *next_temp = cur->next; in free()
1391 curr = curr->next; in processOverrideString()
1403 cur->next = overrideList; in processOverrideString()
1584 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat()
2371 // move to next pattern character in parse()
2763 // and i is the index of the next non-literal pattern character. in matchLiterals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp438 the next digit. */
772 // conventionally, this is the next bit down from the QNaN bit.
3731 IEEEFloat::opStatus IEEEFloat::next(bool nextDown) {
4366 APFloat::opStatus DoubleAPFloat::next(bool nextDown) {
4369 auto Ret = Tmp.next(nextDown);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp717 // If it's not there, go on to the next def. in visitNonBranch()
768 MachineFunction::const_iterator Next = std::next(BI); in visitBranchesFrom()
843 MachineFunction::const_iterator NextI = std::next(BI); in computeBlockSuccessors()
915 // If this block has been visited, go on to the next one. in propagate()
1008 // I is not PHI. Find the next PHI node P. in rewrite()
1046 auto Next = std::next(I); in rewrite()
/third_party/spirv-tools/test/val/
H A Dval_id_test.cpp201 size_t next = 0; in make_message() local
202 while (next < message.size()) { in make_message()
204 size_t open_quote = message.find('\'', next); in make_message()
211 result.write(msg + next, open_quote - next); in make_message()
215 next = open_quote + 1; in make_message()
234 // Continue to the next id, or end of string. in make_message()
235 next = close_quote + 1; in make_message()
2850 // The next test case show the not-a-logical-pointer case.
3029 // The next serie
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Ddpp_supplicant.c500 * the next channel immediately. */ in wpas_dpp_tx_status()
1582 key = key->next; in wpas_dpp_handle_key_pkg()
1931 * the next frame before the TX status gets processed in wpas_dpp_rx_conf_result()
1934 "DPP: GAS response was sent but TX status not yet received - assume it was ACKed since the Enrollee sent the next frame in the sequence"); in wpas_dpp_rx_conf_result()
2244 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_dpp_rx_reconfig_auth_req()
2386 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_dpp_rx_peer_disc_resp()
2562 /* Could not use this channel - try the next one */ in wpas_dpp_pkex_next_channel()
3757 "DPP: Wait 30 seconds before starting the next chirping round"); in wpas_dpp_chirp_next()
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c194 * check if the next stuff is a resync marker or the end.
513 * Decode the next video packet.
614 * Decode the next video packet.
1830 int next = mpeg4_is_resync(ctx); in mpeg4_decode_mb() local
1831 if (next) { in mpeg4_decode_mb()
1832 if (s->mb_x + s->mb_y*s->mb_width + 1 > next && (s->avctx->err_recognition & AV_EF_AGGRESSIVE)) { in mpeg4_decode_mb()
1834 } else if (s->mb_x + s->mb_y*s->mb_width + 1 >= next) in mpeg4_decode_mb()
3223 * Decode the next studio vop header.
3317 /* search next start code */ in ff_mpeg4_decode_picture_header()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2886 char *next = strchr(p, ','); in parse_forced_key_frames() local
2888 if (next) in parse_forced_key_frames()
2889 *next++ = 0; in parse_forced_key_frames()
2921 p = next; in parse_forced_key_frames()
4141 av_log(NULL, AV_LOG_WARNING, "DTS %"PRId64", next:%"PRId64" st:%d invalid dropping\n", pkt->dts, ist->next_dts, pkt->stream_index); in process_input()
4149 av_log(NULL, AV_LOG_WARNING, "PTS %"PRId64", next:%"PRId64" invalid dropping st:%d\n", pkt->pts, ist->next_dts, pkt->stream_index); in process_input()
/third_party/node/deps/llhttp/src/
H A Dllhttp.c8128 llparse_state_t next; in llhttp__internal_execute() local
8140 next = llhttp__internal__run(state, (const unsigned char*) p, (const unsigned char*) endp); in llhttp__internal_execute()
8141 if (next == s_error) { in llhttp__internal_execute()
8144 state->_current = (void*) (intptr_t) next; in llhttp__internal_execute()
16053 llparse_state_t next; in llhttp__internal_execute() local
16065 next = llhttp__internal__run(state, (const unsigned char*) p, (const unsigned char*) endp); in llhttp__internal_execute()
16066 if (next == s_error) { in llhttp__internal_execute()
16069 state->_current = (void*) (intptr_t) next; in llhttp__internal_execute()
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1021 next(&l, is_internal_reference(&l)); in print()
1043 next(L, is_internal); // Call next before overwriting link with target at in bind_to()
1078 void Assembler::next(Label* L, bool is_internal) { in next() function in v8::internal::Assembler
1381 // Returns the next free trampoline entry.
3574 for (RelocIterator it(instructions, reloc_info, 0); !it.done(); it.next()) { in GrowBuffer()
3698 // move next buffer check to maximum. in CheckTrampolinePool()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp2231 // Index of the next field in the generated root constant constant buffer in emit_push_constant_block()
5423 // If we are a memory barrier, and the next instruction is a control barrier, check if that memory barrier in emit_instruction()
5425 const Instruction *next = get_next_instruction_in_block(instruction); in emit_instruction() local
5426 if (next && next->op == OpControlBarrier) in emit_instruction()
5428 auto *next_ops = stream(*next); in emit_instruction()
5434 // If there are no memory semantics for next instruction, we will imply group shared memory is synced. in emit_instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstructions.h3093 succ_op_iterator(std::next(value_op_begin(), isConditional() ? 1 : 0)),
3099 std::next(value_op_begin(), isConditional() ? 1 : 0)),
3446 /// including the case_end() iterator. It returns an iterator for the next
3631 return make_range(succ_op_iterator(std::next(value_op_begin())), in successors()
3636 return make_range(const_succ_op_iterator(std::next(value_op_begin())), in successors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1323 // The next operand is the intrinsic opcode. in lowerDSPIntr()
1326 // See if the next operand has type i64. in lowerDSPIntr()
3042 MachineFunction::iterator It = std::next(MachineFunction::iterator(BB)); in emitBPOSGE32()
3052 Sink->splice(Sink->begin(), BB, std::next(MachineBasicBlock::iterator(MI)), in emitBPOSGE32()
3111 MachineFunction::iterator It = std::next(MachineFunction::iterator(BB)); in emitMSACBranchPseudo()
3121 Sink->splice(Sink->begin(), BB, std::next(MachineBasicBlock::iterator(MI)), in emitMSACBranchPseudo()
/third_party/python/Objects/
H A Ddictobject.c201 use j % 2**i as the next table index;
225 if-tests were required inside the loop; computing "the next" index took about
4631 PyObject *next = PyIter_Next(iter); in all_contained_in() local
4632 if (next == NULL) { in all_contained_in()
4637 ok = PySequence_Contains(other, next); in all_contained_in()
4638 Py_DECREF(next); in all_contained_in()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c11 * The above copyright notice and this permission notice (including the next
580 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper()
632 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in vtn_foreach_execution_mode()
688 dec->next = val->decoration; in vtn_handle_decoration()
701 dec->next = val->decoration; in vtn_handle_decoration()
725 dec->next = val->decoration; in vtn_handle_decoration()
1534 for (struct vtn_decoration *dec = val->decoration; dec; dec = dec->next) { in vtn_handle_type()
2304 * next compiler layers, at the expense of making the handling of barriers in vtn_split_barrier_semantics()
2934 /* These all have an explicit depth value as their next source */ in vtn_handle_texture()
2941 /* This has a component as its next sourc in vtn_handle_texture()
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js43 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
48 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
97 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
100 step((generator = generator.apply(thisArg, _arguments || [])).next());
110 // eslint-disable-next-line @typescript-eslint/no-inferrable-types
132 // eslint-disable-next-line local/no-in-operator
146 // eslint-disable-next-line local/no-in-operator
230 var iterResult = iter.next();
244 for (var step = iterator.next(), pos = 0; !step.done; step = iterator.next(), po
[all...]
H A Dtsserver.js44 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
49 if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
98 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
101 step((generator = generator.apply(thisArg, _arguments || [])).next());
111 // eslint-disable-next-line @typescript-eslint/no-inferrable-types
133 // eslint-disable-next-line local/no-in-operator
147 // eslint-disable-next-line local/no-in-operator
231 var iterResult = iter.next();
245 for (var step = iterator.next(), pos = 0; !step.done; step = iterator.next(), po
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp85 LnnConnectionFsm *next = NULL; in ClearNetBuilderFsmList() local
86 LIST_FOR_EACH_ENTRY_SAFE(item, next, &netBuilder->fsmList, LnnConnectionFsm, node) { in ClearNetBuilderFsmList()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c97 FileRecipientInfo *next = NULL; in ProxyFileTransTimerProc() local
98 LIST_FOR_EACH_ENTRY_SAFE(info, next, &g_recvRecipientInfoList, FileRecipientInfo, node) { in ProxyFileTransTimerProc()
/third_party/backends/backend/
H A Dcanon.c638 for (dev = first_dev; dev; dev = dev->next) in attach()
1053 dev->next = first_dev; in attach()
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp1727 // test the next() default implementation and ensureCharsCapacity() in TestStringEnumeration()
1730 pc=ten.next(&length, status); in TestStringEnumeration()
1733 errln("StringEnumeration.next(%d) failed", i); in TestStringEnumeration()
1737 if(ten.next(&length, status)!=NULL) { in TestStringEnumeration()
1738 errln("StringEnumeration.next(done)!=NULL"); in TestStringEnumeration()
1776 errln("File %s, line %d, StringEnumeration.next(%d) failed", __FILE__, __LINE__, i); in TestStringEnumeration()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DULocaleTest.java1401 String key = (String)it.next(); in TestDisplayKeyword()
1402 String key2 = (String)it2.next(); in TestDisplayKeyword()
/third_party/icu/icu4c/source/i18n/
H A Dtzfmt.cpp2160 int32_t next = text.moveIndex32(start, 1);
2161 len = next - start;
2304 // 1 digit hour, move to next field
2325 // parsed 2 digits, move to next field
/third_party/mbedtls/library/
H A Dssl_tls12_server.c726 for (cur = list; cur != NULL; cur = cur->next) { in ssl_pick_cert()
855 * - try the next ciphersuite if we don't in ssl_ciphersuite_match()
966 * number to use it in our next message (RFC 6347 4.2.1) */ in ssl_parse_client_hello()
1019 /* Done reading this record, get ready for the next one */ in ssl_parse_client_hello()
2568 crt = crt->next; in ssl_write_certificate_request()
3237 * way, if successful, move on to the next step in the SSL state

Completed in 134 milliseconds

1...<<221222223224225226227228229230>>...251