Uses of Class
at.dms.kjc.spacetime.Address

Packages that use Address
at.dms.kjc.spacetime   
 

Uses of Address in at.dms.kjc.spacetime
 

Fields in at.dms.kjc.spacetime declared as Address
static Address Address.MAX_ADDRESS
           
protected  Address OffChipBuffer.sizeSteady
          the size of the buffer in the steady stage
static Address Address.ZERO
           
 

Methods in at.dms.kjc.spacetime that return Address
 Address Address.add(Address i)
          Add the value of i to this address and return a new address with this value.
 Address Address.add(int i)
          Add the value of i to this address and return a new address with this value.
 Address Address.add32Byte(int i)
          Add the value of i to this address and return a new address with this value, round up the value to the next 32-byte boundary.
 Address Address.ceil32()
          Return a new Address whose value is the next 32-byte aligned Address greater than this.
 Address Address.div(int i)
          Return a new Address whose value is this / i.
 Address StreamingDram.getLB()
           
 Address OffChipBuffer.getSize()
           
 Address StreamingDram.getUB()
           
 Address Address.mult(int i)
          Return a new Address whose value is this * i.
static Address OffChipBuffer.totalBufferSizeInBytes()
          Return the total number of bytes used by the offchip buffers.
 

Methods in at.dms.kjc.spacetime with parameters of type Address
 Address Address.add(Address i)
          Add the value of i to this address and return a new address with this value.
static StreamingDram StreamingDram.getStrDram(Address addr, RawProcElements chip)
           
static boolean Address.inRange(Address addr, Address lb, Address ub)
          Return true if addr is within the range [lb, ub].