Searched defs:ctp (Results 1 – 10 of 10) sorted by relevance
44 public final long ctp; field in Ledger.Transaction47 int eventId, @Nullable String tag, long delta, long ctp) { in Transaction()
50 long getModifiedCostToProduce(long ctp) { in getModifiedCostToProduce()
56 long getModifiedCostToProduce(long ctp) { in getModifiedCostToProduce()
142 final long ctp, final long price) { in getModifiedPrice()
120 long ctp = 0, price = 0; in getAction() local
165 private boolean isAffordableLocked(long balance, long price, long ctp) { in isAffordableLocked()797 final long ctp = note.getCtp(); in reset() local1138 long ctp = 0; in recalculateCosts() local1267 final long ctp = ongoingEvent.getCtpPerSec(); in dumpLocked() local
242 long ctp = action.costToProduce; in getCostOfAction() local
410 final long ctp = parser.getAttributeLong(null, XML_ATTR_CTP); in readLedgerFromXml() local