Home
last modified time | relevance | path

Searched defs:bufferLen (Results 1 – 21 of 21) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpsha256ca.c73 int bufferLen = inpLen < (MBS_SHA256-(int)MLR_SHA256)? MBS_SHA256 : MBS_SHA256*2; in cpFinalizeSHA256() local
Dpcphashca_rmf.c69 int bufferLen = inpLen < (mbs-mrl)? mbs : mbs*2; in cpFinalize_rmf() local
Dpcphashmessage.c113 int bufferLen = (msgLenRest < (mbs-msgLenRepSize))? mbs : mbs*2; variable
Dpcphash_digest.c75 int bufferLen = n < (mbs-msgLenRepSize)? mbs : mbs*2; in cpComputeDigest() local
Dpcpsha512stuff.h206 int bufferLen = inpLen < (MBS_SHA512-(int)MLR_SHA512)? MBS_SHA512 : MBS_SHA512*2; in cpFinalizeSHA512() local
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1741 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1800 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetPlayoutDevice() local
1851 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in PlayoutDeviceName() local
1931 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in RecordingDeviceName() local
2031 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetRecordingDevice() local
2090 const int bufferLen = sizeof(szDeviceName)/sizeof(szDeviceName)[0]; in SetRecordingDevice() local
4449 …udioDeviceWindowsCore::_GetListDeviceName(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) in _GetListDeviceName()
4488 …DeviceWindowsCore::_GetDefaultDeviceName(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) in _GetDefaultDeviceName()
4527 … AudioDeviceWindowsCore::_GetListDeviceID(EDataFlow dir, int index, LPWSTR szBuffer, int bufferLen) in _GetListDeviceID()
4566 …ioDeviceWindowsCore::_GetDefaultDeviceID(EDataFlow dir, ERole role, LPWSTR szBuffer, int bufferLen) in _GetDefaultDeviceID()
[all …]
/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h181 int32_t bufferLen; variable
/external/python/cpython3/PC/
Dpython_uwp.cpp130 DWORD bufferLen = MAX_PATH; in get_process_name() local
Dlauncher.c1536 DWORD bufferLen = MAX_PATH; in get_process_name() local
/external/nist-sip/java/gov/nist/core/
DStringTokenizer.java44 protected int bufferLen; field in StringTokenizer
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateApproximateWidths.java147 int bufferLen = 0; field in GenerateApproximateWidths.Widths
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c186 uint16_t bufferLen, in TXTRecordCreate()
/external/icu/icu4c/source/i18n/
Ducol.cpp561 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { in ucol_getRulesEx()
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp498 uint16_t bufferLen, in TXTRecordCreate()
/external/libcups/cups/
Dtls-sspi.c1125 int bufferLen; /* Buffer length */ in _httpTLSWrite() local
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp571 DWORD dataType = 0, buffer = 0, bufferLen = sizeof(buffer); in SuccessPage_Show() local
2841 DWORD bufferLen = sizeof(buffer); in LoadTargetDirFromKey() local
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c872 int32_t bufferLen = 0; in TestJB581() local
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMethods.Generated.cs443 …text_recv_message_to_buffer_delegate(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer_delegate()
560 …batch_context_recv_message_to_buffer(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer()
853 …batch_context_recv_message_to_buffer(BatchContextSafeHandle ctx, byte[] buffer, UIntPtr bufferLen); in grpcsharp_batch_context_recv_message_to_buffer()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp483 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen) { in MathematicaIze()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp483 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen) { in MathematicaIze()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1177 …tRulesEx_android(const UCollator * coll, UColRuleOption delta, UChar * buffer, int32_t bufferLen) { in ucol_getRulesEx_android()