Home
last modified time | relevance | path

Searched refs:cs (Results 126 – 150 of 171905) sorted by path

12345678910>>...6877

/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Dhescan.sty59 \ifcat \nxp #1\relax \def \next {\hed@cs #1#2}\else % control sequence
68 \def \h@d@cs #1#2{% test word end
74 \def \hed@cs #1#2{% control sequence within a word; push back?
75 \xpa \ifx #1\closegeresh \def \next {\h@d@cs {\nxp \lq }#2}\else
76 \xpa \ifx #1\closequote \def \next {\h@d@cs {`}#2}\else
H A Dutfcode.sty261 \def \utf@b@cs #1#2{% test word end
268 \def \utf@cs #1#2{% control sequence within a word; push back?
269 \xpa \ifx #1\closegeresh \def \next {\utf@b@cs {\nxp \lq }#2}\else
270 \xpa \ifx #1\closequote \def \next {\utf@b@cs {`}#2}\else
H A Dyiddish.sty70 \ifcat \nxp #1\relax \def \next {\yid@cs #1}\else % control sequence
96 \def \y@d@cs #1#2{% test word end
102 \def \yid@cs #1#2{% control sequence within a word; push back?
103 \xpa \ifx #1\closegeresh \def \next {\y@d@cs {\nxp \lq }#2}\else
104 \xpa \ifx #1\closequote \def \next {\y@d@cs {`}#2}\else
/dports/archivers/7-zip/7-zip-21.07/C/
H A DLzFindMt.c110 CriticalSection_Enter(&(p)->cs); \
115 CriticalSection_Leave(&(p)->cs); \
207 CriticalSection_Delete(&p->cs); in MtSync_Destruct()
248 RINOK_THREAD(CriticalSection_Init(&p->cs)); in MtSync_Create_WRes()
467 CriticalSection_Enter(&mt->btSync.cs); in HashThreadFunc()
468 CriticalSection_Enter(&mt->hashSync.cs); in HashThreadFunc()
477 CriticalSection_Leave(&mt->hashSync.cs); in HashThreadFunc()
478 CriticalSection_Leave(&mt->btSync.cs); in HashThreadFunc()
H A DLzFindMt.h30 CCriticalSection cs; member
H A DMtCoder.c235 CriticalSection_Enter(&mtc->cs); in ThreadFunc2()
238 CriticalSection_Leave(&mtc->cs); in ThreadFunc2()
262 CriticalSection_Enter(&mtc->cs); in ThreadFunc2()
268 CriticalSection_Leave(&mtc->cs); in ThreadFunc2()
298 CriticalSection_Enter(&mtc->cs); in ThreadFunc2()
313 CriticalSection_Leave(&mtc->cs); in ThreadFunc2()
410 CriticalSection_Init(&p->cs); in MtCoder_Construct()
411 CriticalSection_Init(&p->mtProgress.cs); in MtCoder_Construct()
446 CriticalSection_Delete(&p->cs); in MtCoder_Destruct()
557 CriticalSection_Enter(&p->cs); in MtCoder_Code()
[all …]
H A DMtCoder.h120 CCriticalSection cs; member
H A DMtDec.c48 CriticalSection_Enter(&p->cs); in MtProgress_ProgressAdd()
57 CriticalSection_Leave(&p->cs); in MtProgress_ProgressAdd()
65 CriticalSection_Enter(&p->cs); in MtProgress_GetError()
67 CriticalSection_Leave(&p->cs); in MtProgress_GetError()
74 CriticalSection_Enter(&p->cs); in MtProgress_SetError()
77 CriticalSection_Leave(&p->cs); in MtProgress_SetError()
204 CriticalSection_Enter(&p->mtProgress.cs); in MtDec_GetError_Spec()
207 CriticalSection_Leave(&p->mtProgress.cs); in MtDec_GetError_Spec()
214 CriticalSection_Enter(&p->mtProgress.cs); in MtDec_Progress_GetError_Spec()
225 CriticalSection_Leave(&p->mtProgress.cs); in MtDec_Progress_GetError_Spec()
[all …]
H A DMtDec.h30 CCriticalSection cs; member
H A DPpmd7.c648 CTX_PTR cs = CreateSuccessors(p); in Ppmd7_UpdateModel() local
649 if (!cs) in Ppmd7_UpdateModel()
654 minSuccessor = REF(cs); in Ppmd7_UpdateModel()
H A DPpmd8.c1115 CTX_PTR cs = CreateSuccessors(p, True, s, p->MinContext); in Ppmd8_UpdateModel() local
1116 if (!cs) in Ppmd8_UpdateModel()
1122 SetSuccessor(p->FoundState, REF(cs)); in Ppmd8_UpdateModel()
1123 p->MinContext = p->MaxContext = cs; in Ppmd8_UpdateModel()
1144 CTX_PTR cs = ReduceOrder(p, s, p->MinContext); in Ppmd8_UpdateModel() local
1145 if (!cs) in Ppmd8_UpdateModel()
1150 minSuccessor = REF(cs); in Ppmd8_UpdateModel()
1154 CTX_PTR cs = CreateSuccessors(p, False, s, p->MinContext); in Ppmd8_UpdateModel() local
1155 if (!cs) in Ppmd8_UpdateModel()
1160 minSuccessor = REF(cs); in Ppmd8_UpdateModel()
H A DThreads.c296 CCpuSet cs; in Thread_Create_With_Affinity() local
298 CpuSet_Zero(&cs); in Thread_Create_With_Affinity()
305 CpuSet_Set(&cs, i); in Thread_Create_With_Affinity()
309 return Thread_Create_With_CpuSet(p, func, param, &cs); in Thread_Create_With_Affinity()
H A DThreads.h129 #define Thread_Create_With_CpuSet(p, func, param, cs) \ argument
130 Thread_Create_With_Affinity(p, func, param, *cs)
222 void CriticalSection_Delete(CCriticalSection *cs);
223 void CriticalSection_Enter(CCriticalSection *cs);
224 void CriticalSection_Leave(CCriticalSection *cs);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zHandlerOut.cpp160 UInt64 cs = (UInt64)dicSize << 2; in SetMainMethod() local
163 if (cs < kMinSize) cs = kMinSize; in SetMainMethod()
164 if (cs > kMaxSize) cs = kMaxSize; in SetMainMethod()
165 if (cs < dicSize) cs = dicSize; in SetMainMethod()
166 cs += (kMinSize - 1); in SetMainMethod()
167 cs &= ~(UInt64)(kMinSize - 1); in SetMainMethod()
171 numSolidBytes = cs << 6; in SetMainMethod()
174 cs = oneMethodInfo.Get_Xz_BlockSize(); in SetMainMethod()
175 if (dicSize > cs) in SetMainMethod()
176 dicSize = cs; in SetMainMethod()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DDmgHandler.cpp929 const CChecksum &cs = _files[i].Checksum; in Open2() local
930 if ((cs.NumBits & 0x7) != 0) in Open2()
932 UInt32 len = cs.NumBits >> 3; in Open2()
935 crc = CrcUpdate(crc, cs.Data, (size_t)len); in Open2()
H A DXzHandler.cpp1183 UInt64 cs = _numSolidBytes; in UpdateItems() local
1184 if (cs != XZ_PROPS__BLOCK_SIZE__AUTO) in UpdateItems()
1185 oneMethodInfo.AddProp_BlockSize2(cs); in UpdateItems()
1186 cs = oneMethodInfo.Get_Xz_BlockSize(); in UpdateItems()
1188 if (cs != XZ_PROPS__BLOCK_SIZE__AUTO && in UpdateItems()
1189 cs != XZ_PROPS__BLOCK_SIZE__SOLID) in UpdateItems()
1201 UInt64 size = numBlockThreads * (lzmaMemUsage + cs); in UpdateItems()
1203 if (cs < ((UInt32)1 << 26)) numPackChunks++; in UpdateItems()
1204 if (cs < ((UInt32)1 << 24)) numPackChunks++; in UpdateItems()
1205 if (cs < ((UInt32)1 << 22)) numPackChunks++; in UpdateItems()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/GUI/
H A DCompressDialog.cpp1865 UInt64 cs = (UInt64)dict << 2; in Get_Lzma2_ChunkSize() local
1868 if (cs < kMinSize) cs = kMinSize; in Get_Lzma2_ChunkSize()
1869 if (cs > kMaxSize) cs = kMaxSize; in Get_Lzma2_ChunkSize()
1870 if (cs < dict) cs = dict; in Get_Lzma2_ChunkSize()
1871 cs += (kMinSize - 1); in Get_Lzma2_ChunkSize()
1872 cs &= ~(UInt64)(kMinSize - 1); in Get_Lzma2_ChunkSize()
1873 return cs; in Get_Lzma2_ChunkSize()
1934 const UInt64 cs = Get_Lzma2_ChunkSize(dict); in SetSolidBlockSize2() local
1937 UInt64 blockSize = cs; // for xz in SetSolidBlockSize2()
1946 blockSize = cs << 6; in SetSolidBlockSize2()
/dports/archivers/arc/arc-5.21p/
H A DArc521.doc808 ARC cs junk
/dports/archivers/arj/arj-3.10.22/
H A Denviron.c1895 unsigned int ip, unsigned int cs, in int24_fatal_handler()
3236 unsigned int ip, unsigned int cs, in int24_smart_handler()
3660 unsigned int ip, unsigned int cs, in int24_autofail_handler()
H A Dmakefile176 SFV_LIB = $(LINKLIB)cs
177 REJ_LIB = $(LINKLIB)cs
179 SFX_LIB = $(LINKLIB)cs
180 SFJ_LIB = $(LINKLIB)cs
181 REG_LIB = $(LINKLIB)cs
182 ADI_LIB = $(LINKLIB)cs
183 CRP_LIB = $(LINKLIB)cs
H A Dsfxstub.asm73 ASSUME cs:_TEXT, ds:DGROUP, ss:DGROUP
/dports/archivers/ark/ark-21.12.3/app/
H A Dark_dndextract.desktop.cmake12 Name[cs]=Rozbalit Arkem sem
H A Dorg.kde.ark.desktop.cmake13 GenericName[cs]=Archivační nástroj
88 Name[cs]=Ark
168 Comment[cs]=Práce s archivy souborů
/dports/archivers/ark/ark-21.12.3/kerfuffle/
H A DkerfufflePlugin.desktop11 Comment[cs]=Modul pro správu formátů archivů pro knihovnu Kerfuffle
H A Dqstringtokenizer.h29 Q_DECL_CONSTEXPR QStringTokenizerBaseBase(Qt::SplitBehavior sb, Qt::CaseSensitivity cs) noexcept in QStringTokenizerBaseBase() argument
30 : m_sb{sb}, m_cs{cs} {} in QStringTokenizerBaseBase()
55 …enizerBase(Haystack haystack, Needle needle, Qt::SplitBehavior sb, Qt::CaseSensitivity cs) noexcept in QStringTokenizerBase() argument
56 : QStringTokenizerBaseBase{sb, cs}, m_haystack{haystack}, m_needle{needle} {} in QStringTokenizerBase()
278 Qt::CaseSensitivity cs,
289 this->needleView(needle), sb, cs}
293 Qt::CaseSensitivity cs = Qt::CaseSensitive)
297 this->needleView(needle), sb, cs}

12345678910>>...6877