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

1 2

  /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...]
  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 55 void SwapByte(uint8* byte1, uint8* byte2) {
56 uint8 temp = *byte1;
57 *byte1 = *byte2;
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 84 ULong s390_do_cu12_cu14_helper1(UInt byte1, UInt etf3_and_m3_is_1);
85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
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...]
  /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 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)
939 private static int byte1(int value) { method in class:InstructionCodec
    [all...]
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 1103 void fmapp_rds_decode(int blkno, int byte1, int byte2)
1113 printf("block A - id=%d\n",(byte1 << 8) | byte2);
1117 (byte1 >> 4) & 0x0f,
1118 ((byte1 >> 3) & 0x01) + 'A',
1119 (byte1 >> 2) & 0x01,
1120 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07),
1122 group = (byte1 >> 3) & 0x1f;
1124 rds_pty = ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07);
1128 printf("block C - 0x%02x 0x%02x\n",byte1,byte2);
1129 blkc_byte1 = byte1;
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 141 int rdsParseFunc_updateRepertoire(int byte1,int byte2)
149 repertoire1 = (FMC_U8)(byte1&RDS_BIT_0_TO_BIT_3);
150 repertoire2 = (FMC_U8)((byte1&RDS_BIT_4_TO_BIT_7)>>4);
175 void rds_decode(int blkno, int byte1, int byte2)
187 V4L2_JBTL_LOGD("block A - id=%d\n",(byte1 << 8) | byte2);
191 (byte1 >> 4) & 0x0f,
192 ((byte1 >> 3) & 0x01) + 'A',
193 (byte1 >> 2) & 0x01,
194 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07),
196 group = (byte1 >> 3) & 0x1f
    [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;
  /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) {
  /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 398 uint8_t byte1; local
400 if (lookAtByte(insn, &byte1)) {
405 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
442 uint8_t byte1; local
444 if (lookAtByte(insn, &byte1)) {
449 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 210 byte1: label
  /dalvik/vm/analysis/
RegisterMap.cpp 1396 u1 byte1 = *bits1++; local
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1878 u1 byte1 = *(data++); local
    [all...]
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 210 byte1: label
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 210 byte1: label
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 668 nfc_get_crc_a( uint8_t* msg, size_t len, uint8_t* byte1, uint8_t* byte2)
673 *byte1 = crc & 0xFF;
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 210 uint8_t byte1;
294 if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) {
300 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) {
306 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) {
307 encoding.immediate = bytes.byte1;
    [all...]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 242 byte1: label
  /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...]
  /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:__anon25539
    [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:__anon27129
    [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:__anon28644
    [all...]

Completed in 898 milliseconds

1 2