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

1 2 3 4 5 6 7 8 910

  /external/guava/guava/src/com/google/common/base/
Utf8.java 163 int byte2 = bytes[index++]; local
164 if (byte2 > (byte) 0xBF
166 || (byte1 == (byte) 0xE0 && byte2 < (byte) 0xA0)
168 || (byte1 == (byte) 0xED && (byte) 0xA0 <= byte2)
178 int byte2 = bytes[index++]; local
179 if (byte2 > (byte) 0xBF
182 // || byte1 == (byte) 0xF0 && byte2 < (byte) 0x90
183 // || byte1 == (byte) 0xF4 && byte2 > (byte) 0x8F)
184 || (((byte1 << 28) + (byte2 - (byte) 0x90)) >> 30) != 0
  /external/icu/icu4c/source/i18n/
collation.cpp 80 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; local
82 if(byte2 < 4) {
83 byte2 += 251;
87 if(byte2 < 2) {
88 byte2 += 254;
92 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16);
107 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; local
109 if(byte2 < 4) {
110 byte2 = 0xfe;
114 if(byte2 < 2)
    [all...]
  /external/valgrind/none/tests/s390x/
clcl.c 155 uint8_t byte, byte1, byte2; local
165 byte2 = 20;
166 run_test(&byte1, 1, &byte2, 1, 0x00); // first operand low
168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high
169 run_test(&byte1, 1, &byte2, 1, 0xFF); // first operand low
171 run_test(&byte2, 1, &byte1, 1, 0xFF); // first operand high
  /external/dng_sdk/source/
dng_iptc.cpp 278 uint32 byte2 = stream.Get_uint8 (); local
282 byte2 == 0x25 &&
  /external/oj-libjdwp/src/share/npt/
utf.c 233 unsigned byte2, byte3, byte4, u21; local
236 byte2 = (unsigned char)string[++i];
241 u21 += (byte2 & 0x3F) << 12;
274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
284 byte2 = (unsigned char)string[++i];
285 if ( byte1 != 0xC0 || byte2 != 0x80 ) {
296 byte2 = (unsigned char)string[++i];
300 if ( (i+3) < length && byte1 == 0xED && (byte2 & 0xF0) == 0xA0 ) {
341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
348 byte2 = (unsigned char)string[++i]
    [all...]
  /libcore/ojluni/src/main/java/java/util/prefs/
Base64.java 68 int byte2 = a[inCursor++] & 0xff; local
71 result.append(intToAlpha[(byte1 << 2)&0x3f | (byte2 >> 6)]);
72 result.append(intToAlpha[byte2 & 0x3f]);
  /external/libtextclassifier/util/utf8/
unicodetext.cc 253 unsigned char byte2 = static_cast<unsigned char>(it_[1]); local
254 if (byte1 < 0xE0) return ((byte1 & 0x1F) << 6) | (byte2 & 0x3F);
258 return ((byte1 & 0x0F) << 12) | ((byte2 & 0x3F) << 6) | (byte3 & 0x3F);
262 return ((byte1 & 0x07) << 18) | ((byte2 & 0x3F) << 12) |
  /external/libunwind/src/ia64/
unwind_decoder.h 126 unsigned char byte1, byte2, abreg, x, ytreg; local
129 byte1 = *dp++; byte2 = *dp++;
132 ytreg = byte2;
144 unsigned char byte1, byte2, abreg, qp; local
147 byte1 = *dp++; byte2 = *dp++;
152 abreg = (byte2 & 0x7f);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
171 abreg = (byte2 & 0x7f);
172 x = (byte2 >> 7) & 1
264 unw_word grmask, frmask, byte1, byte2, byte3; local
292 unsigned char r, byte1, byte2; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 142 char2b.byte2 = (c & 0xff);
168 unsigned int byte1 = 0, byte2 = 0; local
181 byte2 = which & 0xff;
183 if ((fs->min_char_or_byte2 > byte2) ||
184 (fs->max_char_or_byte2 < byte2) ||
198 (byte2 - fs->min_char_or_byte2);
  /external/mesa3d/src/glx/
xfont.c 147 char2b.byte2 = (c & 0xff);
173 int byte1 = 0, byte2 = 0; local
186 byte2 = which & 0xff;
188 if ((fs->min_char_or_byte2 > byte2) ||
189 (fs->max_char_or_byte2 < byte2) ||
203 (byte2 - fs->min_char_or_byte2);
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 142 char2b.byte2 = (c & 0xff);
168 unsigned int byte1 = 0, byte2 = 0; local
181 byte2 = which & 0xff;
183 if ((fs->min_char_or_byte2 > byte2) ||
184 (fs->max_char_or_byte2 < byte2) ||
198 (byte2 - fs->min_char_or_byte2);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /external/capstone/arch/X86/
X86DisassemblerDecoder.c 682 uint8_t byte1, byte2; local
691 if (lookAtByte(insn, &byte2)) {
696 if ((byte2 & 0x4) == 0x4) {
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 514 unsigned char byte2 = 0; local
517 GetCharAt(pos + 1, byte2);
519 if (byte1 == '\r' && byte2 == '\n')
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 132 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
134 // Such a state is unpacked thus (note the ~ operation for byte2 to
138 // int byte2 = (byte) ~(state >> 8);
198 private static int incompleteStateFor(int byte1, int byte2) {
200 byte2 > (byte) 0xBF) ?
201 MALFORMED : byte1 ^ (byte2 << 8);
204 private static int incompleteStateFor(int byte1, int byte2, int byte3) {
206 byte2 > (byte) 0xBF ||
208 MALFORMED : byte1 ^ (byte2 << 8) ^ (byte3 << 16);
473 // byte2 trailing-byte tes
599 final int byte2 = buffer.get(index++); local
792 int byte2 = (byte) ~(state >> 8); local
812 int byte2 = (byte) ~(state >> 8); local
929 int byte1, byte2; local
1048 int byte2 = (byte) ~(state >> 8); local
1068 int byte2 = (byte) ~(state >> 8); local
1144 int byte2 = (byte) ~(state >> 8); local
1164 int byte2 = (byte) ~(state >> 8); local
1437 final int byte2; local
1455 final int byte2; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 329 uint8_t byte2; member in struct:ipoib_eth_addr_handler
356 ( handler->byte2 == guid->u.bytes[2] ) ) {
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 454 uint8_t byte1, byte2; local
461 if (lookAtByte(insn, &byte2)) {
467 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) {
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
des.c 580 my_u_int32_t byte0, byte1, byte2, byte3; local
583 byte2 = (my_u_int32_t) (my_u_char_t) key[2];
586 return byte0 << 24 | byte1 << 16 | byte2 << 8 | byte3;
  /toolchain/binutils/binutils-2.27/binutils/
unwind-ia64.c 589 unsigned char byte1, byte2, abreg, x, ytreg; local
593 byte2 = *dp++;
596 ytreg = byte2;
609 unsigned char byte1, byte2, abreg, qp; local
613 byte2 = *dp++;
618 abreg = (byte2 & 0x7f);
631 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
635 byte2 = *dp++;
640 abreg = (byte2 & 0x7f);
641 x = (byte2 >> 7) & 1
766 unw_word grmask, frmask, byte1, byte2, byte3; local
800 unsigned char r, byte1, byte2; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 1089 private static int byte2(int value) { method in class:InstructionCodec
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1258 int byte2 = local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 606 UInt byte2 = (0x80 | klmnop); local
608 retval = (byte1 << 8) | byte2;
616 UInt byte2 = 0x80 | efghij; local
619 retval = (byte1 << 16) | (byte2 << 8) | byte3;
628 UInt byte2 = 0x80 | (xy << 4) | efgh; local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
685 /* The function performs a CU12 or CU14 operation. BYTE1, BYTE2, etc are the
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
717 if (byte2 < 0x80 || byte2 > 0xbf)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 588 int byte2 = in.read(); local
589 if (byte1 == 0xFF && byte2 == 0xFE) {
591 } else if (byte1 == 0xFF && byte2 == 0xFF) {
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java 688 int byte2 = stream2.read(); local
689 if (byte1 != byte2) {
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceFuncTest.java 366 int byte2 = stream2.read(); local
367 if (byte1 != byte2) {
    [all...]

Completed in 207 milliseconds

1 2 3 4 5 6 7 8 910