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

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
tiocl.h 27 unsigned short xe; member in struct:tiocl_selection
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 40 BRIGHT_BLUE(0xe),
  /hardware/ti/omap3/dspbridge/inc/
_dbdebug.h 50 #define DSPAPI_ZONE_WARNING 0xe
77 #define DSPAPI_ZONE_ID_WARNING 0xe
  /hardware/ti/omap3/dspbridge/libbridge/inc/
_dbdebug.h 50 #define DSPAPI_ZONE_WARNING 0xe
77 #define DSPAPI_ZONE_ID_WARNING 0xe
  /external/quake/quake/src/WinQuake/
snd_dos.cpp 156 if (!(dos_inportb(dsp_port + 0xe) & 0x80)) continue;
166 while (!(dos_inportb(dsp_port+0xe)&0x80)) ;
222 oldmixervalue = ReadMixer (0xe);
223 WriteMixer (0xe, oldmixervalue | 0x2);// turn on stereo
230 dos_inportb(dsp_port+0xe); // ack the dsp
236 WriteMixer (0xe, ReadMixer(0xe) | 0x20);// turn off filter
304 clear_reg = 0xe;
489 dos_inportb(dsp_port+0xe); // 8 bit audio
534 WriteMixer (0xe, oldmixervalue); // turn stereo off and filter on
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
37 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
37 0xe, 0xf, 0xf, 0x10, 0x10, 0x11, 0x11, 0x12,
  /external/clang/test/Lexer/
ms-extensions.c 33 int var3 = 0xe+1;
34 int var4 = 0XE+1;
  /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/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);
  /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)
  /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
  /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

Completed in 906 milliseconds

1 23 4 5 6 7 8 91011