/third_party/toybox/toys/pending/ |
H A D | dhcp.c | 1293 TT.req_opt = TT.req_opt->next; in dhcp_main() 1299 TT.pkt_opt = TT.pkt_opt->next; in dhcp_main()
|
/third_party/python/Lib/test/ |
H A D | test_sys_settrace.py | 213 # and stores its line number for use on the next instruction. 214 # The next instruction is the implicit return None. 547 return next(self._it) 1797 # command (aka. "Set next statement"). 1972 # Jumping to this line should skip to the next one. 2649 next(gen())
|
/third_party/python/Objects/ |
H A D | floatobject.c | 78 {"epsilon", "DBL_EPSILON -- Difference between 1 and the next " 1223 /* TOHEX_NBITS is DBL_MANT_DIG rounded up to the next integer 2017 PyFloatObject *next = (PyFloatObject*) Py_TYPE(f); in _PyFloat_ClearFreeList() local 2019 f = next; in _PyFloat_ClearFreeList() 2345 /* And it also propagated out of the next 28 bits. */ in PyFloat_Pack8()
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 1438 Name::Assigned(tokens) => quote!( (#tokens).chars().next().unwrap() ), in translate_char() 1452 let s = s.chars().next().unwrap(); in translate_char()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 1278 /// IP6 no next header 1541 let next = cmsg as usize + _CMSG_ALIGN((*cmsg).cmsg_len as usize) in CMSG_NXTHDR() 1545 if next <= max { in CMSG_NXTHDR()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 220 EXPECT_EQ(result.first, std::next(sequence_.begin())); in TEST_F() 221 EXPECT_EQ(result.second, std::next(vector_.begin())); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | aggressive_dead_code_elim_test.cpp | 6222 // blockType next; 6232 // b = b.next; 6255 OpMemberName %blockType 1 "next" 6274 OpMemberName %blockType 1 "next"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ap.c | 418 for (iface = wpa_s->global->ifaces; iface; iface = iface->next) in wpa_supplicant_conf_ap_ht() 613 pw->next = bss->sae_passwords; in wpa_supplicant_conf_ap()
|
H A D | dpp_supplicant.c | 500 * 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/libavformat/ |
H A D | demux.c | 737 if (pktl->next) in get_next_pkt() 738 return pktl->next; in get_next_pkt() 1256 /* read next packet */ in read_frame_internal() 1492 pktl = pktl->next; in av_read_frame()
|
/third_party/backends/backend/ |
H A D | pieusb_specific.c | 219 for (dev = pieusb_definition_list_head; dev; dev = dev->next) { in sanei_pieusb_find_device_callback() 297 dev->next = pieusb_definition_list_head; in sanei_pieusb_find_device_callback() 316 dev->next = NULL; in pieusb_initialize_device_definition() 755 /* automatically advance to next slide after scan */ in sanei_pieusb_init_options() 758 scanner->opt[OPT_ADVANCE_SLIDE].desc = "Automatically advance to next slide after scan"; in sanei_pieusb_init_options() 1809 /* Catch preview here, otherwise next ifs get complicated */ in sanei_pieusb_set_mode_from_options()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 256 NSOverride *next_temp = cur->next; in free() 1433 curr = curr->next; in processOverrideString() 1445 cur->next = overrideList; in processOverrideString() 1626 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat() 2419 // move to next pattern character in parse() 2811 // and i is the index of the next non-literal pattern character. in matchLiterals()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_program.c | 12 * The above copyright notice and this permission notice (including the next 811 return (src->ssa->uses.next == &src->use_link && in ntq_src_is_only_ssa_def_user() 812 src->ssa->uses.next->next == &src->ssa->uses); in ntq_src_is_only_ssa_def_user()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 257 NSOverride *next_temp = cur->next; in free() 1397 curr = curr->next; in processOverrideString() 1409 cur->next = overrideList; in processOverrideString() 1590 // should consolidate the next section by using arrays of pointers & counts for the right symbols... in subFormat() 2370 // move to next pattern character in parse() 2762 // and i is the index of the next non-literal pattern character. in matchLiterals()
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 428 // 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 D | mod.rs | 2991 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 D | smpdtfmt.cpp | 255 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 D | APFloat.cpp | 438 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 D | HexagonConstPropagation.cpp | 717 // 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 D | val_id_test.cpp | 201 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/ffmpeg/libavcodec/ |
H A D | mpeg4videodec.c | 194 * 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 D | ffmpeg.c | 2886 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 D | llhttp.c | 8128 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 D | assembler-mips.cc | 1021 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 D | spirv_hlsl.cpp | 2231 // 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()
|