Home
last modified time | relevance | path

Searched defs:isLatched (Results 1 – 4 of 4) sorted by relevance

/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/c64/CIA/
H A Dtod.h65 bool isLatched; variable
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/c64/CIA/
H A Dtod.h65 bool isLatched; variable
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/dbi/
H A DCursorImpl.java494 public byte[] getCurrentKey(boolean isLatched) { in getCurrentKey()
793 public void evict(boolean isLatched) in evict()
1838 final boolean isLatched, in lockAndGetCurrent()
2087 public LN getCurrentLN(final boolean isLatched, final boolean unlatch) in getCurrentLN()
2130 final boolean isLatched, in lockAndGetCurrentLN()
2325 boolean isLatched, in getNext()
3763 private boolean checkAlreadyLatched(boolean isLatched) { in checkAlreadyLatched()
/dports/cad/verilator/verilator-4.216/src/
H A DV3AstNodes.h2155 void isLatched(bool flag) { m_isLatched = flag; } in isLatched() function
2208 bool isLatched() const { return m_isLatched; } in isLatched() function