HomeSort by relevance Sort by last modified time
    Searched defs:bytePos (Results 1 - 16 of 16) sorted by null

  /external/lzma/C/
BraIA64.c 28 UInt32 bytePos, bitRes;
33 bytePos = (bitPos >> 3);
37 instruction += (UInt64)data[i + j + bytePos] << (8 * j);
62 data[i + j + bytePos] = (Byte)(instruction >> (8 * j));
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.h 54 uint32 bytePos;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeDecompressor.java 174 int bytePos = byteBufferStart;
215 bytePos += newBytes;
220 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
225 while(bytePos < byteBufferLimit && ucPos < charBufferLimit) {
226 aByte = byteBuffer[bytePos++] & 0xFF;
274 --bytePos;
275 System.arraycopy(byteBuffer, bytePos,
277 byteBufferLimit - bytePos);
278 fBufferLength = byteBufferLimit - bytePos;
279 bytePos += fBufferLength
    [all...]
UnicodeCompressor.java 365 int bytePos = byteBufferStart;
393 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
398 while(ucPos < charBufferLimit && bytePos < byteBufferLimit) {
420 if( (bytePos + 1) >= byteBufferLimit)
425 byteBuffer[bytePos++] = (byte) SQUOTE0;
428 byteBuffer[bytePos++] = (byte) loByte;
435 byteBuffer[bytePos++] = (byte)
449 if( (bytePos + 2) >= byteBufferLimit)
452 byteBuffer[bytePos++] = (byte) SQUOTEU;
453 byteBuffer[bytePos++] = (byte) (curUC >>> 8)
    [all...]
  /external/sonic/
wave.c 331 int bytePos = 0;
341 sample = bytes[bytePos++];
342 sample |= (unsigned int)bytes[bytePos++] << 8;
355 int bytePos = 0;
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 != 0)
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 65 uint32 bytePos;
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 315 milliseconds