Searched defs:sizeInBytes (Results 1 - 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp267 const UInt32 sizeInBytes = password.Length() * 2; local
268 buffer.SetCapacity(sizeInBytes);
275 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
H A D7zEncode.cpp116 const UInt32 sizeInBytes = _options.Password.Length() * 2; local
117 buffer.SetCapacity(sizeInBytes);
124 RINOK(cryptoSetPassword->CryptoSetPassword((const Byte *)buffer, sizeInBytes));
/external/lzma/C/
H A DLzFind.c165 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); local
166 if (sizeInBytes / sizeof(CLzRef) != num)
168 return (CLzRef *)alloc->Alloc(alloc, sizeInBytes);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Disac.c219 WebRtc_Word16 WebRtcIsac_AssignSize(int* sizeInBytes) { argument
220 *sizeInBytes = sizeof(ISACMainStruct) * 2 / sizeof(WebRtc_Word16);
/external/libvncserver/rfb/
H A Drfb.h246 int sizeInBytes; member in struct:_rfbScreenInfo
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 242 milliseconds