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

1 2

  /external/chromium/chrome/browser/autofill/crypto/
rc4_decryptor.h 55 void SwapByte(uint8* byte1, uint8* byte2) {
57 *byte1 = *byte2;
58 *byte2 = temp;
  /external/valgrind/main/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/valgrind/main/VEX/priv/
guest_s390_helpers.c 561 UInt byte2 = (0x80 | klmnop); local
563 retval = (byte1 << 8) | byte2;
571 UInt byte2 = 0x80 | efghij; local
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
583 UInt byte2 = 0x80 | (xy << 4) | efgh; local
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
640 /* The function performs a CU12 or CU14 operation. BYTE1, BYTE2, etc are the
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
672 if (byte2 < 0x80 || byte2 > 0xbf)
    [all...]
guest_s390_defs.h 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_toIR.c 9072 IRTemp byte2 = newTemp(Ity_I8); local
11655 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
    [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);
1120 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07),
1121 byte2 & 0x1f);
1123 spare = byte2 & 0x1f;
1124 rds_pty = ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07);
1125 ms_code = (byte2 >> 3)& 0x1;
1128 printf("block C - 0x%02x 0x%02x\n",byte1,byte2);
1130 blkc_byte2 = byte2;
1133 printf("block D - 0x%02x 0x%02x\n",byte1,byte2);
    [all...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp 141 int rdsParseFunc_updateRepertoire(int byte1,int byte2)
151 repertoire3 = (FMC_U8)(byte2&RDS_BIT_0_TO_BIT_3);
152 repertoire4 = (FMC_U8)((byte2&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);
194 ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07),
195 byte2 & 0x1f);
197 spare = byte2 & 0x1f;
198 rds_pty = ((byte1 << 3) & 0x18) | ((byte2 >> 5) & 0x07);
199 ms_code = (byte2 >> 3)& 0x1
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcmp.S 207 beq byte2
217 byte2: label
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [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) {
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcmp.S 207 beq byte2
217 byte2: label
  /bionic/libc/arch-arm/krait/bionic/
strcmp.S 207 beq byte2
217 byte2: label
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 213 int byte2 = stream2.read(); local
214 if (byte1 != byte2) {
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 239 beq byte2
249 byte2: label
  /dalvik/libdex/
DexSwapVerify.cpp 1916 u1 byte2 = *(data++); local
1937 u1 byte2 = *(data++); local
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 1397 u1 byte2 = *bits2++; local
    [all...]
  /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)
674 *byte2 = (crc >> 8) & 0xFF;
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 211 uint8_t byte2;
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)) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1258 int byte2 = local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 943 private static int byte2(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 1076 private static int byte2(int value) { method in class:InstructionCodec
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1069 unsigned char byte2; member in struct:__anon25541
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1069 unsigned char byte2; member in struct:__anon27131
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1069 unsigned char byte2; member in struct:__anon28646
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 950 milliseconds

1 2