HomeSort by relevance Sort by last modified time
    Searched refs:byte1 (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
BookmarkUtils.java 30 public static boolean byteArrayEqual(byte[] byte1, byte[] byte2) {
31 if (byte1 == null && byte2 != null) {
34 if (byte2 == null && byte1 != null) {
35 return byte1.length == 0;
37 return Arrays.equals(byte1, byte2);
  /external/libunwind/src/ia64/
unwind_decoder.h 109 unsigned char byte1, abreg; local
112 byte1 = *dp++;
115 abreg = (byte1 & 0x7f);
116 if (byte1 & 0x80)
126 unsigned char byte1, byte2, abreg, x, ytreg; local
129 byte1 = *dp++; byte2 = *dp++;
131 abreg = (byte1 & 0x7f);
133 x = (byte1 >> 7) & 1;
134 if ((byte1 & 0x80) == 0 && ytreg == 0)
144 unsigned char byte1, byte2, abreg, qp local
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
196 unsigned char byte1, mask, grsave; local
232 unsigned char byte1 = *dp++; local
239 unsigned char byte1 = *dp++, r, dst; local
264 unw_word grmask, frmask, byte1, byte2, byte3; local
292 unsigned char r, byte1, byte2; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/crypto/
rc4_decryptor.h 60 void SwapByte(uint8* byte1, uint8* byte2) {
61 uint8 temp = *byte1;
62 *byte1 = *byte2;
  /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...]
  /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...]
  /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) +
  /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/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 460 uint8_t byte1, byte2; local
462 if (consumeByte(insn, &byte1)) {
472 if ((insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) &&
473 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) {
477 unconsumeByte(insn); /* unconsume byte1 */
484 insn->vectorExtensionPrefix[1] = byte1;
509 uint8_t byte1; local
511 if (lookAtByte(insn, &byte1)) {
516 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
546 uint8_t byte1; local
584 uint8_t byte1; local
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 218 int byte1 = stream1.read(); local
220 if (byte1 != byte2) {
223 eof = byte1 == -1;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ChromeBrowserProvider.java     [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1890 u1 byte1 = *(data++); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c 719 uint8_t byte0, byte1, byte2, byte3; 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1031 milliseconds