Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/C/
H A Ddbase.c131 #define AtomHash(t) (Unsigned(t)>>4) macro
421 return(AtomHash(tw)); in CalcKey()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/platforms/xcb/
H A Dnetwm.cpp43 typedef QHash<xcb_connection_t *, QSharedDataPointer<Atoms>> AtomHash; typedef
44 Q_GLOBAL_STATIC(AtomHash, s_gAtomsHash) in Q_GLOBAL_STATIC() argument