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

1 2

  /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/icu4c/source/common/unicode/
bytestriebuilder.h 129 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
132 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const;
134 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const;
135 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
136 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const;
156 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
162 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 284 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const {
285 return (uint8_t)elements[i].charAt(byteIndex, *strings);
294 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const {
298 while(++byteIndex<minStringLength &&
299 firstElement.charAt(byteIndex, *strings)==
300 lastElement.charAt(byteIndex, *strings)) {}
301 return byteIndex;
305 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const {
306 int32_t length=0; // Number of different bytes at byteIndex.
309 char byte=elements[i++].charAt(byteIndex, *strings)
    [all...]
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...]
  /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/clang/test/Analysis/
reference.cpp 177 int refParam(int &byteIndex) {
178 return byteIndex;
187 int ptrRefParam(int *&byteIndex) {
188 return *byteIndex; // expected-warning {{Dereference of null pointer}}
  /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...]
CharsetBOCU1.java 685 int byteIndex;
809 byteIndex = toULength;
813 sourceIndex=byteIndex==0 ? 0 : -1;
    [all...]
CharsetMBCS.java     [all...]
  /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
InsecureSHA1PRNGKeyDerivator.java 543 int byteIndex = index & 0x03;
552 if ( byteIndex != 0 ) { // appending bytes in non-full word (as if)
554 for ( ; ( i <= toByte ) && ( byteIndex < 4 ) ; i++ ) {
555 intArray[wordIndex] |= ( byteInput[i] & 0xFF ) << ((3 - byteIndex)<<3) ;
556 byteIndex++;
558 if ( byteIndex == 4 ) {
  /external/icu/icu4c/source/i18n/
csrsbcs.h 29 int32_t byteIndex;
csrsbcs.cpp 23 : ngram(0), byteIndex(0)
96 if (byteIndex >= det->fInputLen) {
100 return det->fInputBytes[byteIndex++];
194 if (byteIndex >= det->fInputLen || det->fInputBytes[byteIndex] == 0) {
199 alef = isLamAlef(det->fInputBytes[byteIndex]);
203 next = unshapeMap_IBM420[det->fInputBytes[byteIndex]& 0xFF] & 0xFF;
205 byteIndex++;
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 196 struct ByteIndex {
200 } byteIndex;
  /external/lzma/C/
7zArcIn.c     [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/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...]
  /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 

Completed in 3400 milliseconds

1 2