Home
last modified time | relevance | path

Searched refs:lastSym (Results 1 – 25 of 27) sorted by relevance

12

/dports/x11/libX11/libX11-1.7.2/src/xkb/
H A DXKBBind.c116 int lastSym, tmp, nGrp; in XKeycodeToKeysym() local
118 lastSym = 3; in XKeycodeToKeysym()
122 if (col <= (lastSym + tmp - 2)) in XKeycodeToKeysym()
125 lastSym += tmp - 2; in XKeycodeToKeysym()
129 if (col <= (lastSym + tmp - 2)) in XKeycodeToKeysym()
132 lastSym += tmp - 2; in XKeycodeToKeysym()
136 if (col <= lastSym + tmp) in XKeycodeToKeysym()
138 col - lastSym); in XKeycodeToKeysym()
139 lastSym += tmp; in XKeycodeToKeysym()
143 if (col <= lastSym + tmp) in XKeycodeToKeysym()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DShrinkDecoder.cpp45 int lastSym = -1; in CodeReal() local
145 if (head < kNumItems && lastSym >= 0) in CodeReal()
157 _parents[head] = (UInt16)lastSym; in CodeReal()
163 lastSym = (int)sym; in CodeReal()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DShrinkDecoder.cpp45 int lastSym = -1; in CodeReal() local
145 if (head < kNumItems && lastSym >= 0) in CodeReal()
157 _parents[head] = (UInt16)lastSym; in CodeReal()
163 lastSym = sym; in CodeReal()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dshadownote.cpp60 flag = SymId::lastSym; in getNoteFlag()
69 flag = SymId::lastSym; in getNoteFlag()
72 flag = SymId::lastSym; in getNoteFlag()
167 if (flag != SymId::lastSym) { // If there is a flag in draw()
233 if (flag != SymId::lastSym) { in layout()
H A Dsym.cpp45 std::array<uint, size_t(SymId::lastSym)+1> ScoreFont::_mainSymCodeTable { {0} };
53 const std::array<const char*, int(SymId::lastSym)+1> Sym::symNames = { {
2893 const std::array<const char*, int(SymId::lastSym)+1> Sym::symUserNames = { {
6675 for (int i = 1; i < int(SymId::lastSym); ++i) { in load()
H A Dsym.h2888 lastSym enumerator
2959 static const std::array<const char*, int (SymId::lastSym)+1> symNames; in END_QT_REGISTERED_ENUM()
2960 static const std::array<const char*, int(SymId::lastSym)+1> symUserNames; in END_QT_REGISTERED_ENUM()
3021 static std::array<uint, size_t(SymId::lastSym)+1> _mainSymCodeTable;
3030 _symbols = QVector<Sym>(int(SymId::lastSym) + 1); in ScoreFont()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp342 const Symbol *lastSym = nullptr; in processSymboledSection() local
344 if (lastSym != nullptr) { in processSymboledSection()
347 if ((lastSym->value != sym->value) in processSymboledSection()
348 || lastSym->value != section.address in processSymboledSection()
349 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
350 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
351 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
355 lastSym = sym; in processSymboledSection()
357 if (lastSym != nullptr) { in processSymboledSection()
358 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp342 const Symbol *lastSym = nullptr; in processSymboledSection() local
344 if (lastSym != nullptr) { in processSymboledSection()
347 if ((lastSym->value != sym->value) in processSymboledSection()
348 || lastSym->value != section.address in processSymboledSection()
349 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
350 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
351 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
355 lastSym = sym; in processSymboledSection()
357 if (lastSym != nullptr) { in processSymboledSection()
358 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp342 const Symbol *lastSym = nullptr; in processSymboledSection() local
344 if (lastSym != nullptr) { in processSymboledSection()
347 if ((lastSym->value != sym->value) in processSymboledSection()
348 || lastSym->value != section.address in processSymboledSection()
349 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
350 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
351 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
355 lastSym = sym; in processSymboledSection()
357 if (lastSym != nullptr) { in processSymboledSection()
358 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp344 const lld::mach_o::normalized::Symbol *lastSym = nullptr; in processSymboledSection() local
346 if (lastSym != nullptr) { in processSymboledSection()
349 if ((lastSym->value != sym->value) in processSymboledSection()
350 || lastSym->value != section.address in processSymboledSection()
351 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
352 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
353 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
357 lastSym = sym; in processSymboledSection()
359 if (lastSym != nullptr) { in processSymboledSection()
360 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp343 const Symbol *lastSym = nullptr; in processSymboledSection() local
345 if (lastSym != nullptr) { in processSymboledSection()
348 if ((lastSym->value != sym->value) in processSymboledSection()
349 || lastSym->value != section.address in processSymboledSection()
350 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
351 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
352 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
356 lastSym = sym; in processSymboledSection()
358 if (lastSym != nullptr) { in processSymboledSection()
359 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp343 const Symbol *lastSym = nullptr; in processSymboledSection() local
345 if (lastSym != nullptr) { in processSymboledSection()
348 if ((lastSym->value != sym->value) in processSymboledSection()
349 || lastSym->value != section.address in processSymboledSection()
350 || !lastSym->name.startswith("ltmp")) { in processSymboledSection()
351 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
352 lastSym->desc, atomScope(lastSym->scope), sym->value, in processSymboledSection()
356 lastSym = sym; in processSymboledSection()
358 if (lastSym != nullptr) { in processSymboledSection()
359 atomFromSymbol(atomType, section, file, lastSym->value, lastSym->name, in processSymboledSection()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Cultures/
H A DRussianCulture.cs91 char lastSym = res[res.Length - 1]; in GetMarriedSurname()
93 if (CONSONANTS.IndexOf(lastSym) >= 0) { in GetMarriedSurname()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Doutliner.h181 int *ll_make_sections_args(SPTR lbSym, SPTR ubSym, SPTR stSym, SPTR lastSym);
H A Doutliner.cpp701 ll_make_sections_args(SPTR lbSym, SPTR ubSym, SPTR stSym, SPTR lastSym) in ll_make_sections_args() argument
708 args[5] = ad_acon(lastSym, 0); /* i32* plastiter */ in ll_make_sections_args()
717 ADDRTKNP(lastSym, 1); in ll_make_sections_args()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/link/internal/ld/
H A Ddata.go1505 lastSym := loader.Sym(ldr.NSym() - 1)
1506 ldr.SetSymAlign(lastSym, ldr.SymAlign(lastSym))

12