Home
last modified time | relevance | path

Searched refs:emCalcHashCode (Results 1 – 5 of 5) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/include/emFileMan/
H A DemFileManModel.h209 return SearchSelection(Sel[0],emCalcHashCode(path),path)>=0; in IsSelectedAsSource()
214 return SearchSelection(Sel[1],emCalcHashCode(path),path)>=0; in IsSelectedAsTarget()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emFileMan/
H A DemFileManModel.cpp65 hc=emCalcHashCode(path); in SelectAsSource()
83 hc=emCalcHashCode(path); in SelectAsTarget()
101 i=SearchSelection(Sel[0],emCalcHashCode(path),path); in DeselectAsSource()
115 i=SearchSelection(Sel[1],emCalcHashCode(path),path); in DeselectAsTarget()
250 i=SearchCommand(emCalcHashCode(cmdPath),cmdPath); in GetCommand()
692 Cmds.GetWritable(0).HashCode=emCalcHashCode(CmdRoot->CmdPath); in LoadCommands()
761 hashCode=emCalcHashCode(cmdPath); in LoadCommand()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemContext.cpp290 h=emCalcHashCode(emRawNameOfTypeInfo(modelClass)); in CalcHashCode()
291 h=emCalcHashCode(name,h); in CalcHashCode()
H A DemStd2.cpp1623 int emCalcHashCode(const char * str, int start) function
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemStd2.h294 int emCalcHashCode(const char * str, int start=0);