Home
last modified time | relevance | path

Searched refs:outByteCount (Results 1 – 3 of 3) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dbase64.c608 int srcIndex = 0, outByteCount, status; in decodeBase64chunk() local
657 outByteCount = 1; in decodeBase64chunk()
664 outByteCount = 2; in decodeBase64chunk()
670 outByteCount = ( srcLeft > 4 ) ? 3 : srcLeft - 1; in decodeBase64chunk()
672 ENSURES( outByteCount > 0 && outByteCount < 4 ); in decodeBase64chunk()
676 if( outByteCount > 1 ) in decodeBase64chunk()
679 if( outByteCount > 2 ) in decodeBase64chunk()
686 return( ( outByteCount < 3 ) ? OK_SPECIAL : CRYPT_OK ); in decodeBase64chunk()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/logcat/
H A Dlogcat.cpp113 size_t outByteCount; member
312 context->outByteCount = 0; in rotateLogs()
367 context->outByteCount += bytesWritten; in processBuffer()
370 (context->outByteCount / 1024) >= context->logRotateSizeKBytes) { in processBuffer()
439 context->outByteCount = statbuf.st_size; in setupOutputAndSchedulingPolicy()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/logcat/
H A Dlogcat.cpp110 size_t outByteCount; member
294 context->outByteCount = 0; in rotateLogs()
351 context->outByteCount += bytesWritten; in processBuffer()
354 (context->outByteCount / 1024) >= context->logRotateSizeKBytes) { in processBuffer()
423 context->outByteCount = statbuf.st_size; in setupOutputAndSchedulingPolicy()