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

1 23 4 5 6 7 8 910

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleCoverBox.java 21 appleDataBox.setFlags(0xe);
  /external/dropbear/libtomcrypt/notes/etc/
whirlgen.c 3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
  /external/smack/src/org/jivesoftware/smack/
AccountManager.java 100 catch (XMPPException xe) {
139 catch (XMPPException xe) {
140 xe.printStackTrace();
160 catch (XMPPException xe) {
161 xe.printStackTrace();
180 catch (XMPPException xe) {
  /external/srtp/tables/
aes_tables.c 146 uint8_t x, xe, x9, xd, xb; local
153 xe = gf2_8_multiply(0x0e, x);
158 tmp.v8[0] = xe;
165 tmp.v8[1] = xe;
172 tmp.v8[2] = xe;
179 tmp.v8[3] = xe;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 230 {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xf, 1, 1, 8}, {0xe, 1, 1, 8}, {0xe, 1, 1, 8},
231 {0xe, 1, 1, 8}, {0xe, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8}, {0xd, 1, 1, 8},
234 {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0x9, 1, 1, 8}, {0xe, 1, 0, 8}, {0xe, 1, 0, 8},
235 {0xe, 1, 0, 8}, {0xe, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8}, {0xd, 1, 0, 8},
302 {0x0, 0x12, 0, 10}, {0x0, 0x11, 0, 10}, {0xe, 1, 1, 9}, {0xe, 1, 1, 9}
    [all...]
  /external/libffi/src/s390/
sysv.S 164 .byte 0xe # CIE RA Column
183 .byte 0x8e # DW_CFA_offset, column 0xe
192 .uleb128 0xe
207 .byte 0xe # DW_CFA_def_cfa_offset
222 .byte 0x8e # DW_CFA_offset, column 0xe
230 .byte 0xe # DW_CFA_def_cfa_offset
363 .byte 0xe # CIE RA Column
382 .byte 0x8e # DW_CFA_offset, column 0xe
399 .uleb128 0xe
406 .byte 0xe # DW_CFA_def_cfa_offse
    [all...]
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 117 @ CHECK: ('n_type', 0xe)
125 @ CHECK: ('n_type', 0xe)
133 @ CHECK: ('n_type', 0xe)
  /external/qemu/
varint.c 53 *buf++ = (0xe << 4) | (value >> 24);
106 *buf++ = (0xe << 4) | ((value >> 24) & 0xf);
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 53 HasV3SubT = 0xe,
  /external/llvm/test/MC/X86/AlignedBundling/
single-inst-bundling.s 19 # This imull is 3 bytes long and should have started at 0xe, so two bytes
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
firewire-constants.h 60 #define ACK_TYPE_ERROR 0xe
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 60 #define ACK_TYPE_ERROR 0xe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
firewire-constants.h 60 #define ACK_TYPE_ERROR 0xe
  /external/libffi/src/sh/
sysv.S 747 .byte 0xe /* DW_CFA_def_cfa_offset */
751 .byte 0xe /* DW_CFA_def_cfa_offset */
755 .byte 0xe /* DW_CFA_def_cfa_offset */
759 .byte 0xe /* DW_CFA_def_cfa_offset */
763 .byte 0xe /* DW_CFA_def_cfa_offset */
767 .byte 0xe /* DW_CFA_def_cfa_offset */
771 .byte 0x8e /* DW_CFA_offset, column 0xe */
784 .byte 0xe /* uleb128 0xe */
803 .byte 0xe /* DW_CFA_def_cfa_offset *
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontWinCE.cpp 266 int xe = w - comp.m_offset; local
267 int xs = xe - comp.m_width;
270 ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
279 int xe = xs + comp.m_width; local
280 if (position <= xe) {
281 if (position - xs >= xe)
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 71 case 0xe: O << "gt"; break;
95 case 0xe: O << "gt"; break;
X86ATTInstPrinter.cpp 81 case 0xe: O << "gt"; break;
105 case 0xe: O << "gt"; break;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 65 #define e_s_s_ESS1688DATA_AVAIL 0xe
snd_wavefront.h 76 #define fx_mod_addr base + 0xe
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 65 #define e_s_s_ESS1688DATA_AVAIL 0xe
snd_wavefront.h 76 #define fx_mod_addr base + 0xe
  /external/libffi/src/x86/
sysv.S 359 .byte 0xe /* DW_CFA_def_cfa_offset */
384 .byte 0xe /* DW_CFA_def_cfa_offset */
418 .byte 0xe /* DW_CFA_def_cfa_offset */
  /external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.S 181 .byte 0xe
  /external/oprofile/events/mips/1004K/
events.h 28 {0xe, CTR(0), 0, "INTEGER_INSNS",
  /external/oprofile/events/mips/20K/
events 20 event:0xe counters:0 um:zero minimum:500 name:LSU_REPLAYS : LSU requested replays

Completed in 851 milliseconds

1 23 4 5 6 7 8 910