HomeSort by relevance Sort by last modified time
    Searched refs:xe (Results 176 - 200 of 243) sorted by null

1 2 3 4 5 6 78 910

  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 340 ConstantRange(APInt(16, 0xe), APInt(16, 0xaae)));
342 ConstantRange(APInt(16, 0xaae), APInt(16, 0xe)));
344 ConstantRange(APInt(16, 0xe)));
  /external/qemu/
cpu-exec.c     [all...]
arm-dis.c     [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 368 kMipsCondAl = 0xe, /* 1110 */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 33 (byte)0x6f, (byte)0xbf, (byte)0xe, (byte)0xda, (byte)0x46, (byte)0x69, (byte)0x7, (byte)0x57,
  /external/libffi/src/powerpc/
ppc_closure.S 313 .byte 0xe # DW_CFA_def_cfa_offset
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.7.3.js 152 array[item++] = new TestCase( SECTION, "0xe", 14, 0xe );
169 array[item++] = new TestCase( SECTION, "0Xe", 14, 0Xe );
186 array[item++] = new TestCase( SECTION, "0xE", 14, 0xE );
203 array[item++] = new TestCase( SECTION, "0XE", 14, 0XE );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 451 && ((((__const uint8_t *) (a))[1] & 0xf) == 0xe))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 451 && ((((__const uint8_t *) (a))[1] & 0xf) == 0xe))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 451 && ((((__const uint8_t *) (a))[1] & 0xf) == 0xe))
  /external/icu4c/tools/toolutil/
ucmstate.c 561 (states->stateTable[0][0xe]==MBCS_ENTRY_FINAL(1, MBCS_STATE_CHANGE_ONLY, 0) &&
563 states->stateTable[1][0xe]==MBCS_ENTRY_FINAL(1, MBCS_STATE_CHANGE_ONLY, 0) &&
    [all...]
  /bionic/libc/stdlib/
strtod.c 825 ULong *x, *x1, *xe, z; local
848 xe = x + b->wds;
857 while(x < xe);
869 while(x < xe);
876 while(x < xe);
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
cast5.c 443 z[3] = x[3] ^ S5[GB(x, 0xD)] ^ S6[GB(x, 0xF)] ^ S7[GB(x, 0xC)] ^ S8[GB(x, 0xE)] ^ S7[GB(x, 0x8)];
450 skey->cast5.K[i++] = S5[GB(z, 0xE)] ^ S6[GB(z, 0xF)] ^ S7[GB(z, 0x1)] ^ S8[GB(z, 0x0)] ^ S8[GB(z, 0xc)];
    [all...]
  /external/elfutils/libdw/
dwarf.h 457 DW_ATE_unsigned_fixed = 0xe,
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 178 ST = 0xe,
  /external/qemu/hw/
bt-hid.c 44 BT_HS_ERR_UNKNOWN = 0xe,
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 377 DW_ATE_unsigned_fixed = 0xe,
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 463 (byte) 0xffffffbd, (byte) 0xffffffa2, (byte) 0xe,
    [all...]
  /external/oprofile/events/mips/24K/
events 32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed
  /external/oprofile/events/mips/34K/
events 32 event:0xe counters:0 um:zero minimum:500 name:INTEGER_INSNS : 14-0 Integer instructions completed
  /external/qemu/telephony/
sms.c 532 if (v >= 0xe)
539 if (v >= 0xe) {
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java     [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 464 (byte) 0xffffffbd, (byte) 0xffffffa2, (byte) 0xe,
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1082 int xs = 0, xe, ye, ty = 0; local
    [all...]

Completed in 972 milliseconds

1 2 3 4 5 6 78 910