HomeSort by relevance Sort by last modified time
    Searched defs:byteIndex (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1Impl.java 179 int byteIndex = index & 0x03;
188 if ( byteIndex != 0 ) { // appending bytes in non-full word (as if)
190 for ( ; ( i <= toByte ) && ( byteIndex < 4 ) ; i++ ) {
191 intArray[wordIndex] |= ( byteInput[i] & 0xFF ) << ((3 - byteIndex)<<3) ;
192 byteIndex++;
194 if ( byteIndex == 4 ) {
  /external/icu/icu4c/source/i18n/
csrsbcs.h 29 int32_t byteIndex;
  /external/icu/icu4c/source/common/
ucnv_u7.c 215 uint8_t byteIndex;
245 byteIndex=cnv->toULength;
248 sourceIndex=byteIndex==0 ? 0 : -1;
261 byteIndex=0;
272 byteIndex=1;
285 byteIndex=0;
310 bytes[byteIndex++]=b=*source++;
333 byteIndex=1;
340 --byteIndex;
378 byteIndex=1
    [all...]
ucnvbocu.cpp 947 int8_t byteIndex;
969 byteIndex=cnv->toULength;
973 sourceIndex=byteIndex==0 ? 0 : -1;
    [all...]
ucnvmbcs.cpp     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 190 int byteIndex;
207 byteIndex=toULength;
209 sourceIndex=byteIndex==0 ? 0 : -1;
223 byteIndex=0;
235 byteIndex=1;
254 byteIndex=0;
280 toUBytesArray[byteIndex++]=(byte)b;
303 byteIndex=1;
310 --byteIndex;
356 byteIndex=1
    [all...]
CharsetMBCS.java     [all...]
  /external/proguard/src/proguard/classfile/constant/
Utf8Constant.java 207 int byteIndex = 0;
214 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT1;
215 bytes[byteIndex++] = (byte)TWO_BYTE_CONSTANT2;
220 bytes[byteIndex++] = (byte)c;
225 bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT1 | ((c >>> TWO_BYTE_SHIFT1) & TWO_BYTE_MASK1));
226 bytes[byteIndex++] = (byte)(TWO_BYTE_CONSTANT2 | ( c & TWO_BYTE_MASK2));
231 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT1 | ((c >>> THREE_BYTE_SHIFT1) & THREE_BYTE_MASK1));
232 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT2 | ((c >>> THREE_BYTE_SHIFT2) & THREE_BYTE_MASK2));
233 bytes[byteIndex++] = (byte)(THREE_BYTE_CONSTANT3 | ( c & THREE_BYTE_MASK3));
255 int byteIndex = 0
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_sbcs.java 28 protected int byteIndex = 0;
109 if (byteIndex >= det.fInputLen) {
113 return det.fInputBytes[byteIndex++] & 0xFF;
216 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
221 alef = isLamAlef(det.fInputBytes[byteIndex]);
225 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
227 byteIndex++;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_sbcs.java 27 protected int byteIndex = 0;
108 if (byteIndex >= det.fInputLen) {
112 return det.fInputBytes[byteIndex++] & 0xFF;
215 if (byteIndex >= det.fInputLen || det.fInputBytes[byteIndex] == 0) {
220 alef = isLamAlef(det.fInputBytes[byteIndex]);
224 next = unshapeMap[det.fInputBytes[byteIndex]& 0xFF] & 0xFF;
226 byteIndex++;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.cpp 290 size_t byteIndex = -(localCount) * sizeof(float);
295 movaps (%[vertices], %[byteIndex], 4), %[t0] // vertices[0] \n\
296 movaps 16(%[vertices], %[byteIndex], 4), %[t1] // vertices[1] \n\
299 movaps 32(%[vertices], %[byteIndex], 4), %[t3] // vertices[2] \n\
300 movaps 48(%[vertices], %[byteIndex], 4), %[t4] // vertices[3] \n\
314 movaps %[max], (%[sap], %[byteIndex]) // record result for later scrutiny \n\
316 add $16, %[byteIndex] // advance loop counter\n\
319 : [max] "+x" (max), [t0] "=&x" (t0), [t1] "=&x" (t1), [t2] "=&x" (t2), [t3] "=&x" (t3), [t4] "=&x" (t4), [byteIndex] "+r" (byteIndex)
676 size_t byteIndex = -(localCount) * sizeof(float)
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 196 struct ByteIndex {
200 } byteIndex;
  /external/lzma/C/
7zArcIn.c     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 4392 milliseconds

1 2