Home
last modified time | relevance | path

Searched refs:cchMax (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/platform/win/
H A Dbase_windows_wrl.cpp64 _In_ UINT cchMax,
65 _When_(cchMax == 0, _In_reads_or_z_opt_(MAX_ERROR_MESSAGE_CHARS))
66 _When_(cchMax > 0 && cchMax < MAX_ERROR_MESSAGE_CHARS, _In_reads_or_z_(cchMax))
67 …_When_(cchMax >= MAX_ERROR_MESSAGE_CHARS, _In_reads_or_z_(MAX_ERROR_MESSAGE_CHARS)) PCWSTR message…
217 _In_ UINT cchMax,
218 _When_(cchMax == 0, _In_reads_or_z_opt_(MAX_ERROR_MESSAGE_CHARS))
219 _When_(cchMax > 0 && cchMax < MAX_ERROR_MESSAGE_CHARS, _In_reads_or_z_(cchMax))
220 _When_(cchMax >= MAX_ERROR_MESSAGE_CHARS, _In_reads_or_z_(MAX_ERROR_MESSAGE_CHARS)) PCWSTR message
223 && P::RoOriginateErrorW(error, cchMax, message);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Numerics/src/System/Numerics/
H A DBigNumber.cs669 int cchMax; in FormatBigInteger()
673 cchMax = checked(cuDst * kcchBase); in FormatBigInteger()
680 if (digits > 0 && digits > cchMax) in FormatBigInteger()
681 cchMax = digits; in FormatBigInteger()
687 cchMax = checked(cchMax + info.NegativeSign.Length); in FormatBigInteger()
699 rgchBufSize = checked(cchMax + 1); in FormatBigInteger()
705 int ichDst = cchMax; in FormatBigInteger()
729 int scale = cchMax - ichDst; in FormatBigInteger()
754 int numDigitsPrinted = cchMax - ichDst; in FormatBigInteger()
768 int resultLength = cchMax - ichDst; in FormatBigInteger()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Numerics/System/Numerics/
H A DBigNumber.cs567 int cchMax; in FormatBigInteger()
570 cchMax = checked(cuDst * kcchBase); in FormatBigInteger()
575 if (digits > 0 && digits > cchMax) in FormatBigInteger()
576 cchMax = digits; in FormatBigInteger()
580 cchMax = checked(cchMax + info.NegativeSign.Length); in FormatBigInteger()
591 rgchBufSize = checked(cchMax + 1); in FormatBigInteger()
596 int ichDst = cchMax; in FormatBigInteger()
623 number.scale = cchMax - ichDst; in FormatBigInteger()
625 int maxDigits = Math.Min(ichDst + 50, cchMax); in FormatBigInteger()
642 int numDigitsPrinted = cchMax - ichDst; in FormatBigInteger()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dntstrsafe.h724 size_t cchMax; in RtlStringCbLengthA() local
741 size_t cchMax; in RtlStringCbLengthW() local
1401 size_t cchMax; in RtlStringVPrintfWorkerA() local
1405 pszDest += cchMax; in RtlStringVPrintfWorkerA()
1421 size_t cchMax; in RtlStringVPrintfWorkerW() local
1458 size_t cchMax; in RtlStringVPrintfExWorkerA() local
1459 cchMax = cchDest - 1; in RtlStringVPrintfExWorkerA()
1531 size_t cchMax; in RtlStringVPrintfExWorkerW() local
1532 cchMax = cchDest - 1; in RtlStringVPrintfExWorkerW()
1587 cchMax--; in RtlStringLengthWorkerA()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/ddk/
H A Dntstrsafe.h724 size_t cchMax; in RtlStringCbLengthA() local
741 size_t cchMax; in RtlStringCbLengthW() local
1401 size_t cchMax; in RtlStringVPrintfWorkerA() local
1405 pszDest += cchMax; in RtlStringVPrintfWorkerA()
1421 size_t cchMax; in RtlStringVPrintfWorkerW() local
1458 size_t cchMax; in RtlStringVPrintfExWorkerA() local
1459 cchMax = cchDest - 1; in RtlStringVPrintfExWorkerA()
1531 size_t cchMax; in RtlStringVPrintfExWorkerW() local
1532 cchMax = cchDest - 1; in RtlStringVPrintfExWorkerW()
1587 cchMax--; in RtlStringLengthWorkerA()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3600-scanutil.c221 int cchMax, int *pcchRead) in ReadChunk() argument
245 dprintf(DEBUG_BUFFER,"Chunk-Init: cchMax = %d\n",cchMax); in ReadChunk()
246 while (this->state.iReadPos + cchMax > this->state.cchLineOut) in ReadChunk()
254 cchMax-=cch; /* advance parameters */ in ReadChunk()
259 dprintf(DEBUG_BUFFER,"Chunk-Read: cchMax = %d\n",cchMax); in ReadChunk()
263 dprintf(DEBUG_BUFFER,"Chunk-Exit: cchMax = %d\n",cchMax); in ReadChunk()
264 if (!cchMax) return SANE_STATUS_GOOD; /* now everything fits! */ in ReadChunk()
265 (*pcchRead) += cchMax; in ReadChunk()
268 cchMax); in ReadChunk()
269 this->state.iReadPos += cchMax; in ReadChunk()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrsafe.h876 size_t cchMax; in StringCbLengthA() local
893 size_t cchMax; in StringCbLengthW() local
1553 size_t cchMax; in StringVPrintfWorkerA() local
1557 pszDest += cchMax; in StringVPrintfWorkerA()
1573 size_t cchMax; in StringVPrintfWorkerW() local
1610 size_t cchMax; in StringVPrintfExWorkerA() local
1611 cchMax = cchDest - 1; in StringVPrintfExWorkerA()
1683 size_t cchMax; in StringVPrintfExWorkerW() local
1684 cchMax = cchDest - 1; in StringVPrintfExWorkerW()
1739 cchMax--; in StringLengthWorkerA()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrsafe.h876 size_t cchMax; in StringCbLengthA() local
893 size_t cchMax; in StringCbLengthW() local
1553 size_t cchMax; in StringVPrintfWorkerA() local
1557 pszDest += cchMax; in StringVPrintfWorkerA()
1573 size_t cchMax; in StringVPrintfWorkerW() local
1610 size_t cchMax; in StringVPrintfExWorkerA() local
1611 cchMax = cchDest - 1; in StringVPrintfExWorkerA()
1683 size_t cchMax; in StringVPrintfExWorkerW() local
1684 cchMax = cchDest - 1; in StringVPrintfExWorkerW()
1739 cchMax--; in StringLengthWorkerA()
[all …]
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/shell/
H A Dcontextmenu.cpp111 …xtMenu::GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT *pwReserved, LPSTR pszName, UINT cchMax) in GetCommandString() argument
115 StringCchCopyA(pszName, cchMax, "Send the selected items with NitroShare"); in GetCommandString()
118 StringCchCopyW((LPWSTR) pszName, cchMax, L"Send the selected items with NitroShare"); in GetCommandString()
124 StringCchCopyA(pszName, cchMax, "Send"); in GetCommandString()
127 StringCchCopyW((LPWSTR) pszName, cchMax, L"Send"); in GetCommandString()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/Generic/
H A DkHlpStrNLen.c37 KHLP_DECL(KSIZE) kHlpStrNLen(const char *psz, KSIZE cchMax) in kHlpStrNLen() argument
40 while (cchMax-- > 0 && *pszEnd) in kHlpStrNLen()
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/extensions/
H A Dshell-ext.h30 …GetCommandString_Wrap(UINT_PTR idCmd, UINT uFlags, UINT FAR *reserved, LPSTR pszName, UINT cchMax);
53 …P GetCommandString(UINT_PTR idCmd, UINT uFlags, UINT FAR *reserved, LPSTR pszName, UINT cchMax);
60 STDMETHODIMP GetOverlayInfo(LPWSTR pwszIconFile, int cchMax, int *pIndex, DWORD *pdwFlags);
H A Dicon-overlay.cpp16 STDMETHODIMP ShellExt::GetOverlayInfo(LPWSTR pwszIconFile, int cchMax, int* pIndex, DWORD* pdwFlags) in GetOverlayInfo() argument
24 if (wlen + 1 > cchMax) in GetOverlayInfo()
H A Dcontext-menu.cpp226 UINT cchMax) in GetCommandString() argument
228 return GetCommandString_Wrap(idCmd, flags, reserved, pszName, cchMax); in GetCommandString()
236 UINT cchMax) in GetCommandString_Wrap() argument
238 lstrcpynW((LPWSTR)pszName, L"This is Seafile help string.", cchMax); in GetCommandString_Wrap()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapinls.h112 #define IsBadStringPtr(lpsz, cchMax) (FALSE) argument
113 #define IsBadStringPtrA(lpsz, cchMax) (FALSE) argument
182 #define IsBadStringPtrW(lpsz, cchMax) (FALSE) argument
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DWinUtil.cs436 public static string CompactPath(string strPath, int cchMax) in CompactPath() argument
440 Debug.Assert(cchMax >= 0); in CompactPath()
441 if(cchMax < 0) throw new ArgumentOutOfRangeException("cchMax"); in CompactPath()
443 if(strPath.Length <= cchMax) return strPath; in CompactPath()
444 if(cchMax == 0) return string.Empty; in CompactPath()
452 if(NativeMethods.PathCompactPathEx(sb, strPath, (uint)cchMax + 1, 0)) in CompactPath()
454 if((sb.Length <= cchMax) && (sb.Length != 0)) in CompactPath()
462 return StrUtil.CompactString3Dots(strPath, cchMax); in CompactPath()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/win/msvc/
H A Dmapinls.h130 #define IsBadStringPtr(lpsz, cchMax) (FALSE) argument
131 #define IsBadStringPtrA(lpsz, cchMax) (FALSE) argument
200 #define IsBadStringPtrW(lpsz, cchMax) (FALSE) argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/winrt/
H A Droerrorapi.rs39 cchMax: UINT, in RoOriginateErrorW()
49 cchMax: UINT, in RoTransformErrorW()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/winrt/
H A Droerrorapi.rs38 cchMax: UINT, in RoOriginateErrorW()
48 cchMax: UINT, in RoTransformErrorW()

12345678910>>...34