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

  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
Array.java 81 int currentByte = (0xff & array[i]);
82 char currentChar = (char)(currentByte & 0xffff);
  /external/chromium_org/third_party/mesa/src/src/glx/
pixel.c 92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask;
121 currentByte = MsbToLsbTable[iter[0]];
124 currentByte = iter[0];
135 currentByte =
136 ((currentByte & highBitMask) << bitOffset) |
140 currentByte = ((currentByte & highBitMask) << bitOffset);
144 *destImage = currentByte;
148 *destImage = currentByte & HighBitsMask[elementsLeft];
283 GLint elementsLeft, bitOffset, currentByte, highBitMask, lowBitMask
    [all...]
  /external/mesa3d/src/glx/
pixel.c 92 GLint elementsLeft, bitOffset, currentByte, nextByte, highBitMask;
121 currentByte = MsbToLsbTable[iter[0]];
124 currentByte = iter[0];
135 currentByte =
136 ((currentByte & highBitMask) << bitOffset) |
140 currentByte = ((currentByte & highBitMask) << bitOffset);
144 *destImage = currentByte;
148 *destImage = currentByte & HighBitsMask[elementsLeft];
283 GLint elementsLeft, bitOffset, currentByte, highBitMask, lowBitMask
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioDecoder.cpp 270 M4OSA_UInt32 currentByte = 0;
287 currentByte = startByte;
290 while( currentByte <= endByte) {
292 if( currentByte == startByte ) {
295 ui32Tmp = ui32Mask & ((M4OSA_UInt32)pData[currentByte]);
296 if( currentByte == endByte ) {
303 currentByte++;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
SerializedScriptValue.cpp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.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/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 698 milliseconds