Home
last modified time | relevance | path

Searched defs:repr (Results 26 - 50 of 93) sorted by relevance

1234

/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dparse.rs194 let mut repr = None; in parse_enum() variables
240 let mut repr = U8; in parse_enum() variables
[all...]
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs252 let mut repr = MaybeUninit::uninit(); __null() variables
259 let mut repr = MaybeUninit::uninit(); __raw() variables
[all...]
/third_party/rust/crates/cxx/syntax/
H A Dparse.rs194 let mut repr = None; in parse_enum() variables
240 let mut repr = U8; in parse_enum() variables
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c84 const char * const *repr; in __caps_show() local
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c30 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_tx_stats() local
48 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_rx_stats() local
92 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_get_stats64() local
126 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_get_host_stats64() local
168 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_change_mtu() local
186 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_xmit() local
203 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_stop() local
216 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_open() local
237 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_fix_features() local
283 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_transfer_features() local
294 nfp_repr_clean(struct nfp_repr *repr) nfp_repr_clean() argument
320 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_init() local
410 __nfp_repr_free(struct nfp_repr *repr) __nfp_repr_free() argument
425 struct nfp_repr *repr; nfp_repr_alloc_mqs() local
448 nfp_repr_clean_and_free(struct nfp_repr *repr) nfp_repr_clean_and_free() argument
514 struct nfp_repr *repr; nfp_reprs_resync_phys_ports() local
[all...]
H A Dnfp_app.h223 static inline int nfp_app_repr_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_open() argument
230 static inline int nfp_app_repr_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_stop() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c30 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_tx_stats() local
48 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_inc_rx_stats() local
92 struct nfp_repr *repr = netdev_priv(netdev); in nfp_repr_get_stats64() local
127 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_get_host_stats64() local
169 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_change_mtu() local
187 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_xmit() local
204 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_stop() local
217 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_open() local
238 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_fix_features() local
283 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_transfer_features() local
293 nfp_repr_clean(struct nfp_repr *repr) nfp_repr_clean() argument
319 struct nfp_repr *repr = netdev_priv(netdev); nfp_repr_init() local
413 __nfp_repr_free(struct nfp_repr *repr) __nfp_repr_free() argument
428 struct nfp_repr *repr; nfp_repr_alloc_mqs() local
451 nfp_repr_clean_and_free(struct nfp_repr *repr) nfp_repr_clean_and_free() argument
516 struct nfp_repr *repr; nfp_reprs_resync_phys_ports() local
[all...]
H A Dnfp_app.h232 static inline int nfp_app_repr_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_open() argument
239 static inline int nfp_app_repr_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_app_repr_stop() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dsysfs_engines.c84 const char * const *repr; in __caps_show() local
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc238 KillOffset(ConstantOffsetInfos& infos, uint32_t offset, MachineRepresentation repr, Zone* zone) KillOffset() argument
272 KillOffsetInFresh( Node* const object, uint32_t offset, MachineRepresentation repr) KillOffsetInFresh() argument
513 MachineRepresentation repr = ComputeLoopState() local
[all...]
H A Dwasm-inlining.cc492 MachineRepresentation repr = in InlineCall() local
/third_party/libabigail/src/
H A Dabg-leaf-reporter.cc572 string repr = in report() local
574 out << indent << " '" << repr << "' has some changes:\n"; in report() local
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h101 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
151 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
210 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
363 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) { in repr() function
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {} repr() function
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h101 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
151 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
210 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
363 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) { in repr() function
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {} repr() function
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h101 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
151 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
210 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
363 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) { in repr() function
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {} repr() function
[all...]
/third_party/rust/crates/cxx/include/
H A Dcxx.h101 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
151 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
210 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
363 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) { in repr() function
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {} repr() function
[all...]
/third_party/python/Objects/
H A Dstructseq.c293 PyObject *repr = PyObject_Repr(value); in structseq_repr() local
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h101 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
151 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
210 std::array<std::uintptr_t, 2> repr; member in rust::cxxbridge1::final
363 std::array<std::uintptr_t, 3> repr; member in rust::cxxbridge1::final
843 Vec<T>::Vec(Vec &&other) noexcept : repr(other.repr) { in repr() function
1002 Vec<T>::Vec(unsafe_bitcopy_t, const Vec &bits) noexcept : repr(bits.repr) {} repr() function
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.c278 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_reprs_reify() local
310 nfp_flower_repr_netdev_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_open() argument
324 nfp_flower_repr_netdev_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_stop() argument
334 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_netdev_clean() local
342 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_netdev_preclean() local
390 struct net_device *repr; nfp_flower_spawn_vnic_reprs() local
508 struct net_device *repr; nfp_flower_spawn_phy_reprs() local
889 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_change_mtu() local
[all...]
H A Dlag_conf.c282 struct nfp_repr *repr; in nfp_fl_lag_do_work() local
515 struct nfp_repr *repr; in nfp_fl_lag_changeupper_event() local
594 struct nfp_repr *repr; in nfp_fl_lag_changels_event() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c175 struct nfp_repr *repr; in nfp_flower_install_rate_limiter() local
297 struct nfp_repr *repr; in nfp_flower_remove_rate_limiter() local
353 struct nfp_repr *repr; nfp_flower_stats_rlim_reply() local
474 struct nfp_repr *repr; nfp_flower_stats_rate_limiter() local
[all...]
H A Dmain.c287 struct nfp_repr *repr = netdev_priv(netdev); in nfp_flower_reprs_reify() local
319 nfp_flower_repr_netdev_open(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_open() argument
333 nfp_flower_repr_netdev_stop(struct nfp_app *app, struct nfp_repr *repr) in nfp_flower_repr_netdev_stop() argument
343 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_netdev_clean() local
351 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_netdev_preclean() local
399 struct net_device *repr; nfp_flower_spawn_vnic_reprs() local
517 struct net_device *repr; nfp_flower_spawn_phy_reprs() local
898 struct nfp_repr *repr = netdev_priv(netdev); nfp_flower_repr_change_mtu() local
[all...]
H A Dlag_conf.c312 struct nfp_repr *repr; in nfp_fl_lag_do_work() local
550 struct nfp_repr *repr; in nfp_fl_lag_changeupper_event() local
629 struct nfp_repr *repr; in nfp_fl_lag_changels_event() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_eswitch_br.c46 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_netdev_to_port() local
1109 struct ice_repr *repr = ice_netdev_to_repr(dev); in ice_eswitch_br_port_link() local
923 ice_eswitch_br_vf_repr_port_init(struct ice_esw_br *bridge, struct ice_repr *repr) ice_eswitch_br_vf_repr_port_init() argument
[all...]
H A Dice_vf_lib.h130 struct ice_repr *repr; member

Completed in 43 milliseconds

1234