Home
last modified time | relevance | path

Searched refs:ptr_from_addr (Results 1 – 5 of 5) sorted by path

/dports/games/xinfocom/xinfocom/
H A Dmem.c16 static byte *ptr_from_addr(long_word addr) in ptr_from_addr() function
26 return *ptr_from_addr(addr); in rd_byte_addr()
54 *ptr_from_addr(addr) = value; in wr_byte_addr()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/
H A Dmachine.rs292 fn ptr_from_addr( in ptr_from_addr() method
478 fn ptr_from_addr(_mem: &Memory<$mir, $tcx, Self>, addr: u64) -> Pointer<Option<AllocId>> { in ptr_from_addr() function
H A Dmemory.rs1151 let ptr = M::ptr_from_addr(&self, addr); in scalar_to_ptr()
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/
H A Dintptrcast.rs41 pub fn ptr_from_addr( in ptr_from_addr() method
H A Dmachine.rs598 fn ptr_from_addr( in ptr_from_addr() method
602 intptrcast::GlobalState::ptr_from_addr(addr, mem) in ptr_from_addr()