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

1 2 3

  /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 130 virtual UChar getElementUnit(int32_t i, int32_t byteIndex) const;
133 virtual int32_t getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const;
135 virtual int32_t countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const;
136 virtual int32_t skipElementsBySomeUnits(int32_t i, int32_t byteIndex, int32_t count) const;
137 virtual int32_t indexOfElementWithNextUnit(int32_t i, int32_t byteIndex, UChar byte) const;
158 virtual Node *createLinearMatchNode(int32_t i, int32_t byteIndex, int32_t length,
164 virtual int32_t writeElementUnits(int32_t i, int32_t byteIndex, int32_t length);
  /hardware/interfaces/automotive/vehicle/2.1/default/common/src/
Obd2SensorStore.cpp 38 const size_t byteIndex = index / 8;
40 const uint8_t byte = mStorage[byteIndex];
43 mStorage[byteIndex] = newValue;
47 const size_t byteIndex = index / 8;
49 const uint8_t byte = mStorage[byteIndex];
  /external/icu/icu4c/source/common/
bytestriebuilder.cpp 286 BytesTrieBuilder::getElementUnit(int32_t i, int32_t byteIndex) const {
287 return (uint8_t)elements[i].charAt(byteIndex, *strings);
296 BytesTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t byteIndex) const {
300 while(++byteIndex<minStringLength &&
301 firstElement.charAt(byteIndex, *strings)==
302 lastElement.charAt(byteIndex, *strings)) {}
303 return byteIndex;
307 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const {
308 int32_t length=0; // Number of different bytes at byteIndex.
311 char byte=elements[i++].charAt(byteIndex, *strings)
    [all...]
ucnv_u7.c 218 uint8_t byteIndex;
248 byteIndex=cnv->toULength;
251 sourceIndex=byteIndex==0 ? 0 : -1;
264 byteIndex=0;
275 byteIndex=1;
288 byteIndex=0;
313 bytes[byteIndex++]=b=*source++;
336 byteIndex=1;
343 --byteIndex;
381 byteIndex=1
    [all...]
ucnvbocu.cpp 966 int8_t byteIndex;
    [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}}
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Connection.java 236 for (int byteIndex = 0; byteIndex < 4; ++byteIndex) {
238 if (fourByteBitSet.getBit(byteIndex, bitIndex)) {
239 result.add(basePid + 8 * byteIndex + 7 - bitIndex);
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 194 int byteIndex;
211 byteIndex=toULength;
213 sourceIndex=byteIndex==0 ? 0 : -1;
227 byteIndex=0;
239 byteIndex=1;
258 byteIndex=0;
284 toUBytesArray[byteIndex++]=(byte)b;
307 byteIndex=1;
314 --byteIndex;
360 byteIndex=1
    [all...]
CharsetBOCU1.java 688 int byteIndex;
812 byteIndex = toULength;
816 sourceIndex=byteIndex==0 ? 0 : -1;
820 if(count>0 && byteIndex>0 && target.position()<target.limit()) {
    [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 ) {
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 132 end := byteIndex(hostport, ']')
154 if byteIndex(host, ':') >= 0 {
157 if byteIndex(host, '%') >= 0 {
161 if byteIndex(hostport[j:], '[') >= 0 {
164 if byteIndex(hostport[k:], ']') >= 0 {
188 if byteIndex(host, ':') >= 0 || byteIndex(host, '%') >= 0 {
port_unix.go 22 if i := byteIndex(line, '#'); i >= 0 {
parse.go 83 // byteIndex is strings.IndexByte. It returns the index of the
86 //go:linkname byteIndex strings.IndexByte
87 func byteIndex(s string, c byte) int
93 if byteIndex(t, s[i]) >= 0 {
106 if byteIndex(t, s[i]) >= 0 {
lookup_plan9.go 114 if n, _, ok := dtoi(s[byteIndex(s, '=')+1:]); ok {
137 if i := byteIndex(addr, '!'); i >= 0 {
189 if i := byteIndex(s, '!'); i >= 0 {
283 if i := byteIndex(line, '\t'); i >= 0 {
conf.go 134 if byteIndex(hostname, '\\') != -1 || byteIndex(hostname, '%') != -1 {
303 if i := byteIndex(goDebug, '+'); i != -1 {
  /prebuilts/go/linux-x86/src/net/
ipsock.go 132 end := byteIndex(hostport, ']')
154 if byteIndex(host, ':') >= 0 {
157 if byteIndex(host, '%') >= 0 {
161 if byteIndex(hostport[j:], '[') >= 0 {
164 if byteIndex(hostport[k:], ']') >= 0 {
188 if byteIndex(host, ':') >= 0 || byteIndex(host, '%') >= 0 {
port_unix.go 22 if i := byteIndex(line, '#'); i >= 0 {
parse.go 83 // byteIndex is strings.IndexByte. It returns the index of the
86 //go:linkname byteIndex strings.IndexByte
87 func byteIndex(s string, c byte) int
93 if byteIndex(t, s[i]) >= 0 {
106 if byteIndex(t, s[i]) >= 0 {
lookup_plan9.go 114 if n, _, ok := dtoi(s[byteIndex(s, '=')+1:]); ok {
137 if i := byteIndex(addr, '!'); i >= 0 {
189 if i := byteIndex(s, '!'); i >= 0 {
283 if i := byteIndex(line, '\t'); i >= 0 {
  /external/icu/icu4c/source/i18n/
csrsbcs.h 31 int32_t byteIndex;
  /external/skia/src/sfnt/
SkOTTable_glyf.h 195 struct ByteIndex {
199 } byteIndex;

Completed in 419 milliseconds

1 2 3