Home
last modified time | relevance | path

Searched refs:FLAG_OVER (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DButton.h57 FLAG_OVER = 1, enumerator
59 OVER_DOWN = FLAG_OVER | FLAG_DOWN,
62 OVER_UP = FLAG_OVER,
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DSequence.java43 private static final byte FLAG_OVER = ((byte) 0x4); field in Sequence
556 overflow = (flags & FLAG_OVER) != 0; in readData()
577 flags |= FLAG_OVER; in makeData()