Home
last modified time | relevance | path

Searched refs:Usize (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/gdbstub/src/target/ext/
Dbreakpoints.rs29 fn add_sw_breakpoint(&mut self, addr: <Self::Arch as Arch>::Usize) -> TargetResult<bool, Self>; in add_sw_breakpoint()
35 addr: <Self::Arch as Arch>::Usize, in remove_sw_breakpoint() argument
53 fn add_hw_breakpoint(&mut self, addr: <Self::Arch as Arch>::Usize) -> TargetResult<bool, Self>; in add_hw_breakpoint()
59 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint() argument
79 addr: <Self::Arch as Arch>::Usize, in add_hw_watchpoint() argument
87 addr: <Self::Arch as Arch>::Usize, in remove_hw_watchpoint() argument
Dsection_offsets.rs63 fn get_section_offsets(&mut self) -> Result<Offsets<<Self::Arch as Arch>::Usize>, Self::Error>; in get_section_offsets() argument
/external/rust/crates/gdbstub/src/arch/mips/
Dmod.rs33 type Usize = u32; typedef
43 type Usize = u64; typedef
53 type Usize = u32; typedef
65 type Usize = u64; typedef
/external/rust/crates/gdbstub/src/target/ext/base/
Dsinglethread.rs46 ) -> Result<StopReason<<Self::Arch as Arch>::Usize>, Self::Error>; in resume() argument
108 start_addr: <Self::Arch as Arch>::Usize, in read_addrs() argument
119 start_addr: <Self::Arch as Arch>::Usize, in write_addrs() argument
Dmultithread.rs82 ) -> Result<ThreadStopReason<<Self::Arch as Arch>::Usize>, Self::Error>; in resume() argument
156 start_addr: <Self::Arch as Arch>::Usize, in read_addrs() argument
168 start_addr: <Self::Arch as Arch>::Usize, in write_addrs() argument
/external/rust/cxx/syntax/
Datom.rs13 Usize, enumerator
39 "usize" => Some(Usize), in from_str()
70 Usize => "usize", in as_ref()
Dpod.rs11 Bool | Char | U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 in is_guaranteed_pod()
Dcheck.rs110 None | Some(Char) | Some(U8) | Some(U16) | Some(U32) | Some(U64) | Some(Usize) in check_type_rust_vec()
150 None | Some(Bool) | Some(U8) | Some(U16) | Some(U32) | Some(U64) | Some(Usize) in check_type_shared_ptr()
171 None | Some(Bool) | Some(U8) | Some(U16) | Some(U32) | Some(U64) | Some(Usize) in check_type_weak_ptr()
195 None | Some(U8) | Some(U16) | Some(U32) | Some(U64) | Some(Usize) | Some(I8) in check_type_cxx_vector()
Dattrs.rs177 U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 | Isize if input.is_empty() => { in parse_repr_attribute()
Ddiscriminant.rs246 U8 | U16 | U32 | U64 | Usize | I8 | I16 | I32 | I64 | Isize => return Ok(Some(atom)), in parse_int_suffix()
/external/rust/crates/gdbstub/src/arch/riscv/
Dmod.rs16 type Usize = u32; typedef
26 type Usize = u64; typedef
/external/rust/crates/gdbstub/src/arch/x86/
Dmod.rs19 type Usize = u64; typedef
41 type Usize = u32; typedef
/external/crosvm/src/
Dgdb.rs248 start_addr: <Self::Arch as Arch>::Usize, in read_addrs() argument
274 start_addr: <Self::Arch as Arch>::Usize, in write_addrs() argument
297 fn add_hw_breakpoint(&mut self, addr: <Self::Arch as Arch>::Usize) -> TargetResult<bool, Self> { in add_hw_breakpoint()
324 addr: <Self::Arch as Arch>::Usize, in remove_hw_breakpoint() argument
/external/rust/crates/gdbstub/src/arch/arm/
Dmod.rs11 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/arch/ppc/
Dmod.rs18 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/arch/msp430/
Dmod.rs18 type Usize = u32; typedef
/external/rust/crates/gdbstub/src/arch/
Dtraits.rs52 type Usize: PrimInt + Unsigned + BeBytes + LeBytes; typedef
/external/rust/crates/gdbstub/src/gdbstub_impl/
Dmod.rs417 let addr = <T::Arch as Arch>::Usize::from_be_bytes(cmd.addr) in handle_base()
445 let addr = <T::Arch as Arch>::Usize::from_be_bytes(cmd.addr) in handle_base()
488 let addr = <T::Arch as Arch>::Usize::from_be_bytes(cmd.addr) in handle_base()
513 let addr = <T::Arch as Arch>::Usize::from_be_bytes(cmd.addr) in handle_base()
973 stop_reason: ThreadStopReason<<T::Arch as Arch>::Usize>, in finish_vcont() argument
/external/rust/crates/gdbstub/
DCHANGELOG.md46 …e u64 when parsing packets (use big-endian byte arrays + late conversion to `Target::Arch::Usize`).
/external/crosvm/acpi_tables/src/
Daml.rs353 pub type Usize = usize; typedef
355 impl Aml for Usize { implementation
/external/rust/crates/syn/tests/common/
Deq.rs385 spanless_eq_enum!(UintTy; Usize U8 U16 U32 U64 U128);
/external/rust/cxx/gen/src/
Dwrite.rs210 Some(Usize) => out.include.cstddef = true, in pick_includes_and_builtins()
1260 Usize => write!(out, "::std::size_t"), in write_atom()