Searched defs:bytePos (Results 1 - 4 of 4) sorted by relevance

/external/lzma/C/
H A DBraIA64.c30 UInt32 bytePos, bitRes; local
35 bytePos = (bitPos >> 3);
39 instruction += (UInt64)data[i + j + bytePos] << (8 * j);
64 data[i + j + bytePos] = (Byte)(instruction >> (8 * j));
/external/sonic/
H A Dwave.c331 int bytePos = 0; local
341 sample = bytes[bytePos++];
342 sample |= (unsigned int)bytes[bytePos++] << 8;
355 int bytePos = 0; local
361 if(bytePos == WAVE_BUF_LEN) {
362 writeBytes(file, bytes, bytePos);
363 bytePos = 0;
366 bytes[bytePos++] = sample;
367 bytes[bytePos++] = sample >> 8;
369 if(bytePos !
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 126 milliseconds