Home
last modified time | relevance | path

Searched refs:use_ (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dnode.h424 Node* from() const { return use_->from(); } in from()
427 int const index = use_->input_index(); in index()
428 DCHECK_LT(index, use_->from()->InputCount()); in index()
438 if (old_to) old_to->RemoveUse(use_); in UpdateTo()
440 if (new_to) new_to->AppendUse(use_); in UpdateTo()
450 : use_(use), input_ptr_(input_ptr) { in Edge()
456 Node::Use* use_; member in v8::internal::compiler::final
495 iterator() : use_(nullptr), input_ptr_(nullptr) {} in iterator()
498 Edge operator*() const { return Edge(use_, input_ptr_); } in operator *()
505 use_ in operator ++()
527 Use* use_; global() member in v8::internal::compiler::final
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dnospec-insn.h39 __THUNK_PROLOG_NAME __s390_indirect_branch_\d0\()_\r2\()use_\r1
47 jg __s390_indirect_branch_\d0\()_\r2\()use_\r1
/third_party/rust/crates/regex/tests/
H A Dmacros_str.rs5 macro_rules! use_ { ($($path: tt)*) => { use regex::$($path)*; } } macros
H A Dmacros_bytes.rs5 macro_rules! use_ { ($($path: tt)*) => { use regex::bytes::$($path)*; } } macros
H A Dreplace.rs91 use_!(Captures);
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetsys_net_diag_data.h88 uint32_t use_ = 0; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp239 if (!parcel.WriteUint32(use_)) { in Marshalling()
268 if (!parcel.ReadUint32(routeTable.use_)) { in Unmarshalling()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dkeywords.rs170 pub static mut use_: ::std::os::raw::c_int; consts
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_diag_wrapper_test.cpp336 "mask_:%{public}s iface_:%{public}s flags_: %{public}s metric_:%{public}d ref_:%{public}d use_:%{public}d ", in HWTEST_F()
338 rtable.flags_.c_str(), rtable.metric_, rtable.ref_, rtable.use_); in HWTEST_F()
499 routeTable.use_ = TEST_UINT32_VALUE; in HWTEST_F()
H A Dnetsys_controller_test.cpp754 "ref_:%{public}d use_:%{public}d", in HWTEST_F()
756 lt.metric_, lt.ref_, lt.use_); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp481 routeTable.use_ = static_cast<uint16_t>(CommonUtils::StrToUint(match[usePos].str())); in ExtractRouteTableInfo()

Completed in 8 milliseconds