Searched refs:dstLen (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclwstrings.swg25 int dstLen = sizeof(wchar_t)*(len + 1);
26 char *dst = %new_array(dstLen, char);
33 dstLen, &srcRead, &dstWrote, &dstChars);
53 int dstLen = (int)(size*sizeof(Tcl_UniChar));
54 char *dst = %new_array(dstLen, char);
62 dstLen, &srcRead, &dstWrote, &dstChars);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h28 typedef int32_t (*NormFn)(const UChar* src,int32_t srcLen, UChar* dest,int32_t dstLen, int32_t options, UErrorCode* status);
257 int32_t ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) { argument
258 return unorm_normalize(src,srcLen,UNORM_NFD, options,dest,dstLen,status);
261 int32_t ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) { argument
262 return unorm_normalize(src,srcLen,UNORM_NFC, options,dest,dstLen,status);
265 int32_t ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) { argument
266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
268 int32_t ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) { argument
269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);
272 int32_t ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_ argument
290 ICUNormNFD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
294 ICUNormNFC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
298 ICUNormNFKD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
301 ICUNormNFKC(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
305 ICUNormFCD(const UChar* src, int32_t srcLen,UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
320 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
324 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
328 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
331 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
335 WinNormNFD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
339 WinNormNFC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
343 WinNormNFKD(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
346 WinNormNFKC(const UChar* src, int32_t srcLen, UChar* dest, int32_t dstLen, int32_t options, UErrorCode* status) argument
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp248 SInt32 dstLen = fLength; local
249 SInt32 copylen = dstLen;
271 if (srcLen < dstLen)
278 dstLen -= srcLen;
296 else if (srcLen > dstLen)
300 fVirtualRange[fIndex].length = dstLen;
303 src += dstLen;
304 srcLen -= dstLen;
305 copylen -= dstLen;
308 fOffset = fOffset + dstLen;
453 SInt32 dstLen = fLength; local
[all...]
H A DIOFWIPBusInterface.cpp3396 SInt32 dstLen = srcbufLen; local
3397 SInt32 copylen = dstLen;
3404 if (srcLen < dstLen) {
3408 dstLen -= srcLen;
3438 else if (srcLen > dstLen) {
3443 BCOPY(dst, src, dstLen);
3444 src += dstLen;
3445 srcLen -= dstLen;
3446 copylen -= dstLen;
3451 else { /* (srcLen == dstLen) */
3518 SInt32 dstLen = length; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclEncoding.c178 Tcl_EncodingState *statePtr, char *dst, int dstLen,
186 Tcl_EncodingState *statePtr, char *dst, int dstLen,
191 Tcl_EncodingState *statePtr, char *dst, int dstLen,
209 Tcl_EncodingState *statePtr, char *dst, int dstLen,
214 Tcl_EncodingState *statePtr, char *dst, int dstLen,
220 Tcl_EncodingState *statePtr, char *dst, int dstLen,
225 Tcl_EncodingState *statePtr, char *dst, int dstLen,
230 Tcl_EncodingState *statePtr, char *dst, int dstLen,
235 Tcl_EncodingState *statePtr, char *dst, int dstLen,
240 Tcl_EncodingState *statePtr, char *dst, int dstLen,
900 int flags, dstLen, result, soFar, srcRead, dstWrote, dstChars; local
1063 int flags, dstLen, result, soFar, srcRead, dstWrote, dstChars; local
[all...]
H A DtclIO.c3120 int dstMax, sawLF, savedLF, total, dstLen, toWrite;
3139 dstLen = dstMax;
3141 toWrite = dstLen;
3154 dstLen--;
3157 sawLF += TranslateOutputEOL(statePtr, dst, src, &dstLen, &toWrite);
3158 dstLen += savedLF;
3161 if (dstLen > dstMax) {
3163 dstLen = dstMax;
3165 bufPtr->nextAdded += dstLen; local
3169 total += dstLen;
3077 int dstMax, sawLF, savedLF, total, dstLen, toWrite; local
5043 int dstLen, srcLen, inEofChar; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclEncoding.c201 Tcl_EncodingState *statePtr, char *dst, int dstLen,
208 Tcl_EncodingState *statePtr, char *dst, int dstLen,
213 Tcl_EncodingState *statePtr, char *dst, int dstLen,
230 Tcl_EncodingState *statePtr, char *dst, int dstLen,
235 char *dst, int dstLen, int *srcReadPtr,
240 Tcl_EncodingState *statePtr, char *dst, int dstLen,
245 Tcl_EncodingState *statePtr, char *dst, int dstLen,
250 Tcl_EncodingState *statePtr, char *dst, int dstLen,
255 Tcl_EncodingState *statePtr, char *dst, int dstLen,
260 Tcl_EncodingState *statePtr, char *dst, int dstLen,
1120 int flags, dstLen, result, soFar, srcRead, dstWrote, dstChars; local
1181 Tcl_ExternalToUtf( Tcl_Interp *interp, Tcl_Encoding encoding, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
1287 int flags, dstLen, result, soFar, srcRead, dstWrote, dstChars; local
1349 Tcl_UtfToExternal( Tcl_Interp *interp, Tcl_Encoding encoding, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2058 BinaryProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2119 UtfIntToUtfExtProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2167 UtfExtToUtfIntProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2216 UtfToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr, int pureNullMode) argument
2330 UnicodeToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2415 UtfToUnicodeProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2509 TableToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2618 TableFromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2741 Iso88591ToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2820 Iso88591FromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
2960 EscapeToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
3174 EscapeFromUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
[all...]
H A DtclIO.c3507 int dstMax, sawLF, savedLF, total, dstLen, toWrite, translate;
3528 dstLen = dstMax;
3530 toWrite = dstLen;
3544 dstLen--;
3547 if (TranslateOutputEOL(statePtr, dst, src, &dstLen, &toWrite)) {
3550 dstLen += savedLF;
3552 if (dstLen > dstMax) {
3554 dstLen = dstMax;
3558 dstLen = toWrite;
3561 bufPtr->nextAdded += dstLen; local
3464 int dstMax, sawLF, savedLF, total, dstLen, toWrite, translate; local
5764 int dstLen, srcLen, inEofChar; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/convperf/
H A Dconvperf.h155 UINT dstLen; member in class:WinANSIToUnicodePerfFunction
162 dstLen = LENGTHOF(dest);
193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
207 UINT dstLen; member in class:WinANSIFromUnicodePerfFunction
216 dstLen = LENGTHOF(dest);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
276 UINT dstLen; member in class:WinIMultiLanguageToUnicodePerfFunction
311 dstLen = LENGTHOF(dst);
316 HRESULT err= pConvToUni->DoConversionToUnicode(src,&srcLen,dst, &dstLen);
332 UINT dstLen; member in class:WinIMultiLanguageFromUnicodePerfFunction
388 UINT dstLen; member in class:WinIMultiLanguage2ToUnicodePerfFunction
441 UINT dstLen; member in class:WinIMultiLanguage2FromUnicodePerfFunction
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-40-seckey-custom.c204 size_t dstLen = 3; local
206 ok_status(SecKeyDecrypt(customKey, padding, src, srcLen, dst, &dstLen),
208 ok_status(SecKeyEncrypt(customKey, padding, src, srcLen, dst, &dstLen),
210 ok_status(SecKeyRawSign(customKey, padding, src, srcLen, dst, &dstLen),
212 ok_status(SecKeyRawVerify(customKey, padding, src, srcLen, dst, dstLen),
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp113 SInt32 srcLen, dstLen; local
120 dstLen = mbuf_len( dstm );
124 if (srcLen < dstLen) {
129 dstLen -= srcLen;
140 else if (srcLen > dstLen) {
143 BCOPY(src, dst, dstLen);
144 src += dstLen;
145 srcLen -= dstLen;
151 dstLen = mbuf_len( dstm );
154 else { /* (srcLen == dstLen) */
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixSelect.c367 int srcLen, dstLen, result, srcRead, dstWrote, soFar;
399 dstLen = ds.spaceAvl - 1;
410 dst, dstLen, &srcRead, &dstWrote, NULL);
420 Tcl_DStringSetLength(&ds, dstLen);
424 dstLen = Tcl_DStringLength(&ds) - soFar - 1;
1155 int srcLen, dstLen, srcRead, dstWrote, soFar;
1215 dstLen = dstPtr->spaceAvl - 1;
1224 dst, dstLen, &srcRead, &dstWrote, NULL);
1234 Tcl_DStringSetLength(dstPtr, dstLen);
1238 dstLen
365 int srcLen, dstLen, result, srcRead, dstWrote, soFar; local
1149 int srcLen, dstLen, srcRead, dstWrote, soFar; local
[all...]
H A DtkUnixFont.c218 char *dst, int dstLen, int *srcReadPtr,
254 char *dst, int dstLen, int *srcReadPtr,
258 char *dst, int dstLen, int *srcReadPtr,
398 int dstLen, /* The maximum length of output buffer in
428 dstEnd = dst + dstLen - 6;
492 int dstLen, /* The maximum length of output buffer in
522 dstEnd = dst + dstLen - TCL_UTF_MAX;
576 int dstLen, /* The maximum length of output buffer in
602 dstEnd = dst + dstLen - 2 /* sizeof(UCS-2) */;
383 ControlUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
476 Ucs2beToUtfProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
558 UtfToUcs2beProc( ClientData clientData, CONST char *src, int srcLen, int flags, Tcl_EncodingState *statePtr, char *dst, int dstLen, int *srcReadPtr, int *dstWrotePtr, int *dstCharsPtr) argument
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixSelect.c372 int srcLen, dstLen, result, srcRead, dstWrote, soFar;
404 dstLen = ds.spaceAvl - 1;
416 dst, dstLen, &srcRead, &dstWrote, NULL);
426 Tcl_DStringSetLength(&ds, dstLen);
430 dstLen = Tcl_DStringLength(&ds) - soFar - 1;
1169 int srcLen, dstLen, srcRead, dstWrote, soFar;
1229 dstLen = dstPtr->spaceAvl - 1;
1238 dst, dstLen, &srcRead, &dstWrote, NULL);
1248 Tcl_DStringSetLength(dstPtr, dstLen);
1252 dstLen
370 int srcLen, dstLen, result, srcRead, dstWrote, soFar; local
1163 int srcLen, dstLen, srcRead, dstWrote, soFar; local
[all...]
H A DtkUnixFont.c221 int dstLen, int *srcReadPtr, int *dstWrotePtr,
263 Tcl_EncodingState *statePtr, char *dst, int dstLen,
268 Tcl_EncodingState *statePtr, char *dst, int dstLen,
398 ControlUtfProc(clientData, src, srcLen, flags, statePtr, dst, dstLen,
411 int dstLen; /* The maximum length of output buffer in
441 dstEnd = dst + dstLen - 6;
493 Ucs2beToUtfProc(clientData, src, srcLen, flags, statePtr, dst, dstLen,
506 int dstLen; /* The maximum length of output buffer in
536 dstEnd = dst + dstLen - TCL_UTF_MAX;
575 UtfToUcs2beProc(clientData, src, srcLen, flags, statePtr, dst, dstLen,
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c2709 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2728 dstLen = dstMax;
2730 toWrite = dstLen;
2743 dstLen--;
2746 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2747 dstLen += savedLF;
2750 if (dstLen > dstMax) {
2752 dstLen = dstMax;
2754 bufPtr->nextAdded += dstLen;
2758 total += dstLen;
2678 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2766 int dstWrote, dstLen, stageLen, stageMax, stageRead; local
4278 int dstLen, srcLen, inEofChar; local
[all...]
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2404 dstLen = dstMax;
2406 toWrite = dstLen;
2419 dstLen--;
2422 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2423 dstLen += savedLF;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2430 bufPtr->nextAdded += dstLen;
2434 total += dstLen;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c2709 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2728 dstLen = dstMax;
2730 toWrite = dstLen;
2743 dstLen--;
2746 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2747 dstLen += savedLF;
2750 if (dstLen > dstMax) {
2752 dstLen = dstMax;
2754 bufPtr->nextAdded += dstLen;
2758 total += dstLen;
2678 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2766 int dstWrote, dstLen, stageLen, stageMax, stageRead; local
4278 int dstLen, srcLen, inEofChar; local
[all...]
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2404 dstLen = dstMax;
2406 toWrite = dstLen;
2419 dstLen--;
2422 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2423 dstLen += savedLF;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2430 bufPtr->nextAdded += dstLen;
2434 total += dstLen;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig2384 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2403 dstLen = dstMax;
2405 toWrite = dstLen;
2418 dstLen--;
2421 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2422 dstLen += savedLF;
2425 if (dstLen > dstMax) {
2427 dstLen = dstMax;
2429 bufPtr->nextAdded += dstLen;
2433 total += dstLen;
[all...]
H A DtclIO.c2648 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2667 dstLen = dstMax;
2669 toWrite = dstLen;
2682 dstLen--;
2685 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2686 dstLen += savedLF;
2689 if (dstLen > dstMax) {
2691 dstLen = dstMax;
2693 bufPtr->nextAdded += dstLen;
2697 total += dstLen;
2617 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2704 int dstWrote, dstLen, stageLen, stageMax, stageRead; local
4192 int dstLen, srcLen, inEofChar; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2404 dstLen = dstMax;
2406 toWrite = dstLen;
2419 dstLen--;
2422 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2423 dstLen += savedLF;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2430 bufPtr->nextAdded += dstLen;
2434 total += dstLen;
[all...]
H A DtclIO.c2727 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2746 dstLen = dstMax;
2748 toWrite = dstLen;
2761 dstLen--;
2764 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2765 dstLen += savedLF;
2768 if (dstLen > dstMax) {
2770 dstLen = dstMax;
2772 bufPtr->nextAdded += dstLen;
2776 total += dstLen;
2696 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2784 int dstWrote, dstLen, stageLen, stageMax, stageRead; local
4296 int dstLen, srcLen, inEofChar; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig2385 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2404 dstLen = dstMax;
2406 toWrite = dstLen;
2419 dstLen--;
2422 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2423 dstLen += savedLF;
2426 if (dstLen > dstMax) {
2428 dstLen = dstMax;
2430 bufPtr->nextAdded += dstLen;
2434 total += dstLen;
[all...]
H A DtclIO.c2727 int dstLen, dstMax, sawLF, savedLF, total, toWrite;
2746 dstLen = dstMax;
2748 toWrite = dstLen;
2761 dstLen--;
2764 sawLF += TranslateOutputEOL(chanPtr, dst, src, &dstLen, &toWrite);
2765 dstLen += savedLF;
2768 if (dstLen > dstMax) {
2770 dstLen = dstMax;
2772 bufPtr->nextAdded += dstLen;
2776 total += dstLen;
2696 int dstLen, dstMax, sawLF, savedLF, total, toWrite; local
2784 int dstWrote, dstLen, stageLen, stageMax, stageRead; local
4296 int dstLen, srcLen, inEofChar; local
[all...]

Completed in 444 milliseconds

123