Home
last modified time | relevance | path

Searched refs:NUM_NAME_TYPES (Results 1 – 19 of 19) sorted by relevance

/dports/games/scid/scid/gtest/
H A Dtest_namebase.cpp33 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in TEST()
48 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in TEST()
62 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in TEST()
86 std::map<idNumberT, const char*> ids[NUM_NAME_TYPES]; in TEST()
88 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in TEST()
96 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in TEST()
/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dindex.h108 std::array<std::vector<int>, NUM_NAME_TYPES>
110 std::array<std::vector<int>, NUM_NAME_TYPES> resVec; in calcNameFreq()
111 for (nameT n = NAME_PLAYER; n < NUM_NAME_TYPES; n++) { in calcNameFreq()
H A Dnamebase.h34 std::vector<std::unique_ptr<const char[]> > names_[NUM_NAME_TYPES];
55 std::map<const char*, idNumberT, idxCmp> idx_[NUM_NAME_TYPES];
220 static bool IsValidNameType(nameT nt) { return (nt < NUM_NAME_TYPES); } in IsValidNameType()
H A Dcodec_scid4.cpp77 idNumberT Header_numNames[NUM_NAME_TYPES]; in namefileRead()
85 uint obsolete_maxFreq[NUM_NAME_TYPES]; in namefileRead()
180 unsigned maxFreq[NUM_NAME_TYPES] = {0}; in namefileWrite()
524 idNumberT maxID[NUM_NAME_TYPES]; in readIndex()
525 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in readIndex()
H A Dcommon.h144 NUM_NAME_TYPES, enumerator
/dports/games/scid/scid/src/
H A Dspellchk.h271 NameNormalizer general_[NUM_NAME_TYPES];
272 std::string excludeChars_[NUM_NAME_TYPES];
273 std::vector<Idx> idx_[NUM_NAME_TYPES];
274 std::vector<const char*> names_[NUM_NAME_TYPES];
319 ASSERT(nt < NUM_NAME_TYPES);
335 ASSERT(nt < NUM_NAME_TYPES); in getGeneralCorrections()
374 ASSERT(nt < NUM_NAME_TYPES); in numCorrectNames()
H A Dindex.h116 std::array<std::vector<int>, NUM_NAME_TYPES>
118 std::array<std::vector<int>, NUM_NAME_TYPES> resVec; in calcNameFreq()
119 for (nameT n = NAME_PLAYER; n < NUM_NAME_TYPES; n++) { in calcNameFreq()
H A Dnamebase.h34 std::vector<std::unique_ptr<const char[]> > names_[NUM_NAME_TYPES];
55 std::map<const char*, idNumberT, idxCmp> idx_[NUM_NAME_TYPES];
220 static bool IsValidNameType(nameT nt) { return (nt < NUM_NAME_TYPES); } in IsValidNameType()
H A Dcodec_scid4.cpp77 idNumberT Header_numNames[NUM_NAME_TYPES]; in namefileRead()
85 uint obsolete_maxFreq[NUM_NAME_TYPES]; in namefileRead()
198 unsigned maxFreq[NUM_NAME_TYPES] = {0}; in namefileWrite()
420 idNumberT maxID[NUM_NAME_TYPES]; in readIndex()
421 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in readIndex()
H A Dspellchk.cpp300 for (nameT i=0; i < NUM_NAME_TYPES; i++) { in read()
313 for (nameT i=0; i < NUM_NAME_TYPES; i++) { in read()
H A Dscidbase.cpp146 for (nameT nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) { in clear()
495 std::vector<uint> nbFreq[NUM_NAME_TYPES]; in getCompactStat()
496 for (nameT n = NAME_PLAYER; n < NUM_NAME_TYPES; n++) { in getCompactStat()
519 for (nameT n = NAME_PLAYER; n < NUM_NAME_TYPES; n++) { in getCompactStat()
H A Dcommon.h156 NUM_NAME_TYPES, enumerator
H A Dscidbase.h369 std::array<std::vector<int>, NUM_NAME_TYPES> nameFreq_;
H A Dtkscid.cpp7245 UI_List res(NUM_NAME_TYPES); in sc_name_read()
7246 for (nameT i = 0; i < NUM_NAME_TYPES; i++) { in sc_name_read()
/dports/astro/starplot/starplot-0.95.5/src/convert/
H A Dparse.h110 const unsigned int NUM_NAME_TYPES = 5; variable
112 static const char * nametypes[NUM_NAME_TYPES] =
H A Dnames.cc47 bool (*commentfns[NUM_NAME_TYPES])(StringList *, name, StringList *) =
50 bool (*recordfns[NUM_NAME_TYPES])(const string &, name, StringList *) =
H A Dparse.cc401 for (i = 0; i < NUM_NAME_TYPES; i++) in parse_config_names()
404 if (i == NUM_NAME_TYPES) { in parse_config_names()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dgen-dynapi.pl2593 const char *p = (const char *)bsearch (name, dwg_name_types, NUM_NAME_TYPES,
H A Ddynapi.c13590 #define NUM_NAME_TYPES ARRAY_SIZE(dwg_name_types) macro
13599 const char *p = (const char *)bsearch (name, dwg_name_types, NUM_NAME_TYPES, in _find_entity()