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

1 2

  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 86 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
89 // undo byte1's sign-extension bits):
91 // int byte1 = (byte) state;
98 // a state, we ensure that byte1 is negative and subsequent bytes
156 int byte1 = (byte) state; local
157 // byte1 is never ASCII.
158 if (byte1 < (byte) 0xE0) {
163 if (byte1 < (byte) 0xC2 ||
168 } else if (byte1 < (byte) 0xF0) {
176 return incompleteStateFor(byte1, byte2)
263 int byte1, byte2; local
341 int byte1 = bytes[index - 1]; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
clcl.c 155 uint8_t byte, byte1, byte2; local
164 byte1 = 10;
166 run_test(&byte1, 1, &byte2, 1, 0x00); // first operand low
167 run_test(&byte1, 1, &byte1, 1, 0x00); // equal
168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high
169 run_test(&byte1, 1, &byte2, 1, 0xFF); // first operand low
170 run_test(&byte1, 1, &byte1, 1, 0xFF); // equal
171 run_test(&byte2, 1, &byte1, 1, 0xFF); // first operand hig
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 242 byte1: label
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 445 uint8 byte1 = static_cast<uint8>(it_[0]); local
446 if (byte1 < 0x80)
447 return byte1;
450 if (byte1 < 0xE0)
451 return ((byte1 & 0x1F) << 6)
455 if (byte1 < 0xF0)
456 return ((byte1 & 0x0F) << 12)
461 return ((byte1 & 0x07) << 18)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
140 char2b.byte1 = (c >> 8) & 0xff;
167 unsigned int byte1 = 0, byte2 = 0; local
181 byte1 = which >> 8;
184 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
196 i = ((byte1 - fs->min_byte1) * pages) +
  /external/chromium_org/third_party/mesa/src/src/glx/
xfont.c 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
146 char2b.byte1 = (c >> 8) & 0xff;
173 int byte1 = 0, byte2 = 0; local
187 byte1 = which >> 8;
190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
202 i = ((byte1 - fs->min_byte1) * pages) +
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xfonts.c 66 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
147 char2b.byte1 = (c >> 8) & 0xff;
174 unsigned int byte1 = 0, byte2 = 0; local
188 byte1 = which >> 8;
191 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
203 i = ((byte1 - fs->min_byte1) * pages) +
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 59 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
140 char2b.byte1 = (c >> 8) & 0xff;
167 unsigned int byte1 = 0, byte2 = 0; local
181 byte1 = which >> 8;
184 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
196 i = ((byte1 - fs->min_byte1) * pages) +
  /external/mesa3d/src/glx/
xfont.c 65 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
146 char2b.byte1 = (c >> 8) & 0xff;
173 int byte1 = 0, byte2 = 0; local
187 byte1 = which >> 8;
190 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
202 i = ((byte1 - fs->min_byte1) * pages) +
  /external/mesa3d/src/mesa/drivers/x11/
xfonts.c 66 printf("byte1 = (%u,%u)\n", font->min_byte1, font->max_byte1);
147 char2b.byte1 = (c >> 8) & 0xff;
174 unsigned int byte1 = 0, byte2 = 0; local
188 byte1 = which >> 8;
191 (fs->min_byte1 > byte1) || (fs->max_byte1 < byte1))
203 i = ((byte1 - fs->min_byte1) * pages) +
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 432 uint8_t byte1; local
434 if (lookAtByte(insn, &byte1)) {
439 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
476 uint8_t byte1; local
478 if (lookAtByte(insn, &byte1)) {
483 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 212 int byte1 = stream1.read(); local
214 if (byte1 != byte2) {
217 eof = byte1 == -1;
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 560 UInt byte1 = (0xc0 | fghij); local
563 retval = (byte1 << 8) | byte2;
570 UInt byte1 = 0xe0 | abcd; local
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
582 UInt byte1 = 0xf0 | uvw; local
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
640 /* The function performs a CU12 or CU14 operation. BYTE1, BYTE2, etc are the
641 bytes as read from the input stream, left to right. BYTE1 is a valid
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
666 retval = byte1;
    [all...]
guest_s390_toIR.c 9071 IRTemp byte1 = newTemp(Ity_I8); local
11633 IRTemp byte1 = newTemp(Ity_I64); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 48 int literal = byte1(opcodeUnit); // should be zero
101 int a = byte1(opcodeUnit);
118 int target = (byte) byte1(opcodeUnit); // sign-extend
135 int literal = byte1(opcodeUnit); // should be zero
153 int literal = byte1(opcodeUnit);
171 int a = byte1(opcodeUnit);
191 int a = byte1(opcodeUnit);
209 int a = byte1(opcodeUnit);
228 int a = byte1(opcodeUnit);
258 int a = byte1(opcodeUnit)
938 private static int byte1(int value) { method in class:InstructionCodec
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 1398 u1 byte1 = *bits1++; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1257 int byte1 = 0xF0 | (uuuuu >> 2); \/\/ top 3 bits of uuuuu local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 49 int literal = byte1(opcodeUnit); // should be zero
102 int a = byte1(opcodeUnit);
119 int target = (byte) byte1(opcodeUnit); // sign-extend
136 int literal = byte1(opcodeUnit); // should be zero
154 int literal = byte1(opcodeUnit);
172 int a = byte1(opcodeUnit);
192 int a = byte1(opcodeUnit);
210 int a = byte1(opcodeUnit);
229 int a = byte1(opcodeUnit);
259 int a = byte1(opcodeUnit)
1072 private static int byte1(int value) { method in class:InstructionCodec
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 587 int byte1 = in.read(); local
589 if (byte1 == 0xFF && byte2 == 0xFE) {
591 } else if (byte1 == 0xFF && byte2 == 0xFF) {
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /dalvik/libdex/
DexSwapVerify.cpp 1890 u1 byte1 = *(data++); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1068 unsigned char byte1; member in struct:__anon39397
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1068 unsigned char byte1; member in struct:__anon40987
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1068 unsigned char byte1; member in struct:__anon42502
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 2576 milliseconds

1 2